phpDocumentor / template.new_black

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

{@inheritDoc} doesn't show all information of @param #11

Open mbed67 opened 10 years ago

mbed67 commented 10 years ago

Say the parent has the following information:

image

Then {@inheritDoc} only shows the name of the parameter: $types, and omits all the other information.

An example can be found in phpDocumentor\Descriptor\ArgumentDescriptor