|
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 | |
|---|
| 4 | The documentation in this directory is generated using PhpDocumentor, |
|---|
| 5 | a standard PEAR package. You may already have PhpDocumentor |
|---|
| 6 | installed on your system. To check, give the console command |
|---|
| 7 | |
|---|
| 8 | pear list |
|---|
| 9 | |
|---|
| 10 | and examine the output for PhpDocumentor. The version should be at |
|---|
| 11 | least 1.3.0RC3 beta. If you do not have PhpDocumentor, you can |
|---|
| 12 | install it with the command |
|---|
| 13 | |
|---|
| 14 | pear install PhpDocumentor |
|---|
| 15 | |
|---|
| 16 | With PhpDocumentor installed, you can generate current documentation |
|---|
| 17 | by giving the console command |
|---|
| 18 | |
|---|
| 19 | phpdoc -c phpdoc.ini |
|---|
| 20 | |
|---|
| 21 | in this directory. |
|---|
| 22 | |
|---|