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

Flag certain duplicate elements in XML docs #53

Open
drewnoakes opened this issue Sep 20, 2018 · 1 comment
Open

Flag certain duplicate elements in XML docs #53

drewnoakes opened this issue Sep 20, 2018 · 1 comment
Labels

Comments

@drewnoakes
Copy link

/// <summary>A summary.</summary>
/// <summary>A summary.</summary>
/// <remarks>A remark.</remarks>
/// <remarks>A remark.</remarks>
/// <returns>Zero.</returns>
/// <returns>Zero.</returns>
public int Foo(int bar) => 0;

Duplicate <param and <typeparam elements are flagged, but not the ones shown above.

There may be a case for allowing duplicates, but I can't see what it is.

@sharwell
Copy link
Member

Need to figure out what category to put this in. Most correctness rules have ended up in the Portability category so far, which basically means "not all documentation processors will handle this content in the expected manner".

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

No branches or pull requests

2 participants