phpdox icon indicating copy to clipboard operation
phpdox copied to clipboard

Documentation generator for PHP Code using standard technology (SRC, DOCBLOCK, XML and XSLT)

Results 54 phpdox issues
Sort by recently updated
recently updated
newest added
trafficstars

It seems phpdox (or DOMDocument) is having some difficulties reading the config file from a directory that contains some pseudo url encoded parts; ## How to reproduce I've created a...

It'd allow us to use phpdox with pre 5.3 code.

Feature

Currently we have on the class view: ``` Class Name|Description|Coverage Image|class Image|PASSED ``` The suggestion would be to have instead: ``` Class Name|Description|Coverage Image|class Image|PASSED (25%) ```

A favicon is missing.

Working on fine-tuning the phpdox config I can across the enrichers. Some enrichers are self explanatory and some aren't. Even the ones that seems self explanatory do something more than...

Documentation

Please add support for the `@method` tag It described at http://phpdoc.org/docs/latest/references/phpdoc/tags/method.html

Feature

Similar to #212 There is a file in our application that contains a umlaut (ü) in the name of the file (yeah, I know....). This causes a crash of phpdox....

Please update the getting started doc so that it shows how to reference the xml schema, e.g.: ``` xml ``` I don't know enough about xml however to say whether...

Using PhpDoc [code](http://en.wikipedia.org/wiki/PHPDoc#Using_.3Ccode.3E_and_.3Cpre.3E) tags doesn't seem to be recognized by phpdox. In generated HTML docs I see stuff like: ``` // Loads the component for the first time $_MIDCOM->componentloader->load('fi.protie.navigation'); //...

Would be nice to have a list of the currently supported tags.