Doc
authorMartin Pool <mbp@samba.org>
Thu, 13 Feb 2003 01:05:56 +0000 (01:05 +0000)
committerMartin Pool <mbp@samba.org>
Thu, 13 Feb 2003 01:05:56 +0000 (01:05 +0000)
Set HTML output directory
(This used to be commit 38b5a219eeec128db4630a9fb8d0615324cc74e7)

source3/Doxyfile

index ab9cab97aaa180d3f9cc5fd66eca965e9c409593..914ba25672cf3b40bb8785c35b81e2c4d27e3f74 100644 (file)
@@ -5,7 +5,15 @@
 #---------------------------------------------------------------------------
 PROJECT_NAME           = Samba
 PROJECT_NUMBER         = HEAD
+
+# NOTE: By default, Doxygen writes into the dox/ subdirectory of the
+# invocation directory.  If you want to put it somewhere else, for
+# example, to write straight into a webserver directory, then override
+# this variable in a configuration concatenated to this one: Doxygen
+# doesn't mind variables being redefined.
+
 OUTPUT_DIRECTORY       = dox
+
 OUTPUT_LANGUAGE        = English
 EXTRACT_ALL            = YES
 EXTRACT_PRIVATE        = YES
@@ -77,7 +85,7 @@ IGNORE_PREFIX          =
 # configuration options related to the HTML output
 #---------------------------------------------------------------------------
 GENERATE_HTML          = YES
-HTML_OUTPUT            = 
+HTML_OUTPUT            = .
 HTML_HEADER            = 
 HTML_FOOTER            = 
 HTML_STYLESHEET        =