| title | <para> (Visual C++) | ||
|---|---|---|---|
| ms.date | 11/04/2016 | ||
| f1_keywords |
|
||
| helpviewer_keywords |
|
||
| ms.assetid | 35f2a1b3-bc14-4f13-bcb0-c39ccbf74d59 |
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>
content
The text of the paragraph.
Compile with /doc to process documentation comments to a file.
See <summary> for an example of using <para>.