Hi Everybody,
I have a bunch of php code in a folder called protected. I want phpDocumentor to document it for me. I put the following file named 'phpdoc.dist.xml' in the protected folder:
<?xml version="1.0" encoding="UTF-8" ?> <phpdoc> <parser> <target>/path/to/docs</target> </parser> <transformer> <target>/path/to/docs</target> </transformer> <files> <directory>.</directory> <ignore>config/*</ignore> <ignore>extensions/*</ignore> </files> <transformations> <template name="responsive" /> </transformations> </phpdoc>
I then run this command:
phpdoc -d /path/to/protected -c /path/to/protected/phpdoc.dist.xml
However it seems to completely ignore the <ignore> directives. The
template directive is at the very least observed, but the ignored directories are
processed.
Hi Everybody,
I have a bunch of php code in a folder called protected. I want phpDocumentor to document it for me. I put the following file named 'phpdoc.dist.xml' in the protected folder:
.....
--
You received this message because you are subscribed to the Google Groups "phpDocumentor" group.
To unsubscribe from this group and stop receiving emails from it, send an email to phpdocumento...@googlegroups.com.
To post to this group, send email to phpdoc...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/phpdocumentor/fb3d2188-4c1e-4c47-963e-9d7836637abf%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.