Skip to content

No matching documentation found for system type #2

Answered by saucecontrol
nkristek asked this question in Q&A
Discussion options

You must be logged in to vote

Yeah, that seems reasonable. And there might be cases where the remarks appear in a newer framework but not an older one in the case of multi-targeting.

I'm hesitant to remove the warning for that because it's good for catching cases where you say this:

<inheritdoc />
<summary>My additional summary.</summary>

When you mean to say this:

<summary>
<inheritdoc path="/summary/node()" />
My additional summary.
</summary>

I guess this might be a case where if you're sure you know what you're doing, it's best to set that warning to be ignored.

Replies: 4 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by saucecontrol
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #2 on December 10, 2020 18:51.