Updated docs.

* Added README to advise on how to generate docs

 * Moved generate file to a sub directory under scripts.
This commit is contained in:
Josh Sherman 2010-03-12 23:28:52 -05:00
parent 71aefe0b8f
commit 31624b5d2c
3 changed files with 9 additions and 6 deletions

3
docs/README Normal file
View file

@ -0,0 +1,3 @@
To keep the download small, documentation is not included.
You can use scripts/docs/generate.sh to generate the appropriate documentation.

6
scripts/docs/generate.sh Executable file
View file

@ -0,0 +1,6 @@
#!/bin/bash
phpdoc -o HTML:frames:l0l33t -d ../../ -t ../../docs -dn Miscellaneous -ct usage -ti "PHP Interface Collection of Killer Libraries to Enhance Stuff"
#-po PICKLES
#-dc PICKLES

View file

@ -1,6 +0,0 @@
#!/bin/bash
phpdoc -o HTML:frames:l0l33t -d ../ -t ../docs -dn Miscellaneous -po PICKLES -ct usage -s
#-dc PICKLES
#-ti "PHP Interface Collection of Killer Libraries to Enhance Stuff"