Skip to content

Commit dc9549c

Browse files
SEO juice (#45537)
Go from 0 juice to 100% juice
1 parent e218f1e commit dc9549c

File tree

1 file changed

+2
-2
lines changed
  • docs/csharp/language-reference/xmldoc

1 file changed

+2
-2
lines changed

docs/csharp/language-reference/xmldoc/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Documentation comments - document APIs using /// comments"
2+
title: "XML API documentation comments comments - document APIs using /// comments"
33
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.
44
ms.date: 02/19/2025
55
f1_keywords:
@@ -13,7 +13,7 @@ helpviewer_keywords:
1313
- "XML documentation comments [C#]"
1414
---
1515

16-
# Documentation comments
16+
# Generate XML API documentation comments
1717

1818
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.
1919

0 commit comments

Comments
 (0)