From fad6aa45fa6ee8a0790dbf6c90639be3bdfd6583 Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Tue, 6 Nov 2007 17:50:30 +0000 Subject: [PATCH] Make phpdoc more efficient, ignore the conf directory git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1450 48356398-32a2-884e-a903-53898d9a118a --- Doxyfile | 3 ++- phpdoc.ini | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/Doxyfile b/Doxyfile index 5bd7625b..23669ea7 100644 --- a/Doxyfile +++ b/Doxyfile @@ -539,7 +539,8 @@ EXCLUDE_PATTERNS = */tests/* \ */maintenance/* \ */smoketests/* \ */library/standalone/* \ - */.svn* + */.svn* \ + */conf/* # The EXCLUDE_SYMBOLS tag can be used to specify one or more symbol names # (namespaces, classes, functions, etc.) that should be excluded from the output. diff --git a/phpdoc.ini b/phpdoc.ini index 87b110ed..bf4eb2a3 100644 --- a/phpdoc.ini +++ b/phpdoc.ini @@ -71,7 +71,7 @@ readmeinstallchangelog = README, INSTALL, NEWS, WYSIWYG, SLOW, LICENSE, CREDITS ;; legal values: directory paths separated by commas ;directory = /path1,/path2,.,..,subdirectory ;directory = /home/jeichorn/cvs/pear -directory = ./ +directory = . ;; template base directory (the equivalent directory of /phpDocumentor) ;templatebase = /path/to/my/templates @@ -82,7 +82,7 @@ directory = ./ ;; comma-separated list of files, directories or wildcards ? and * (any wildcard) to ignore ;; legal values: any wildcard strings separated by commas ;ignore = /path/to/ignore*,*list.php,myfile.php,subdirectory/ -ignore = pear-*,templates/,Documentation/,test*.php,Lexer.inc +ignore = *tests*,*benchmarks*,*docs*,*test-settings.php,*configdoc*,*maintenance*,*smoketests*,*standalone*,*.svn*,*conf* sourcecode = on