summaryrefslogtreecommitdiff
path: root/devel/pear-PhpDocumentor (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Fix pear port versionMartin Wilke2008-05-301-1/+1
| | | | | | | | | PR: 123934 Submitted by: Gary Palmer Approved by: maintainer implicit Notes: svn path=/head/; revision=213914
* - Update to 1.4.2Martin Wilke2008-04-192-6/+6
| | | | | | | | PR: 122460 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=211624
* - Add missing filesMartin Wilke2008-03-111-0/+22
| | | | | | | | PR: 121515 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=208800
* - Update to 1.4.1Martin Wilke2008-01-032-36/+21
| | | | | | | | PR: 119230 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=204955
* - Update to 1.4.0Martin Wilke2007-08-192-9/+29
| | | | | | | | PR: 115441 Submitted by: Gerrit Beine <gerrit.beine@gmx.de> (maintainer) Notes: svn path=/head/; revision=197919
* The phpDocumentor tool is a standalone auto-documentor similar to JavaDocMartin Wilke2007-05-294-0/+1286
written in PHP. It differs from PHPDoc in that it is MUCH faster, parses a much wider range of php files, and comes with many customizations including 11 HTML templates, windows help file CHM output, PDF output, and XML DocBook peardoc2 output for use with documenting PEAR. In addition, it can do PHPXref source code highlighting and linking. Features (short list): -output in HTML, PDF (directly), CHM (with windows help compiler), XML DocBook -very fast -web and command-line interface -fully customizable output with Smarty-based templates -recognizes JavaDoc-style documentation with special tags customized for PHP 4 -automatic linking, class inheritance diagrams and intelligent override -customizable source code highlighting, with phpxref-style cross-referencing -parses standard README/CHANGELOG/INSTALL/FAQ files and includes them directly in documentation -generates a todo list from @todo tags in source -generates multiple documentation sets based on @access private, @internal and {@internal} tags -example php files can be placed directly in documentation with highlighting and phpxref linking using the @example tag -linking between external manual and API documentation is possible at the sub-section level in all output formats -easily extended for specific documentation needs with Converter -full documentation of every feature, manual can be generated directly from the source code with "phpdoc -c makedocs" in any format desired. -current manual always available at http://www.phpdoc.org/manual.php -user .ini files can be used to control output, multiple outputs can be generated at once WWW: http://pear.php.net/package/PhpDocumentor/ PR: ports/112744 Submitted by: Gerrit Beine (<gerrit.beine at gmx.de>) Notes: svn path=/head/; revision=192314