Lib
8 years ago
Tests
8 years ago
.scrutinizer.yml
8 years ago
.travis.yml
8 years ago
LICENSE
8 years ago
PROVIDERS.md
8 years ago
README.md
8 years ago
composer.json
8 years ago
phpdoc.xml
8 years ago
phpunit.full-urls.xml
8 years ago
phpunit.xml
8 years ago
phpdoc.xml
23 lines
| 1 | <?xml version="1.0" encoding="UTF-8" ?> |
| 2 | <phpdoc> |
| 3 | <parser> |
| 4 | <target>Docs/</target> |
| 5 | <markers> |
| 6 | <item>TODO</item> |
| 7 | <item>FIXME</item> |
| 8 | </markers> |
| 9 | <extensions> |
| 10 | <extension>php</extension> |
| 11 | </extensions> |
| 12 | </parser> |
| 13 | <transformer> |
| 14 | <target>Docs/</target> |
| 15 | </transformer> |
| 16 | <files> |
| 17 | <directory>.</directory> |
| 18 | <ignore>Tests/*</ignore> |
| 19 | <ignore>Toolkit/*</ignore> |
| 20 | <ignore>vendor/*</ignore> |
| 21 | </files> |
| 22 | </phpdoc> |
| 23 |