-
Notifications
You must be signed in to change notification settings - Fork 30
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
Accept <inheritdoc /> #73
Comments
Pretty essential... |
I agree, this is a pretty big gap 😞 |
I'll look at it as soon as possible |
What do you expect, how should Exceptional behave? Simple solution More complex solution
Checking the parents documentation if all documented exceptions are thrown.
|
I think Exceptional should checking the parent's documentation. If the parent type is outside the project, I wouldn't expect to be able to do a quickfix on the parent type. However, it'd be nice to maintain the ability to quickfix the implementation's documentation. |
A quickfix could be provided for the parent documentation (if it's a source file that is modifiable, as opposed to just in an external assembly that isn't built from the solution), as well as another quickfix that adds the documentation to this implementation, since you can provide more documentation tags after |
Issue: R# throws a warning at me, saying that an exception is not documented. Although it's already documented in the corresponding interface. This already should be enough - IMHO.
Although - if I use the
<inheritdoc />
tag it definitely should not throw a warning around. Right?Here my simplified code broken down to the important parts.
The text was updated successfully, but these errors were encountered: