PhpDocumentor: Difference between revisions

New page: == Background == Written by Josh Eichorn and Greg Beaver, wp:phpDocumentor is the implementation of the wp:PHPDoc standard for documenting your PHP code. It is similar to, and in ...
 
No edit summary
Line 15: Line 15:
<source lang="bash">
<source lang="bash">
phpdoc --target /var/www/docs/mediawiki --output HTML:Smarty:HandS --directory /home/user/work/project/vendorsrc/mediawiki/current/
phpdoc --target /var/www/docs/mediawiki --output HTML:Smarty:HandS --directory /home/user/work/project/vendorsrc/mediawiki/current/
</bash>
</source>


== See Also ==
== See Also ==