biolocal:Write the script documentation
From Wiki CEINGE
(Difference between revisions)
| Revision as of 17:27, 4 February 2008 (edit) Luca (Talk | contribs) (New page: The script documentation should be written according to php-documentator sintax. ([http://www.phpdoc.org see php documentator web-site].) These are command line examples which create auto...) ← Previous diff |
Current revision (11:50, 18 February 2008) (edit) (undo) Gianluca (Talk | contribs) m (Bioinfolocal:Write the script documentation moved to biolocal:Write the script documentation: moving to the right namespace) |
||
| (3 intermediate revisions not shown.) | |||
| Line 9: | Line 9: | ||
| Currently the generated documentation is stored on clr55.ceinge.unina.it and can be reached on http://clr55.ceinge.unina.it/biodevdoc/ | Currently the generated documentation is stored on clr55.ceinge.unina.it and can be reached on http://clr55.ceinge.unina.it/biodevdoc/ | ||
| - | + | The documentation have to be placed in the same directory of its script. | |
| + | |||
| + | Tools documentation is at http://clr55.ceinge.unina.it/biodevdoc/.projects/tools/ | ||
| + | |||
| + | Library documentation is at http://clr55.ceinge.unina.it/biodevdoc/.lib/lib_0.1/objects/ | ||
Current revision
The script documentation should be written according to php-documentator sintax. (see php documentator web-site.)
These are command line examples which create automatic generated documentations:
phpdoc -o HTML:frames:earthli -d [scripts directory] -t [output directory]
phpdoc -o HTML:frames:earthli -f [script file] -t [output directory]
Currently the generated documentation is stored on clr55.ceinge.unina.it and can be reached on http://clr55.ceinge.unina.it/biodevdoc/
The documentation have to be placed in the same directory of its script.
Tools documentation is at http://clr55.ceinge.unina.it/biodevdoc/.projects/tools/
Library documentation is at http://clr55.ceinge.unina.it/biodevdoc/.lib/lib_0.1/objects/
