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
There are many opportunities for XML comment diagnostics, including the following:
Identify cases where a known HTML entity is used, but is not supported by XML documentation comments. For example, → is not supported in XML comments but the form → can be used instead.
There are many opportunities for XML comment diagnostics, including the following:
→
is not supported in XML comments but the form→
can be used instead.<para>
element around text.<ul>
,<ol>
,<p>
, and<tt>
HTML tags to their XML comment equivalentThe text was updated successfully, but these errors were encountered: