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

Documentation of some methods shows as <inheritdoc></inheritdoc> #205

Closed
omarjuul opened this issue Mar 6, 2024 · 2 comments
Closed

Documentation of some methods shows as <inheritdoc></inheritdoc> #205

omarjuul opened this issue Mar 6, 2024 · 2 comments

Comments

@omarjuul
Copy link

omarjuul commented Mar 6, 2024

For example Result.Value:
image

I think somehow somewhere in the packaging process a few <s get escaped maybe?

Version: 3.15.2 (via NuGet)

@Asafima
Copy link
Contributor

Asafima commented Jun 14, 2024

Hey @omarjuul ,
From your screenshot, it seems like your code editor is rider (or another jetBrains tool).
This seems to be an issue of rider, view attached - https://youtrack.jetbrains.com/issue/RSRP-478940

The <inheritdoc/> element allows a type or member to inherit documentation comments from a base class or interface.
View this image from the source code - seems like it is used properly.

image

This screenshot is from my code editor, VSCode:
image

@omarjuul
Copy link
Author

Okay, thanks for the response (and sorry for the "false positive").

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