X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Doxyfile;h=e7b8ae9b476c4aa2091b780cb72ce60113a30b4b;hb=c6b2124129e908d95ccfdf9d11a51cd257e55e55;hp=387b86a0f1c788a9ac16f35dd0fc4156bae0cc17;hpb=557fade4a7df3f030b943ba6114c3c566c57b73c;p=simgear.git diff --git a/Doxyfile b/Doxyfile index 387b86a0..e7b8ae9b 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 = 1.9.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,10 +298,30 @@ WARN_LOGFILE = # with spaces. INPUT = \ + DoxygenMain.cxx \ simgear/bucket \ simgear/compiler.h \ simgear/constants.h \ - simgear/debug + 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 @@ -320,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 @@ -370,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 @@ -499,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.