diff options
author | Martin Pool <mbp@samba.org> | 2003-02-13 00:37:35 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-13 00:37:35 +0000 |
commit | e93038c88b1674d861737839cd1e4b666628c25f (patch) | |
tree | 31e70ec093a6c93a974eb10ea46d9c01bbda4f76 /source3 | |
parent | bf6dfb26e9a4b55dc9cf1118ab6a4ccab0396866 (diff) | |
download | samba-e93038c88b1674d861737839cd1e4b666628c25f.tar.gz samba-e93038c88b1674d861737839cd1e4b666628c25f.tar.bz2 samba-e93038c88b1674d861737839cd1e4b666628c25f.zip |
Update towards automatic building on dp.samba.org:
Remove features not supported by Doxygen 1.2.14 on RH7.3.
Remove dependence on dot tool, which is apparently not in Redhat, and
doesn't produce very interesting results for C code anyhow.
Make Doxygen --quiet to support running from cron.
Remove references to files which are gone from Samba
(CodingSuggestions).
Put HTML output in the right directory.
(This used to be commit 5904260f4842adb36e30b36b37cf7e6ed1bc03f2)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Doxyfile | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/source3/Doxyfile b/source3/Doxyfile index bbdc5da7e7..ab9cab97aa 100644 --- a/source3/Doxyfile +++ b/source3/Doxyfile @@ -41,12 +41,11 @@ ENABLED_SECTIONS = MAX_INITIALIZER_LINES = 30 OPTIMIZE_OUTPUT_FOR_C = YES SHOW_USED_FILES = YES -REFERENCED_RELATION = YES REFERENCED_BY_RELATION = YES #--------------------------------------------------------------------------- # configuration options related to warning and progress messages #--------------------------------------------------------------------------- -QUIET = NO +QUIET = YES WARNINGS = NO WARN_IF_UNDOCUMENTED = NO WARN_FORMAT = "$file:$line: $text" @@ -55,7 +54,7 @@ WARN_LOGFILE = # configuration options related to the input files #--------------------------------------------------------------------------- INPUT = . \ - CodingSuggestions mainpage.dox + mainpage.dox FILE_PATTERNS = *.c \ *.h \ *.idl @@ -78,7 +77,7 @@ IGNORE_PREFIX = # configuration options related to the HTML output #--------------------------------------------------------------------------- GENERATE_HTML = YES -HTML_OUTPUT = html +HTML_OUTPUT = HTML_HEADER = HTML_FOOTER = HTML_STYLESHEET = @@ -145,7 +144,7 @@ PERL_PATH = /usr/bin/perl #--------------------------------------------------------------------------- # configuration options related to the dot tool #--------------------------------------------------------------------------- -HAVE_DOT = YES +HAVE_DOT = NO CLASS_GRAPH = YES COLLABORATION_GRAPH = YES TEMPLATE_RELATIONS = YES |