Making everything properly documented so that we don't produce warnings when running...
[isso.git] / phpdoc.sh
1 #!/bin/sh
2
3 # SVN $Id$
4
5 rm -rf ./apidoc/*
6
7 #################
8 ## OUTPUT LIST ##
9 #################
10 # HTML:frames:default (purple, white)
11 # HTML:frames:phpdoc.de (grey, tonal)
12 # HTML:frames:phphtmllib (grey, blue, red)
13 # HTML:frames:DOM/XX (JS: replace XX with above options)
14 # HTML:Smarty:PHP (php.net style)
15 # PDF:default:default (PDF, ugly)
16
17 ##################
18 ## OPTIONS LIST ##
19 ##################
20 # parse/directory
21 # target/result
22 # ignore
23 # do hidden files
24 # title
25 # parse private
26 # default name/package
27 # default category
28 # hilight source code
29 # output options
30
31 phpdoc -d . -t ./apidoc -i _*.php -dh off -ti "Iris Studios Shared Object Framework" -pp on -dn ISSO -dc ISSO -s off -o HTML:frames:phphtmllib > ./apidoc/log.txt