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:
authorAnn Meng <anmeng@microsoft.com>2020-03-19 09:03:05 +0300
committerJoel Martinez <joelmartinez@gmail.com>2020-03-25 18:59:15 +0300
commit2d107a12b1b3434f2890dbcf5446880f3ac39b8d (patch)
tree9646f3a7617f2cf9682f55a5f37e8b8f13b14167 /mdoc/Test/DocTest-v1.cs
parentc9b64b8846e59f0eac83fb742c3f77ce8e92d6c2 (diff)
display "TypeParameter" node for delegate only if generic parameters are declared by itself
Diffstat (limited to 'mdoc/Test/DocTest-v1.cs')
-rw-r--r--mdoc/Test/DocTest-v1.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdoc/Test/DocTest-v1.cs b/mdoc/Test/DocTest-v1.cs
index 486318b7..bd5b52a6 100644
--- a/mdoc/Test/DocTest-v1.cs
+++ b/mdoc/Test/DocTest-v1.cs
@@ -636,6 +636,9 @@ namespace Mono.DocTest.Generic {
/// <remarks><c>M:Mono.DocTest.MyList`1.GetEnumerator</c>.</remarks>
public IEnumerator<int[]> GetEnumerator () {return null;}
+
+ /// <remarks><c>T:Mono.DocTest.MyList`1.RefDelegate</c>.</remarks>
+ public delegate bool RefDelegate ();
}
/// <typeparam name="T">T generic param</typeparam>