X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=Doxyfile;h=e7b8ae9b476c4aa2091b780cb72ce60113a30b4b;hb=ce54997be569ebcac4222321e7ae3fecccd01324;hp=38c50741cdc969f6c93f9d24a9eb21a08d71730f;hpb=b3f88735a88ab60089298ef299a99ca650536a86;p=simgear.git diff --git a/Doxyfile b/Doxyfile index 38c50741..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.3.1 +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,21 +298,27 @@ WARN_LOGFILE = # with spaces. INPUT = \ + DoxygenMain.cxx \ simgear/bucket \ simgear/compiler.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/sky \ + simgear/sound \ simgear/threads \ simgear/timing \ simgear/xml @@ -334,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 @@ -480,7 +486,7 @@ ENUM_VALUES_PER_LINE = 4 # JavaScript and frames is required (for instance Netscape 4.0+ # or Internet explorer 4.0+). -GENERATE_TREEVIEW = YES +GENERATE_TREEVIEW = NO # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree