From 11f07557bf42d33c1da94a2b8a1a8c07682c3054 Mon Sep 17 00:00:00 2001 From: Martin Pool Date: Thu, 13 Feb 2003 01:05:56 +0000 Subject: Doc Set HTML output directory (This used to be commit 38b5a219eeec128db4630a9fb8d0615324cc74e7) --- source3/Doxyfile | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'source3') 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 = -- cgit