From b659bf042e3f37831e4b82447befd4f175da2679 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 19 Dec 2006 00:48:32 +0000 Subject: [PATCH] Update the documentation builder files --- docs/Doxyfile | 2 +- phpdoc.sh | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/Doxyfile b/docs/Doxyfile index 31467cc..f829593 100644 --- a/docs/Doxyfile +++ b/docs/Doxyfile @@ -480,7 +480,7 @@ RECURSIVE = NO # excluded from the INPUT source files. This way you can easily exclude a # subdirectory from a directory tree whose root is specified with the INPUT tag. -EXCLUDE = +EXCLUDE = UnitTest # The EXCLUDE_SYMLINKS tag can be used select whether or not files or # directories that are symbolic links (a Unix filesystem feature) are excluded diff --git a/phpdoc.sh b/phpdoc.sh index 97dd280..fad1459 100755 --- a/phpdoc.sh +++ b/phpdoc.sh @@ -26,10 +26,9 @@ mkdir apidoc # ignore # do hidden files # title -# parse private off # default name/package # default category # hilight source code # output options -phpdoc -d . -t ./apidoc -i _*.php -i dev/ -dh off -ti "Blue Static ISSO Framework" -pp off -dn ISSO -dc ISSO -s on -o HTML:Smarty:PHP > ./apidoc/log.txt \ No newline at end of file +/Server/bin/phpdoc -d . -t ./apidoc -i UnitTest/ -i docs/ -dh off -ti "Blue Static ISSO Framework" -dn ISSO -dc ISSO -s on -o HTML:Smarty:PHP > ./apidoc/log.txt \ No newline at end of file -- 2.22.5