]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Disable the dyn & tmp hardcoded settings to allow doxygen to be used
authorHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 16 Mar 2008 01:20:56 +0000 (02:20 +0100)
committerHenrik Nordstrom <henrik@henriknordstrom.net>
Sun, 16 Mar 2008 01:20:56 +0000 (02:20 +0100)
to build the documentation outside of the web site.

The job updating the web site will need to add these. Can be done with a
simple script
(cat Squid3.dox ; echo HTML_FILE_EXTENSION = .dyn) | doxygen -k

squid3.dox

index cf16c43a6d8de88bf4a734bc95f13d24d45d6363..9f8d0fde5dd36c7a755e06ed12a5a119a5357405 100644 (file)
@@ -628,13 +628,13 @@ GENERATE_HTML          = YES
 # 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            = tmp
+#HTML_OUTPUT            = tmp
 
 # The HTML_FILE_EXTENSION tag can be used to specify the file extension for 
 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank 
 # doxygen will generate files with .html extension.
 
-HTML_FILE_EXTENSION    = .dyn
+#HTML_FILE_EXTENSION    = .dyn
 
 # 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