]> www.ginac.de Git - ginac.git/blobdiff - doc/reference/DoxyfileHTML
- Introduced exception do_taylor to signal Taylor expansion is ok for series
[ginac.git] / doc / reference / DoxyfileHTML
index 65d561d162f6113300050477d493744056ee18a8..d9260e296cfd8752feabb430dcffcc543bdec0d1 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
 #
@@ -46,7 +46,7 @@ QUIET                = NO
 # 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
@@ -120,12 +120,16 @@ INTERNAL_DOCS        = NO
 
 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
 
+# Setting the INLINE_SOURCES tag to YES will include the body
+# of functions and classes directly in the documentation.
+
+INLINE_SOURCES       = YES
+
 # 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
@@ -158,7 +162,7 @@ INHERIT_DOCS         = 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
@@ -218,13 +222,6 @@ EXAMPLE_PATTERNS     =
 
 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>