root/trunk/trax/doc/README

Revision 192, 0.6 KB (checked in by haas, 6 years ago)

working Pear install w/ tests

Line 
1
2          README FOR GENERATED DOCUMENTATION
3
4The documentation in this directory is generated using PhpDocumentor,
5a standard PEAR package.  You may already have  PhpDocumentor
6installed on your system.  To check, give the console command
7
8  pear list
9
10and examine the output for PhpDocumentor.  The version should be at
11least 1.3.0RC3 beta.  If you do not have PhpDocumentor, you can
12install it with the command
13
14  pear install PhpDocumentor
15
16With PhpDocumentor installed, you can generate current documentation
17by giving the console command
18
19  phpdoc -c phpdoc.ini
20
21in this directory.
22
Note: See TracBrowser for help on using the browser.