You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/csharp/language-reference/xmldoc/index.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
---
2
-
title: "Documentation comments - document APIs using /// comments"
2
+
title: "XML API documentation comments comments - document APIs using /// comments"
3
3
description: Learn about documentation comments. You can create documentation for your code by including XML elements in special comment fields. You can use other tools to build documentation layouts from comments.
4
4
ms.date: 02/19/2025
5
5
f1_keywords:
@@ -13,7 +13,7 @@ helpviewer_keywords:
13
13
- "XML documentation comments [C#]"
14
14
---
15
15
16
-
# Documentation comments
16
+
# Generate XML API documentation comments
17
17
18
18
C# source files can include structured comments that produce API documentation for the types defined in those files. The C# compiler produces an *XML* file that contains structured data representing the comments and the API signatures. Other tools can process that XML output to create human-readable documentation in the form of web pages or PDF files, for example.
0 commit comments