--- title: "<para> (Visual C++) | Microsoft Docs" ms.custom: "" ms.date: "11/04/2016" ms.reviewer: "" ms.suite: "" ms.technology: - "cpp-ide" ms.tgt_pltfrm: "" ms.topic: "article" f1_keywords: - "" - "para" dev_langs: - "C++" helpviewer_keywords: - " C++ XML tag" - "para C++ XML tag" ms.assetid: 35f2a1b3-bc14-4f13-bcb0-c39ccbf74d59 caps.latest.revision: 8 author: "mikeblome" ms.author: "mblome" manager: "ghogen" translation.priority.ht: - "cs-cz" - "de-de" - "es-es" - "fr-fr" - "it-it" - "ja-jp" - "ko-kr" - "pl-pl" - "pt-br" - "ru-ru" - "tr-tr" - "zh-cn" - "zh-tw" --- # <para> (Visual C++) The \ tag is for use inside a tag, such as [\](../ide/summary-visual-cpp.md), [\](../ide/remarks-visual-cpp.md), or [\](../ide/returns-visual-cpp.md), and lets you add structure to the text. ## Syntax ``` content ``` #### Parameters `content` The text of the paragraph. ## Remarks Compile with [/doc](../build/reference/doc-process-documentation-comments-c-cpp.md) to process documentation comments to a file. ## Example See [\](../ide/summary-visual-cpp.md) for an example of using \. ## See Also [XML Documentation](../ide/xml-documentation-visual-cpp.md)