diff options
author | Martin Pool <mbp@samba.org> | 2003-02-28 04:02:16 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-28 04:02:16 +0000 |
commit | 2fa05e62c57d1cd508501d39977bf6e2352f0138 (patch) | |
tree | 104866ca1c91e2179cca520aa1ff1fb4bfe485a4 /source3/Doxyfile | |
parent | 82429c98f8b646044eaf9791fd102ed8170fe269 (diff) | |
download | samba-2fa05e62c57d1cd508501d39977bf6e2352f0138.tar.gz samba-2fa05e62c57d1cd508501d39977bf6e2352f0138.tar.bz2 samba-2fa05e62c57d1cd508501d39977bf6e2352f0138.zip |
Remove reference to "mainpage.dox" and CodingStandards, which have
been removed.
Put subdirectory names in file list, so we get lib/util_chr.c, not
just util_chr.c.
(This used to be commit 732d94b83e2dd14bad92c2f7947cf905b9128a2f)
Diffstat (limited to 'source3/Doxyfile')
-rw-r--r-- | source3/Doxyfile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/source3/Doxyfile b/source3/Doxyfile index 914ba25672..c1040781d8 100644 --- a/source3/Doxyfile +++ b/source3/Doxyfile @@ -23,8 +23,8 @@ HIDE_UNDOC_CLASSES = NO BRIEF_MEMBER_DESC = YES REPEAT_BRIEF = YES ALWAYS_DETAILED_SEC = NO -FULL_PATH_NAMES = NO -STRIP_FROM_PATH = *source +FULL_PATH_NAMES = YES +STRIP_FROM_PATH = $(PWD)/ INTERNAL_DOCS = YES CLASS_DIAGRAMS = YES SOURCE_BROWSER = YES @@ -61,8 +61,7 @@ WARN_LOGFILE = #--------------------------------------------------------------------------- # configuration options related to the input files #--------------------------------------------------------------------------- -INPUT = . \ - mainpage.dox +INPUT = . FILE_PATTERNS = *.c \ *.h \ *.idl |