diff options
author | Martin Pool <mbp@samba.org> | 2003-02-13 01:05:56 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-13 01:05:56 +0000 |
commit | 11f07557bf42d33c1da94a2b8a1a8c07682c3054 (patch) | |
tree | 8dc5ec0fd5baaec6a9f244f5357f581976736c1d | |
parent | e93038c88b1674d861737839cd1e4b666628c25f (diff) | |
download | samba-11f07557bf42d33c1da94a2b8a1a8c07682c3054.tar.gz samba-11f07557bf42d33c1da94a2b8a1a8c07682c3054.tar.bz2 samba-11f07557bf42d33c1da94a2b8a1a8c07682c3054.zip |
Doc
Set HTML output directory
(This used to be commit 38b5a219eeec128db4630a9fb8d0615324cc74e7)
-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 = |