X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Doxyfile;h=86860a2dc607487a8ac1417b53b3f876ad3de8da;hb=55845bbbb926c48b0b95216a319bf247f81d763c;hp=15c13bd27a4996da2ffb31070a98e9212c43753f;hpb=9d87c913e7ad2db66fab4e9efb6771994859e4b2;p=simgear.git diff --git a/Doxyfile b/Doxyfile index 15c13bd2..86860a2d 100644 --- a/Doxyfile +++ b/Doxyfile @@ -22,7 +22,7 @@ PROJECT_NAME = SimGear # This could be handy for archiving the generated documentation or # if some version control system is used. -PROJECT_NUMBER = 0.0.15 +PROJECT_NUMBER = 0.0.17 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -300,7 +300,23 @@ WARN_LOGFILE = INPUT = \ simgear/bucket \ simgear/compiler.h \ - simgear/constants.h + simgear/constants.h \ + simgear/debug \ + simgear/ephemeris \ + simgear/io \ + simgear/magvar \ + simgear/math \ + simgear/misc \ + simgear/route \ + simgear/screen \ + simgear/serial \ + simgear/sg_inlines.h \ + simgear/sg_traits.hxx \ + simgear/sg_zlib.h \ + simgear/sky \ + simgear/threads \ + simgear/timing \ + simgear/xml # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp