Skip to content

Commit

Permalink
phpdoc usage included into README
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Gondža committed Mar 10, 2011
1 parent 6ba68d0 commit 17dc43a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README
Expand Up @@ -63,6 +63,24 @@ $ doxygen doxygen/internal.ini
An on-line documentation can be found at
http://olivergondza.github.com/MapFilter/.

phpdoc can be used as well:

$ cd docs/
$ phpdoc -c phpdoc/user.ini

To generate doc/user/phpdoc/


$ cd docs/
$ phpdoc -c phpdoc/programmer.ini

To generate doc/programmer/phpdoc/


$ cd docs/
$ phpdoc -c phpdoc/internal.ini

To generate doc/internal/phpdoc/

Download
--------
Expand Down

0 comments on commit 17dc43a

Please sign in to comment.