summaryrefslogtreecommitdiff
path: root/ext/spl/doxygen.cfg
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-11-01 16:31:19 +0000
committerMarcus Boerger <helly@php.net>2004-11-01 16:31:19 +0000
commit638b0515b3c40bc9ca3952ba07347f57db50a608 (patch)
tree86675d1a895cf100fb65405e87ff635d65baea3b /ext/spl/doxygen.cfg
parentfe1909b5919769c4805f8aacc3785f5b7a2a0dba (diff)
downloadphp-git-638b0515b3c40bc9ca3952ba07347f57db50a608.tar.gz
- Update docu
Diffstat (limited to 'ext/spl/doxygen.cfg')
-rwxr-xr-xext/spl/doxygen.cfg21
1 files changed, 14 insertions, 7 deletions
diff --git a/ext/spl/doxygen.cfg b/ext/spl/doxygen.cfg
index 6f8eda9bd1..c61e6987fe 100755
--- a/ext/spl/doxygen.cfg
+++ b/ext/spl/doxygen.cfg
@@ -1,20 +1,22 @@
-# Doxyfile 1.3.6
+# Doxyfile 1.3.9.1
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
-PROJECT_NAME = SPL - Standard PHP Library
+PROJECT_NAME = SPL-StandardPHPLibrary
PROJECT_NUMBER =
OUTPUT_DIRECTORY =
+CREATE_SUBDIRS = NO
OUTPUT_LANGUAGE = English
USE_WINDOWS_ENCODING = YES
-BRIEF_MEMBER_DESC = YES
+BRIEF_MEMBER_DESC =
REPEAT_BRIEF = YES
ABBREVIATE_BRIEF =
-ALWAYS_DETAILED_SEC = NO
-INLINE_INHERITED_MEMB = NO
+ALWAYS_DETAILED_SEC = YES
+INLINE_INHERITED_MEMB = YES
FULL_PATH_NAMES = NO
STRIP_FROM_PATH =
+STRIP_FROM_INC_PATH =
SHORT_NAMES = NO
JAVADOC_AUTOBRIEF = YES
MULTILINE_CPP_IS_BRIEF = YES
@@ -33,6 +35,7 @@ EXTRACT_ALL = YES
EXTRACT_PRIVATE = YES
EXTRACT_STATIC = YES
EXTRACT_LOCAL_CLASSES = YES
+EXTRACT_LOCAL_METHODS = YES
HIDE_UNDOC_MEMBERS = NO
HIDE_UNDOC_CLASSES = NO
HIDE_FRIEND_COMPOUNDS = NO
@@ -52,6 +55,7 @@ GENERATE_DEPRECATEDLIST= YES
ENABLED_SECTIONS =
MAX_INITIALIZER_LINES = 30
SHOW_USED_FILES = YES
+SHOW_DIRECTORIES = YES
#---------------------------------------------------------------------------
# configuration options related to warning and progress messages
#---------------------------------------------------------------------------
@@ -64,8 +68,10 @@ WARN_LOGFILE =
#---------------------------------------------------------------------------
# configuration options related to the input files
#---------------------------------------------------------------------------
-INPUT = spl.php examples
-FILE_PATTERNS = *.inc *.php
+INPUT = spl.php \
+ examples
+FILE_PATTERNS = *.inc \
+ *.php
RECURSIVE = NO
EXCLUDE =
EXCLUDE_SYMLINKS = NO
@@ -75,6 +81,7 @@ EXAMPLE_PATTERNS =
EXAMPLE_RECURSIVE = NO
IMAGE_PATH =
INPUT_FILTER =
+FILTER_PATTERNS =
FILTER_SOURCE_FILES = NO
#---------------------------------------------------------------------------
# configuration options related to source browsing