Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1008 Bytes

File metadata and controls

42 lines (30 loc) · 1008 Bytes
title <code> (Visual C++) | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-ide
ms.topic conceptual
f1_keywords
code
<code>
dev_langs
C++
helpviewer_keywords
<code> C++ XML tag
code C++ XML tag
ms.assetid 687db3f8-d435-4a90-b781-8da503fa39bc
author mikeblome
ms.author mblome
ms.workload
cplusplus

<code> (Visual C++)

The <code> tag gives you a way to indicate one or more lines as code.

Syntax

<code>content</code>

Parameters

content
The text you want marked as code.

Remarks

Use <c> to indicate a portion of text should be marked as code.

Compile with /doc to process documentation comments to a file.

Example

See the <example> topic for an example of how to use the <code> tag.

See Also

XML Documentation