Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Difference between nodoc and inheritdoc #469

Closed
rafdulaf opened this issue Oct 9, 2013 · 0 comments
Closed

Difference between nodoc and inheritdoc #469

rafdulaf opened this issue Oct 9, 2013 · 0 comments

Comments

@rafdulaf
Copy link

rafdulaf commented Oct 9, 2013

If I have a subclass that override a method of its parent.
Even with all warnings on (also nodoc), I can put nodoc on the overriden method.

The associated doc is that in my subclass, the method appears to be related to its parent : the override is not displayed.

If I manually add /** @inheritdoc */ everything is fine.

Is this the normal behavior ?
Should'nt we have the same doc with or without /** @inheritdoc */ alone ?
Or could we have a warning when an inherited method has no doc ? (because we currently have an issue with this 468)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants