]> www.ginac.de Git - ginac.git/blobdiff - doc/reference/DoxyfileHTML
- cint dir was missing from distribution
[ginac.git] / doc / reference / DoxyfileHTML
index 65d561d162f6113300050477d493744056ee18a8..6be6ac9a9cf7fe8fd50667e1c5785149938957ff 100644 (file)
@@ -1,4 +1,4 @@
-# Doxyfile 0.49-991106
+# Doxyfile 0.49-991205
 
 # This file describes the settings to be used by doxygen for a project
 #
 
 # This file describes the settings to be used by doxygen for a project
 #
@@ -46,7 +46,7 @@ QUIET                = NO
 # generated by doxygen. Possible values are YES and NO. If left blank
 # NO is used.
 
 # generated by doxygen. Possible values are YES and NO. If left blank
 # NO is used.
 
-WARNINGS             = NO
+WARNINGS             = YES
 
 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
 # top of each HTML page. The value NO (the default) enables the index and
 
 # The DISABLE_INDEX tag can be used to turn on/off the condensed index at
 # top of each HTML page. The value NO (the default) enables the index and
@@ -57,7 +57,7 @@ DISABLE_INDEX        = NO
 # If the EXTRACT_ALL tag is set to YES all classes and functions will be
 # included in the documentation, even if no documentation was available.
 
 # If the EXTRACT_ALL tag is set to YES all classes and functions will be
 # included in the documentation, even if no documentation was available.
 
-EXTRACT_ALL          = NO
+EXTRACT_ALL          = YES
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
 # will be included in the documentation.
 
 # If the EXTRACT_PRIVATE tag is set to YES all private members of a class
 # will be included in the documentation.
@@ -120,12 +120,16 @@ INTERNAL_DOCS        = NO
 
 CLASS_DIAGRAMS       = YES
 
 
 CLASS_DIAGRAMS       = YES
 
-# If the SOURCE_BROWSER tag is set to YES than the body of a member or
-# function will be appended as a block of code to the documentation of.
-# that member or function.
+# If the SOURCE_BROWSER tag is set to YES then a list of source files will
+# be generated. Documented entities will be cross-referenced with these sources.
 
 SOURCE_BROWSER       = YES
 
 
 SOURCE_BROWSER       = YES
 
+# Setting the INLINE_SOURCES tag to YES will include the body
+# of functions and classes directly in the documentation.
+
+INLINE_SOURCES       = NO
+
 # If the CASE_SENSE_NAMES tag is set to NO (the default) then Doxygen
 # will only generate file names in lower case letters. If set to
 # YES upper case letters are also allowed. This is useful if you have
 # If the CASE_SENSE_NAMES tag is set to NO (the default) then Doxygen
 # will only generate file names in lower case letters. If set to
 # YES upper case letters are also allowed. This is useful if you have
@@ -138,7 +142,7 @@ CASE_SENSE_NAMES     = YES
 # will generate a verbatim copy of the header file for each class for
 # which an include is specified. Set to NO to disable this.
 
 # 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     = YES
+VERBATIM_HEADERS     = NO
 
 # If the JAVADOC_AUTOBRIEF tag is set to YES (the default) then Doxygen
 # will interpret the first line (until the first dot) of a JavaDoc-style
 
 # If the JAVADOC_AUTOBRIEF tag is set to YES (the default) then Doxygen
 # will interpret the first line (until the first dot) of a JavaDoc-style
@@ -158,7 +162,7 @@ INHERIT_DOCS         = YES
 
 INLINE_INFO          = YES
 
 
 INLINE_INFO          = YES
 
-# the TAB_SIZE tag can be used to set the number of spaces in a tab
+# the TAB_SIZE tag can be used to set the number of spaces in a tab.
 # Doxygen uses this value to replace tabs by spaces in code fragments.
 
 TAB_SIZE             = 4
 # Doxygen uses this value to replace tabs by spaces in code fragments.
 
 TAB_SIZE             = 4
@@ -218,13 +222,6 @@ EXAMPLE_PATTERNS     =
 
 IMAGE_PATH           =
 
 
 IMAGE_PATH           =
 
-# If the value of the IMAGE_PATH tag contains directories, you can use the
-# IMAGE_PATTERNS tag to specify one or more wildcard pattern (like *.gif 
-# and *.eps) to filter out the image files in the directories. If left 
-# blank all files are included.
-
-IMAGE_PATTERNS       =
-
 # The INPUT_FILTER tag can be used to specify a program that doxygen should
 # invoke to filter for each input file. Doxygen will invoke the filter program 
 # by executing (via popen()) the command <filter> <input-file>, where <filter>
 # The INPUT_FILTER tag can be used to specify a program that doxygen should
 # invoke to filter for each input file. Doxygen will invoke the filter program 
 # by executing (via popen()) the command <filter> <input-file>, where <filter>
@@ -285,7 +282,7 @@ GENERATE_HTMLHELP    = NO
 # of all compounds will be generated. Enable this if the project
 # contains a lot of classes, structs, unions or interfaces.
 
 # 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
 
 # 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
@@ -392,7 +389,7 @@ INCLUDE_PATH         =
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed.
 
 # or name=definition (no spaces). If the definition and the = are 
 # omitted =1 is assumed.
 
-PREDEFINED           =
+PREDEFINED           = NO_NAMESPACE_GINAC
 
 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
 # then the macro expansion is limited to the macros specified with the
 
 # If the EXPAND_ONLY_PREDEF and MACRO_EXPANSION tags are both set to YES
 # then the macro expansion is limited to the macros specified with the