From a127219bf02bd4c75a9d803386511c59a8048676 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Tue, 10 May 2005 01:58:13 +0000 Subject: [PATCH] Fixed the second ignore clause... it was in the wrong place (woops!) --- phpdoc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/phpdoc.sh b/phpdoc.sh index 922cf0f..c392e59 100755 --- a/phpdoc.sh +++ b/phpdoc.sh @@ -23,6 +23,7 @@ mkdir apidoc # parse/directory # target/result # ignore +# ignore # do hidden files # title # parse private @@ -31,4 +32,4 @@ mkdir apidoc # hilight source code # output options -phpdoc -d . -t ./apidoc,./dev -i _*.php -dh off -ti "Iris Studios Shared Object Framework" -pp on -dn ISSO -dc ISSO -s off -o HTML:Smarty:PHP > ./apidoc/log.txt \ No newline at end of file +phpdoc -d . -t ./apidoc -i _*.php -i dev/ -dh off -ti "Iris Studios Shared Object Framework" -pp on -dn ISSO -dc ISSO -s off -o HTML:Smarty:PHP > ./apidoc/log.txt \ No newline at end of file -- 2.22.5