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:
authorMin Huang <huangmin@microsoft.com>2022-08-15 12:39:32 +0300
committerMin Huang <huangmin@microsoft.com>2022-08-15 12:39:32 +0300
commit1835680f714838ab9b9fa427d7becbd7576fe98a (patch)
tree09912e8295b081f45f330e464fa270b5d2159168
parent8fbde62281e19ace8e434a0b8165f2157f28a566 (diff)
update
-rw-r--r--mdoc/Mono.Documentation/MDocUpdater.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Mono.Documentation/MDocUpdater.cs b/mdoc/Mono.Documentation/MDocUpdater.cs
index 8bbbb2cf..2212c169 100644
--- a/mdoc/Mono.Documentation/MDocUpdater.cs
+++ b/mdoc/Mono.Documentation/MDocUpdater.cs
@@ -2180,7 +2180,7 @@ namespace Mono.Documentation
NormalizeWhitespace (ass);
}
- if (type.IsGenericType ())
+ if (type.IsGenericType () && !DocUtils.IsDelegate(type))
{
MakeTypeParameters (typeEntry, root, type.GenericParameters, type, MDocUpdater.HasDroppedNamespace (type));
}