Skip to content

Commit e3c523f

Browse files
authored
Added missing descriptions US1657389. (#19710)
* Added missing descriptions. * Edited description.
1 parent af4c2e8 commit e3c523f

17 files changed

+17
-0
lines changed

docs/csharp/programming-guide/xmldoc/include.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "<include> - C# programming guide"
3+
description: Learn about the XML <include> tag. This tag lets you refer to comments in another file that describe the types and members in your source code.
34
ms.date: 07/20/2015
45
f1_keywords:
56
- "include"

docs/csharp/programming-guide/xmldoc/list.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "<list> - C# programming guide"
3+
description: Learn about the XML <list> tag. This tag is used to create tables and definition, bulleted, or numbered lists by using 'item' blocks.
34
ms.date: 07/20/2015
45
f1_keywords:
56
- "list"

docs/csharp/programming-guide/xmldoc/para.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "<para> - C# programming guide"
3+
description: Learn about the XML <para> tag. This tag lets you add structure to the text in another tag, such as <summary>, <remarks>, or <returns>.
34
ms.date: 07/20/2015
45
f1_keywords:
56
- "<para>"

docs/csharp/programming-guide/xmldoc/param.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "<param> - C# programming guide"
3+
description: Learn about the XML <param> tag. This tag is used in the comment for a method declaration to describe one of the parameters for the method.
34
ms.date: 07/20/2015
45
f1_keywords:
56
- "param"

docs/csharp/programming-guide/xmldoc/paramref.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "<paramref> - C# programming guide"
3+
description: Learn about the XML <paramref> tag. This tag gives you a way to indicate that a word in the code is a parameter.
34
ms.date: 07/20/2015
45
f1_keywords:
56
- "paramref"

docs/csharp/programming-guide/xmldoc/permission.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "<permission> - C# programming guide"
3+
description: Learn about the XML <permission> tag. This tag lets you document the access of a member, while the PermissionSet class lets you specify access to a member.
34
ms.date: 07/20/2015
45
f1_keywords:
56
- "permission"

docs/csharp/programming-guide/xmldoc/processing-the-xml-file.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Processing the XML file - C# programming guide"
3+
description: Learn about processing the XML file in C# programming. See code examples and view additional available resources.
34
ms.date: 07/20/2015
45
helpviewer_keywords:
56
- "XML processing [C#]"

docs/csharp/programming-guide/xmldoc/recommended-tags-for-documentation-comments.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "Recommended tags for documentation comments - C# programming guide"
3+
description: Learn about the recommended tags for documentation comments. See a list of recommended tags and view additional available resources.
34
ms.date: 01/21/2020
45
helpviewer_keywords:
56
- "XML [C#], tags"

docs/csharp/programming-guide/xmldoc/remarks.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "<remarks> - C# programming guide"
3+
description: Learn about the XML <remarks> tag. This tag is used to add information about a type, supplementing the information specified with <summary>.
34
ms.date: 07/20/2015
45
f1_keywords:
56
- "remarks"

docs/csharp/programming-guide/xmldoc/returns.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: "<returns> - C# programming guide"
3+
description: Learn about the XML <returns> tag. This tag is used in the comment for a method declaration to describe the return value.
34
ms.date: 07/20/2015
45
f1_keywords:
56
- "returns"

0 commit comments

Comments
 (0)