You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a method/class is overwritten/extended multiple times with both sublalsses using {@inheritdoc}, the tag is not resolved.
Instead, the {@inheritdoc} of the respective parent class is used.
The code would need to go up the class hierarchy until it finds the first non {@inheritdoc} documentation block.
The text was updated successfully, but these errors were encountered:
another non-working case is:
class A with method a
class B extends A but does not overwrite method a
class C extends B and overwrites method a, uses {@inheritdoc}
the doc of method a in class C is just empty.
dbu
added a commit
to jackalope/jackalope-prismic
that referenced
this issue
Apr 20, 2014
If a method/class is overwritten/extended multiple times with both sublalsses using {@inheritdoc}, the tag is not resolved.
Instead, the {@inheritdoc} of the respective parent class is used.
The code would need to go up the class hierarchy until it finds the first non {@inheritdoc} documentation block.
The text was updated successfully, but these errors were encountered: