-
Notifications
You must be signed in to change notification settings - Fork 4.1k
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
Remove pointless xml doc comment tags #76696
Conversation
@@ -19,7 +19,6 @@ internal interface IBrokeredServiceBridgeManifest | |||
/// Returns services that the container wishes to expose across the bridge. | |||
/// </summary> | |||
/// <param name="cancellationToken"></param> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be removed?
@@ -325,7 +325,6 @@ public static ContainerElement ToLSPElement(this QuickInfoContainerElement eleme | |||
/// in the Visual Studio client. | |||
/// </summary> | |||
/// <param name="glyph"></param> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be removed?
@@ -352,7 +352,6 @@ private static IEnumerable<PackagePart> GetPartsInFolder(Package package, string | |||
/// properly update this package. | |||
/// </summary> | |||
/// <param name="textWriter"></param> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be removed?
@@ -310,7 +309,6 @@ private static void ThrowUnableToFindChildException(string path, IUIAutomationEl | |||
/// support the <see cref="IUIAutomationTogglePattern"/>. | |||
/// </summary> | |||
/// <param name="element"></param> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not going to continue commenting on these, but there's a bunch 🙂
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
StyleCop Analyzers has analyzers for these cases if we decide they matter.
/// <summary> | ||
/// | ||
/// </summary> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this whole block be removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
likely yes :) just dealing with the simple case for noww: )
No description provided.