PhpDocumentor: Difference between revisions
No edit summary |
m Text replacement - "<(\/?)source" to "<$1syntaxhighlight" |
||
| Line 13: | Line 13: | ||
The system can be run via command-line interface, or through a browser interface. The browser interface makes it easy to do one-offs, while the command-line interface makes it easy to do repeatable, automated documentation generation (like nightly API updates). | The system can be run via command-line interface, or through a browser interface. The browser interface makes it easy to do one-offs, while the command-line interface makes it easy to do repeatable, automated documentation generation (like nightly API updates). | ||
< | <syntaxhighlight 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/ | ||
</ | </syntaxhighlight> | ||
== See Also == | == See Also == | ||