John Ralls <jra...@ceridwen.us> writes:

>> On Sep 1, 2015, at 2:53 PM, Matt Graham <matt_graham2...@hotmail.com> wrote:
>> 
>> Thanks John,
>> 
>> I'm running doxygen directly on the src directory of the code.
>> 
>> Windows 8.1 at the moment. I'm travelling for work at the moment,
>> when I get home over the weekend I'll try it on my gentoo box too
>
> Matt,
>
> That probably explains your trouble. You can either use `make docs` or
> copy all of the configuration from it into your Doxygen setup. Make
> will be easier if you have a Mingw build setup, but getting that might
> not be worth it just to run Doxygen.

For the record the server calls doxygen directly (after using the
makefile to generate doxygen.cfg from the input file).  The script
basically does:

git fetch
git reset --hard origin/master
# Compute the version from the configure script
VERSION=`grep AC_INIT configure.ac | awk '{print $2}' | sed -e 's/\[//' -e 's/\]
,//'`
touch Makefile
make -f Makefile.am doxygen.cfg top_srcdir=$top_srcdir VERSION="$VERSION"
doxygen doxygen.cfg

So... it *should* be safe to run doxygen directly.

I'll note that the nightly script does redirect all output to /dev/null,
so it wont report any warnings!  It will only report an outright
failure.  I.e., it's quite possible that there are hundreds of warnings
in there.

> Regards,
> John Ralls

-derek
-- 
       Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
       Member, MIT Student Information Processing Board  (SIPB)
       URL: http://web.mit.edu/warlord/    PP-ASEL-IA     N1NWH
       warl...@mit.edu                        PGP key available
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to