summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2003-02-28 03:59:47 +0000
committerMartin Pool <mbp@samba.org>2003-02-28 03:59:47 +0000
commitaa2efaab1ffc77bec051cd206000951c72adeccc (patch)
tree1b62d107dc7f11e2253849a8de8982a305c33619
parenteb876ee9cf24eda04e0856899b232d060c669c0c (diff)
downloadsamba-aa2efaab1ffc77bec051cd206000951c72adeccc.tar.gz
samba-aa2efaab1ffc77bec051cd206000951c72adeccc.tar.xz
samba-aa2efaab1ffc77bec051cd206000951c72adeccc.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.
-rw-r--r--source/Doxyfile7
-rw-r--r--source/mainpage.dox7
2 files changed, 3 insertions, 11 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
diff --git a/source/mainpage.dox b/source/mainpage.dox
deleted file mode 100644
index 8b72f804627..00000000000
--- a/source/mainpage.dox
+++ /dev/null
@@ -1,7 +0,0 @@
-/**
-
-@mainpage
-
-@li \ref CodingSuggestions
-
-**/