summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-02-13 01:05:56 +0000
committerMartin Pool <mbp@samba.org>2003-02-13 01:05:56 +0000
commit11f07557bf42d33c1da94a2b8a1a8c07682c3054 (patch)
tree8dc5ec0fd5baaec6a9f244f5357f581976736c1d /source3
parente93038c88b1674d861737839cd1e4b666628c25f (diff)
downloadsamba-11f07557bf42d33c1da94a2b8a1a8c07682c3054.tar.gz
samba-11f07557bf42d33c1da94a2b8a1a8c07682c3054.tar.bz2
samba-11f07557bf42d33c1da94a2b8a1a8c07682c3054.zip
Doc
Set HTML output directory (This used to be commit 38b5a219eeec128db4630a9fb8d0615324cc74e7)
Diffstat (limited to 'source3')
-rw-r--r--source3/Doxyfile10
1 files changed, 9 insertions, 1 deletions
diff --git a/source3/Doxyfile b/source3/Doxyfile
index ab9cab97aa..914ba25672 100644
--- a/source3/Doxyfile
+++ b/source3/Doxyfile
@@ -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 =