diff options
Diffstat (limited to 'source3/Doxyfile')
-rw-r--r-- | source3/Doxyfile | 10 |
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 = |