In mail.php, we don't want to double encode fields so in send() create local variable...
[isso.git] / phpdoc.sh
1 #!/bin/sh
2
3 # This script creates the developer documentation for ISSO with all of the necessary options set to their proper values
4 # SVN $Id$
5
6 rm -rf ./apidoc
7 mkdir apidoc
8
9 #################
10 ## OUTPUT LIST ##
11 #################
12 # HTML:frames:default (purple, white)
13 # HTML:frames:phpdoc.de (grey, tonal)
14 # HTML:frames:phphtmllib (grey, blue, red)
15 # HTML:frames:DOM/XX (JS: replace XX with above options)
16 # HTML:Smarty:PHP (php.net style)
17 # HTML:Smarty:HandS (light tans)
18 # PDF:default:default (PDF, ugly)
19
20 ##################
21 ## OPTIONS LIST ##
22 ##################
23 # parse/directory
24 # target/result
25 # ignore
26 # ignore
27 # do hidden files
28 # title
29 # parse private off
30 # default name/package
31 # default category
32 # hilight source code
33 # output options
34
35 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