The <c> tag is used to indicate that text within a description should be marked as code.
<c>text</c>
where:
Can be used inline within any other markup.
Use <code> to indicate multiple lines as code.
[C#] public class MyClass { /// <summary> /// <c>MyMethod</c> is a method in the <c>MyClass</c> class. /// </summary> public static void MyMethod(int Int1) { } }
Tag Usage | NDoc Tags | <code> | Microsoft's definition
NDoc development is hosted by |