From: Henrik Nordstrom Date: Sun, 16 Mar 2008 01:20:56 +0000 (+0100) Subject: Disable the dyn & tmp hardcoded settings to allow doxygen to be used X-Git-Tag: BASIC_TPROXY4~26 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=50001ab921b58c769ca54a95b7dfe816a2ce1227;p=thirdparty%2Fsquid.git Disable the dyn & tmp hardcoded settings to allow doxygen to be used 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 --- diff --git a/squid3.dox b/squid3.dox index cf16c43a6d..9f8d0fde5d 100644 --- a/squid3.dox +++ b/squid3.dox @@ -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