You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by pepone May 4, 2023
When I add a seealso tag to the class doc comment I see this rendered with the sealso section of each method in the class, and also in the seealso section of the class, for example:
/// <summary>A nice class</summary>/// <seealso cref="MyOtherClass"/>publicclassMyClass{/// <summary>A nice operation similar to <see cref="MyOtherClass.MyOtherOperation(string, int)"/>.</summary>publicvoidMyOperation(){}/// <summary>Another nice operation</summary>publicvoidMoreOperations(){}}
Is this the expected behavior? seems odd to repeat the same link over and over.
The text was updated successfully, but these errors were encountered:
Discussed in #8724
Originally posted by pepone May 4, 2023
When I add a seealso tag to the class doc comment I see this rendered with the sealso section of each method in the class, and also in the seealso section of the class, for example:
Is this the expected behavior? seems odd to repeat the same link over and over.
The text was updated successfully, but these errors were encountered: