Author: fireball Date: Sun Oct 14 16:52:44 2007 New Revision: 29561
URL: http://svn.reactos.org/svn/reactos?rev=29561&view=rev Log: - Commit changes made to doxygen config by Marc Piulachs. See issue #2709 for more details.
Modified: trunk/reactos/Doxyfile
Modified: trunk/reactos/Doxyfile URL: http://svn.reactos.org/svn/reactos/trunk/reactos/Doxyfile?rev=29561&r1=2... ============================================================================== --- trunk/reactos/Doxyfile (original) +++ trunk/reactos/Doxyfile Sun Oct 14 16:52:44 2007 @@ -85,7 +85,17 @@ # "The $name file" "is" "provides" "specifies" "contains" # "represents" "a" "an" "the"
-ABBREVIATE_BRIEF = +ABBREVIATE_BRIEF = "The $name class" \ + "The $name widget" \ + "The $name file" \ + is \ + provides \ + specifies \ + contains \ + represents \ + a \ + an \ + the
# If the ALWAYS_DETAILED_SEC and REPEAT_BRIEF tags are both set to YES then # Doxygen will generate a detailed section even if there is only a brief @@ -477,9 +487,7 @@ # directories like "/usr/src/myproject". Separate the files or directories # with spaces.
-INPUT = hal \ - subsystems \ - base +INPUT =
# This tag can be used to specify the character encoding of the source files that # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default @@ -495,8 +503,11 @@ # *.c *.cc *.cxx *.cpp *.c++ *.java *.ii *.ixx *.ipp *.i++ *.inl *.h *.hh *.hxx # *.hpp *.h++ *.idl *.odl *.cs *.php *.php3 *.inc *.m *.mm *.py
-#FILE_PATTERNS = *.c \ - *.h +FILE_PATTERNS = *.c \ + *.h \ + *.cpp \ + *.cc \ + *.cx
# The RECURSIVE tag can be used to turn specify whether or not subdirectories # should be searched for input files as well. Possible values are YES and NO. @@ -638,7 +649,7 @@ # will generate a verbatim copy of the header file for each class for # which an include is specified. Set to NO to disable this.
-VERBATIM_HEADERS = NO +VERBATIM_HEADERS = YES
#--------------------------------------------------------------------------- # configuration options related to the alphabetical class index @@ -775,7 +786,7 @@ # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are # probably better off using the HTML help feature.
-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 @@ -937,7 +948,7 @@ # generate an XML file that captures the structure of # the code including all documentation.
-GENERATE_XML = NO +GENERATE_XML = YES
# The XML_OUTPUT tag is used to specify where the XML pages will be put. # If a relative path is entered the value of OUTPUT_DIRECTORY will be @@ -1129,7 +1140,7 @@ # fallback. It is recommended to install and use dot, since it yields more # powerful graphs.
-CLASS_DIAGRAMS = YES +CLASS_DIAGRAMS = NO
# You can define message sequence charts within doxygen comments using the \msc # command. Doxygen will then run the mscgen tool (see http://www.mcternan.me.uk/mscgen/) to @@ -1150,7 +1161,7 @@ # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default)
-HAVE_DOT = YES +HAVE_DOT = NO
# If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and @@ -1295,4 +1306,4 @@ # The SEARCHENGINE tag specifies whether or not a search engine should be # used. If set to NO the values of all tags below this one will be ignored.
-SEARCHENGINE = YES +SEARCHENGINE = NO