]> www.ginac.de Git - ginac.git/blobdiff - doc/reference/DoxyfileTEX
- docs now under automake control
[ginac.git] / doc / reference / DoxyfileTEX
similarity index 98%
rename from doc/DoxyfileTEX
rename to doc/reference/DoxyfileTEX
index 670ca239d18f5dcc73698ad5873cb2b0a723eb36..2d227b1032b0b44cf6bbd025703c21c2ec862657 100644 (file)
@@ -26,7 +26,7 @@ PROJECT_NUMBER       =
 # If a relative path is entered, it will be relative to the location 
 # where doxygen was started. If left blank the current directory will be used.
 
-OUTPUT_DIRECTORY     = ./doc
+OUTPUT_DIRECTORY     = .
 
 # The OUTPUT_LANGUAGE tag is used to specify the language in which all
 # documentation generated by doxygen is written. Doxygen will use this
@@ -44,7 +44,7 @@ QUIET                = NO
 # generated by doxygen. Possible values are YES and NO. If left blank
 # NO is used.
 
-WARNINGS             = YES
+WARNINGS             = NO
 
 # 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
@@ -134,7 +134,7 @@ VERBATIM_HEADERS     = YES
 # directories like "/usr/src/myproject". Separate the files or directories 
 # with spaces.
 
-INPUT                = ./
+INPUT                = ../../ginac
 
 # 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 
@@ -189,7 +189,7 @@ GENERATE_HTML        = NO
 # If a relative path is entered the value of OUTPUT_DIRECTORY will be
 # put in front of it. If left blank `html' will be used as the default path.
 
-HTML_OUTPUT          = reference
+HTML_OUTPUT          = .
 
 # The HTML_HEADER tag can be used to specify a personal HTML header for 
 # each generated HTML page. If it is left blank doxygen will generate a 
@@ -201,7 +201,7 @@ HTML_HEADER          =
 # each generated HTML page. If it is left blank doxygen will generate a 
 # standard footer.
 
-HTML_FOOTER          = ./doc/Doxyfooter.html
+HTML_FOOTER          = Doxyfooter
 
 # If the HTML_ALIGN_MEMBERS tag is set to YES, the members of classes,
 # files or namespaces will be aligned in HTML using tables. If set to