X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Doxyfile;h=d3577a36a04f64c3eae7630a7cf994cc4a7d01a9;hb=6f9a14d6c435c408b8f7ee75b3859f3c00a2ee00;hp=15c13bd27a4996da2ffb31070a98e9212c43753f;hpb=9d87c913e7ad2db66fab4e9efb6771994859e4b2;p=simgear.git diff --git a/Doxyfile b/Doxyfile index 15c13bd2..d3577a36 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 = 2.2.0 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -64,14 +64,14 @@ EXTRACT_STATIC = NO # various overviews, but no documentation section is generated. # This option has no effect if EXTRACT_ALL is enabled. -HIDE_UNDOC_MEMBERS = NO +HIDE_UNDOC_MEMBERS = YES # If the HIDE_UNDOC_CLASSES tag is set to YES, Doxygen will hide all # undocumented classes that are normally visible in the class hierarchy. # If set to NO (the default) these class will be included in the various # overviews. This option has no effect if EXTRACT_ALL is enabled. -HIDE_UNDOC_CLASSES = NO +HIDE_UNDOC_CLASSES = YES # If the BRIEF_MEMBER_DESC tag is set to YES (the default) Doxygen will # include brief member descriptions after the members that are listed in @@ -298,9 +298,30 @@ WARN_LOGFILE = # with spaces. INPUT = \ + DoxygenMain.cxx \ simgear/bucket \ simgear/compiler.h \ - simgear/constants.h + simgear/constants.h \ + simgear/debug \ + simgear/environment \ + simgear/ephemeris \ + simgear/io \ + simgear/magvar \ + simgear/math \ + simgear/misc \ + simgear/nasal \ + simgear/props \ + simgear/route \ + simgear/scene \ + simgear/screen \ + simgear/serial \ + simgear/structure \ + simgear/sg_inlines.h \ + simgear/sg_traits.hxx \ + simgear/sound \ + 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 @@ -319,7 +340,7 @@ RECURSIVE = YES # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = simgear/metakit simgear/zlib +EXCLUDE = simgear/scene/sky/clouds3d # If the value of the INPUT tag contains directories, you can use the # EXCLUDE_PATTERNS tag to specify one or more wildcard patterns to exclude @@ -369,7 +390,7 @@ FILTER_SOURCE_FILES = NO # of all compounds will be generated. Enable this if the project # contains a lot of classes, structs, unions or interfaces. -ALPHABETICAL_INDEX = NO +ALPHABETICAL_INDEX = YES # If the alphabetical index is enabled (see ALPHABETICAL_INDEX) then # the COLS_IN_ALPHA_INDEX tag can be used to specify the number of columns @@ -498,7 +519,7 @@ COMPACT_LATEX = NO # by the printer. Possible values are: a4, a4wide, letter, legal and # executive. If left blank a4wide will be used. -PAPER_TYPE = a4wide +PAPER_TYPE = letter # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX # packages that should be included in the LaTeX output.