<para> (Visual C++)
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at <para> (Visual C++).
The <para> tag is for use inside a tag, such as <summary>, <remarks>, or <returns>, and lets you add structure to the text.
<para>content</para>
Parameters
content
The text of the paragraph.
Compile with /doc to process documentation comments to a file.
See <summary> for an example of using <para>.
Show: