The <para> tag is used to add structure to text.
<para [lang="language"]>content</para>
where:
Can be used inline within any other markup.
This tag is for use inside a tag, such as <summary>, <remarks>, or <returns>, and lets you add structure to the text.
A language filter can be attached using the optional lang attribute. Standard languages are Visual Basic, C#, C++ and JScript. Multiple languages can be specified as a comma separated list such as "Visual Basic, C#, C++".
See <summary> for an example of using this tag.
Tag Usage | NDoc Tags | Microsoft's definition
NDoc development is hosted by |