View | Annotate | Download (306 Bytes)
#!/bin/bash
# create phpDocumentor docs from Nephthys source code
phpdoc -o HTML:frames:earthli \
-d . \
-t docs \
-i 'debian/,thumbs/,resources/,templates_c/,themes/,nephthys_cfg.php' \
-ti 'Nephthys source-code documentation' \
-dn 'nephthys' \
-s \
-q