Update the documentation builder files
authorRobert Sesek <rsesek@bluestatic.org>
Tue, 19 Dec 2006 00:48:32 +0000 (00:48 +0000)
committerRobert Sesek <rsesek@bluestatic.org>
Tue, 19 Dec 2006 00:48:32 +0000 (00:48 +0000)
docs/Doxyfile
phpdoc.sh

index 31467cc150e7f6706953ccac82b5e9f71c841ce6..f829593af57f47022b083ffe47abb49d102b3a56 100644 (file)
@@ -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 
index 97dd2808f21a8747eb50ee0ca49db3fdc55c9ef9..fad1459bbe86306c471a43686e1df46bd97d749a 100755 (executable)
--- 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