Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhuangmin-ms <huangmin@microsoft.com>2022-08-29 11:00:07 +0300
committerhuangmin-ms <huangmin@microsoft.com>2022-08-29 11:00:07 +0300
commitdc4f2e04e96ed9beb580340689971531b387798e (patch)
treea7b5a1332fd7576e7f94ff306b1abb3d8c0cf511 /mdoc/Consts.cs
parentde9c2fe4c98446af10d5aa8cc69819804e7d398c (diff)
parentbfe98ddac489c0bf9dc9df7eaba8e01c97931b4a (diff)
Merge branch 'mh/608072' of https://github.com/mono/api-doc-tools into mh/608072mh/608072
Diffstat (limited to 'mdoc/Consts.cs')
-rw-r--r--mdoc/Consts.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc/Consts.cs b/mdoc/Consts.cs
index 64d86ab7..a420f910 100644
--- a/mdoc/Consts.cs
+++ b/mdoc/Consts.cs
@@ -41,6 +41,7 @@ namespace Mono.Documentation
public const string FrameworksIndex = "FrameworksIndex";
public const string FrameworkAlternate = "FrameworkAlternate";
public const string Index = "Index";
+ public const string Name = "Name";
public static bool CollapseInheritedInterfaces = true;