summaryrefslogtreecommitdiffstats
path: root/source/Doxyfile
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-02-28 04:02:16 +0000
committerMartin Pool <mbp@samba.org>2003-02-28 04:02:16 +0000
commit732d94b83e2dd14bad92c2f7947cf905b9128a2f (patch)
tree3877d3915b629baa536c451e63988685e9daca48 /source/Doxyfile
parent507e5738fb7c50969bee269527be5dc6e450b77f (diff)
downloadsamba-732d94b83e2dd14bad92c2f7947cf905b9128a2f.tar.gz
samba-732d94b83e2dd14bad92c2f7947cf905b9128a2f.tar.xz
samba-732d94b83e2dd14bad92c2f7947cf905b9128a2f.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.
Diffstat (limited to 'source/Doxyfile')
-rw-r--r--source/Doxyfile7
1 files changed, 3 insertions, 4 deletions
diff --git a/source/Doxyfile b/source/Doxyfile
index 914ba25672c..c1040781d84 100644
--- a/source/Doxyfile
+++ b/source/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