Changed default output format.
[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 # HTML:Smarty:HandS (light tans)
16 # PDF:default:default (PDF, ugly)
17
18 ##################
19 ## OPTIONS LIST ##
20 ##################
21 # parse/directory
22 # target/result
23 # ignore
24 # do hidden files
25 # title
26 # parse private
27 # default name/package
28 # default category
29 # hilight source code
30 # output options
31
32 phpdoc -d . -t ./apidoc -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