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:
parent
71aefe0b8f
commit
31624b5d2c
3 changed files with 9 additions and 6 deletions
3
docs/README
Normal file
3
docs/README
Normal 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
6
scripts/docs/generate.sh
Executable 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
|
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue