template.responsive icon indicating copy to clipboard operation
template.responsive copied to clipboard

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

Open mbed67 opened this issue 11 years ago • 0 comments

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

mbed67 avatar Nov 01 '14 11:11 mbed67