Closed
Description
Is there an existing issue for this?
- I have searched the existing issues
Describe the bug
XML documentation comments for IRazorViewEngine.FindPage has incorrent remarks tag.
However, the remarks tag has a incorrectly remarks tag.
Therefore, the generated XML file from this comment can not be correctly parsed because there is again a remarks
tag within the remarks
tag.
/// <remarks>
/// <remarks>Use <see cref="GetPage(string, string)"/> when the absolute or relative
/// path of the page is known.</remarks>
/// <seealso cref="IViewEngine.FindView"/>.
/// </remarks>
So, it has not been analyzed and is not shown in the Microsoft documentation site.
Expected Behavior
Delete inside tag.
/// <remarks>
/// Use <see cref="GetPage(string, string)"/> when the absolute or relative path of the page is known.
/// <seealso cref="IViewEngine.FindView"/>.
/// </remarks>
Steps To Reproduce
No response
Exceptions (if any)
No response
.NET Version
No response
Anything else?
No response