Remove reference to "mainpage.dox" and CodingStandards, which have
authorMartin Pool <mbp@samba.org>
Fri, 28 Feb 2003 03:59:47 +0000 (03:59 +0000)
committerMartin Pool <mbp@samba.org>
Fri, 28 Feb 2003 03:59:47 +0000 (03:59 +0000)
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)

source3/Doxyfile
source3/mainpage.dox [deleted file]

index 914ba25672cf3b40bb8785c35b81e2c4d27e3f74..c1040781d84577fe7bb704b0168e1d1cbbd191ef 100644 (file)
@@ -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 (file)
index 8b72f80..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-/**
-
-@mainpage
-
-@li \ref CodingSuggestions
-
-**/