phpdoctor icon indicating copy to clipboard operation
phpdoctor copied to clipboard

PHPDoctor is an attempt to create a simpler and faster PHPDoc (Javadoc style comment parser for PHP) that produces standards compliant HTML.

Results 27 phpdoctor issues
Sort by recently updated
recently updated
newest added

Call to undefined method rootDoc::packageName() in /private/var/www/docs/phpdoctor/classes/phpDoctor.php on line 948

`PHP Parse error: syntax error, unexpected 'new' (T_NEW) in /var/www/html/phpdoctor/classes/phpDoctor.php on line 561` Relevant lines reads: $rootDoc =& new rootDoc($this); New clone from Github repo on Ubuntu 16.04.

``` $left = $length - $total_length; if ($plain_mode || ($plain_tag && $tag)) { // treats text as plain in , tags <a name="line4303"></a> $content = $plain_mode ? $line_matchings[0] : $line_matchings[2];...

Error spotted using PHPDoctor under Windows platform. Paths generated under Unix (HTML header and page menu) - it's OK: ``` modules/users/inc/users.functions.php (Cotonti 0.9.18 Reference) Cotonti Overview PackageClassTreeFiles Deprecated Todo Index...

...m composer vendor branch when it exists

...be ommitted from output. To further illustrate the problem consider the following files parsed in the order listed below: 1. **MyInterface1.php:** `interface MyInterface1 { ... }` 2. **MyClass.php:** `class MyClass...

...eters that exist in both the super and overriding methods for which the overriding method has no doc. Fixes issue 71

Consider the following inheritance situation: ``` /** * Base constructor. * * @param string arg1 The first argument. * @param strign arg2 The second argument. */ abstract class BaseClass {...