phpdoc.dist.xml
16 lines
| 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <!-- Install phpDocumentor to generate docs. --> |
| 3 | <phpdoc> |
| 4 | <parser> |
| 5 | <target>doc</target> |
| 6 | </parser> |
| 7 | <transformer> |
| 8 | <target>doc</target> |
| 9 | </transformer> |
| 10 | <files> |
| 11 | <file>Google/Protobuf/Internal/MapField.php</file> |
| 12 | <file>Google/Protobuf/Internal/Message.php</file> |
| 13 | <file>Google/Protobuf/Internal/RepeatedField.php</file> |
| 14 | </files> |
| 15 | </phpdoc> |
| 16 |