phpDocumentor / template.clean

ABANDONED: This template is merged into phpDocumentor2 itself
2 stars 11 forks source link

{@inheritDoc} doesn't work if parent is not in scanned files #46

Open mbed67 opened 10 years ago

mbed67 commented 10 years ago

If the parent is not in the files that phpdoc scans, then {@inheritDoc} doesn't import the description of that parent element. In the documentation it will show up as the tag itself: {@inheritDoc}

An example of this issue can be found in phpDocumentor\Compiler\Compiler.php