diff options
author | Martin Pool <mbp@samba.org> | 2003-02-28 03:59:47 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2003-02-28 03:59:47 +0000 |
commit | 290098e39e04d66897e09c792a85b9a79cd86d49 (patch) | |
tree | 1c6f0e5cfe7f8ebb8b21d7a8093673d340f72477 /source3 | |
parent | 921e569ed50408d42ddab5d524cf39a86429d488 (diff) | |
download | samba-290098e39e04d66897e09c792a85b9a79cd86d49.tar.gz samba-290098e39e04d66897e09c792a85b9a79cd86d49.tar.bz2 samba-290098e39e04d66897e09c792a85b9a79cd86d49.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 aa2efaab1ffc77bec051cd206000951c72adeccc)
Diffstat (limited to 'source3')
-rw-r--r-- | source3/Doxyfile | 7 | ||||
-rw-r--r-- | source3/mainpage.dox | 7 |
2 files changed, 3 insertions, 11 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 diff --git a/source3/mainpage.dox b/source3/mainpage.dox deleted file mode 100644 index 8b72f80462..0000000000 --- a/source3/mainpage.dox +++ /dev/null @@ -1,7 +0,0 @@ -/** - -@mainpage - -@li \ref CodingSuggestions - -**/ |