Search code examples
phpphpdoc

Documenting private methods


Is it possible to pull out the documentation for private methods with phpDocumentor?

I realize this wouldn't normally be done, but in my current project it would be useful.


Solution

  • Use -pp option.

    http://manual.phpdoc.org/HTMLSmartyConverter/HandS/phpDocumentor/tutorial_phpDocumentor.howto.pkg.html#using.command-line.parseprivate