From 806f222aad9a217efc587776915ffba95f92a20f Mon Sep 17 00:00:00 2001 From: Xiao Luo Date: Wed, 14 Apr 2021 23:20:54 +0800 Subject: Improve argument value formatter (#539) https://dev.azure.com/ceapex/Engineering/_workitems/edit/366340 --- mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Circle.xml | 4 ++-- mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Prism.xml | 4 ++-- mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Rectangle.xml | 4 ++-- .../PatternMatching/PatternMatchingExamples+PersonName+FirstLast.xml | 4 ++-- .../PatternMatching/PatternMatchingExamples+PersonName+FirstOnly.xml | 4 ++-- .../PatternMatching/PatternMatchingExamples+PersonName+LastOnly.xml | 4 ++-- .../PatternMatching/PatternMatchingExamples+Shape+Circle.xml | 4 ++-- .../PatternMatching/PatternMatchingExamples+Shape+Rectangle.xml | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) (limited to 'mdoc/Test') diff --git a/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Circle.xml b/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Circle.xml index 0df6e8c0..1cf1d136 100644 --- a/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Circle.xml +++ b/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Circle.xml @@ -16,8 +16,8 @@ [<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>] - [System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions/Shape/Circle@DebugTypeProxy))] - [<System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions/Shape/Circle@DebugTypeProxy))>] + [System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions+Shape+Circle@DebugTypeProxy))] + [<System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions+Shape+Circle@DebugTypeProxy))>] [System.Serializable] diff --git a/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Prism.xml b/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Prism.xml index 6b82ea56..d692ac3a 100644 --- a/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Prism.xml +++ b/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Prism.xml @@ -16,8 +16,8 @@ [<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>] - [System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions/Shape/Prism@DebugTypeProxy))] - [<System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions/Shape/Prism@DebugTypeProxy))>] + [System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions+Shape+Prism@DebugTypeProxy))] + [<System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions+Shape+Prism@DebugTypeProxy))>] [System.Serializable] diff --git a/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Rectangle.xml b/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Rectangle.xml index af196c39..fe657c9b 100644 --- a/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Rectangle.xml +++ b/mdoc/Test/en.expected-fsharp/DiscriminatedUnions+Shape+Rectangle.xml @@ -16,8 +16,8 @@ [<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>] - [System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions/Shape/Rectangle@DebugTypeProxy))] - [<System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions/Shape/Rectangle@DebugTypeProxy))>] + [System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions+Shape+Rectangle@DebugTypeProxy))] + [<System.Diagnostics.DebuggerTypeProxy(typeof(DiscriminatedUnions+Shape+Rectangle@DebugTypeProxy))>] [System.Serializable] diff --git a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+FirstLast.xml b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+FirstLast.xml index b7b7a2de..e31b131c 100644 --- a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+FirstLast.xml +++ b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+FirstLast.xml @@ -16,8 +16,8 @@ [<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>] - [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/PersonName/FirstLast@DebugTypeProxy))] - [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/PersonName/FirstLast@DebugTypeProxy))>] + [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+PersonName+FirstLast@DebugTypeProxy))] + [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+PersonName+FirstLast@DebugTypeProxy))>] [System.Serializable] diff --git a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+FirstOnly.xml b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+FirstOnly.xml index c50cd03a..8bc63289 100644 --- a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+FirstOnly.xml +++ b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+FirstOnly.xml @@ -16,8 +16,8 @@ [<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>] - [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/PersonName/FirstOnly@DebugTypeProxy))] - [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/PersonName/FirstOnly@DebugTypeProxy))>] + [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+PersonName+FirstOnly@DebugTypeProxy))] + [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+PersonName+FirstOnly@DebugTypeProxy))>] [System.Serializable] diff --git a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+LastOnly.xml b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+LastOnly.xml index 9039e514..b9346976 100644 --- a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+LastOnly.xml +++ b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+PersonName+LastOnly.xml @@ -16,8 +16,8 @@ [<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>] - [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/PersonName/LastOnly@DebugTypeProxy))] - [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/PersonName/LastOnly@DebugTypeProxy))>] + [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+PersonName+LastOnly@DebugTypeProxy))] + [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+PersonName+LastOnly@DebugTypeProxy))>] [System.Serializable] diff --git a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+Shape+Circle.xml b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+Shape+Circle.xml index 538409b3..cfc60932 100644 --- a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+Shape+Circle.xml +++ b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+Shape+Circle.xml @@ -16,8 +16,8 @@ [<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>] - [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/Shape/Circle@DebugTypeProxy))] - [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/Shape/Circle@DebugTypeProxy))>] + [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+Shape+Circle@DebugTypeProxy))] + [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+Shape+Circle@DebugTypeProxy))>] [System.Serializable] diff --git a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+Shape+Rectangle.xml b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+Shape+Rectangle.xml index f22cf1ab..418a8add 100644 --- a/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+Shape+Rectangle.xml +++ b/mdoc/Test/en.expected-fsharp/PatternMatching/PatternMatchingExamples+Shape+Rectangle.xml @@ -16,8 +16,8 @@ [<System.Diagnostics.DebuggerDisplay("{__DebugDisplay(),nq}")>] - [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/Shape/Rectangle@DebugTypeProxy))] - [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples/Shape/Rectangle@DebugTypeProxy))>] + [System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+Shape+Rectangle@DebugTypeProxy))] + [<System.Diagnostics.DebuggerTypeProxy(typeof(PatternMatching.PatternMatchingExamples+Shape+Rectangle@DebugTypeProxy))>] [System.Serializable] -- cgit v1.2.3 From 11feb86f91652dab03d170a9bd8fd9c1d4ce6849 Mon Sep 17 00:00:00 2001 From: RanhaoXu Date: Wed, 14 Apr 2021 23:24:33 +0800 Subject: Added missing const& for cpp/winrt syntax (#543) https://dev.azure.com/ceapex/Engineering/_workitems/edit/86667 --- mdoc/Test/ClassEnumeratorECMA.xml | 2 +- .../MyFramework.MyNamespace/MyClass.xml | 2 +- .../MyFramework.MyOtherNamespace/MyOtherClass.xml | 4 +-- .../Mono.DocTest.Generic/GenericBase`1.xml | 6 ++-- .../Mono.DocTest.Generic/IFoo`1.xml | 2 +- .../Mono.DocTest.Generic/MyList`1+Helper`2.xml | 2 +- .../Mono.DocTest.Generic/MyList`1.xml | 6 ++-- .../Mono.DocTest.Generic/MyList`2.xml | 10 +++---- .../Mono.DocTest/DocAttribute.xml | 2 +- .../Mono.DocTest/DocValueType.xml | 2 +- .../Mono.DocTest/UseLists.xml | 2 +- .../Mono.DocTest/Widget+NestedClass.xml | 2 +- .../Mono.DocTest/Widget+NestedClass`1.xml | 2 +- .../en.expected-cppwinrt2/Mono.DocTest/Widget.xml | 32 +++++++++++----------- mdoc/Test/en.expected-cppwinrt2/System/Array.xml | 2 +- .../CustomNamespace/ClassEnumerator.xml | 2 +- .../CustomNamespace/ClassEnumerator.xml | 2 +- .../CustomNamespace/ClassEnumerator.xml | 2 +- .../Mono.DocTest.Generic/GenericBase`1.xml | 6 ++-- .../en.expected/Mono.DocTest.Generic/IFoo`1.xml | 2 +- .../Mono.DocTest.Generic/MyList`1+Helper`2.xml | 2 +- .../en.expected/Mono.DocTest.Generic/MyList`1.xml | 6 ++-- .../en.expected/Mono.DocTest.Generic/MyList`2.xml | 10 +++---- .../Test/en.expected/Mono.DocTest/DocAttribute.xml | 2 +- .../Test/en.expected/Mono.DocTest/DocValueType.xml | 2 +- mdoc/Test/en.expected/Mono.DocTest/UseLists.xml | 2 +- .../Mono.DocTest/Widget+NestedClass.xml | 2 +- .../Mono.DocTest/Widget+NestedClass`1.xml | 2 +- mdoc/Test/en.expected/Mono.DocTest/Widget.xml | 32 +++++++++++----------- mdoc/Test/en.expected/System/Array.xml | 2 +- .../ex.expected-cppwinrtuwp/Namespace2/Class3.xml | 2 +- .../ex.expected-cppwinrtuwp/Namespace222/App.xml | 8 +++--- .../UwpTestWinRtComponentCpp/Class1.xml | 6 ++-- 33 files changed, 85 insertions(+), 85 deletions(-) (limited to 'mdoc/Test') diff --git a/mdoc/Test/ClassEnumeratorECMA.xml b/mdoc/Test/ClassEnumeratorECMA.xml index 7c7314bc..e79e8348 100644 --- a/mdoc/Test/ClassEnumeratorECMA.xml +++ b/mdoc/Test/ClassEnumeratorECMA.xml @@ -97,7 +97,7 @@ - + Method 0.0.65535.65535 diff --git a/mdoc/Test/en.expected-cppwinrt/MyFramework.MyNamespace/MyClass.xml b/mdoc/Test/en.expected-cppwinrt/MyFramework.MyNamespace/MyClass.xml index ad0dcc31..b7543278 100644 --- a/mdoc/Test/en.expected-cppwinrt/MyFramework.MyNamespace/MyClass.xml +++ b/mdoc/Test/en.expected-cppwinrt/MyFramework.MyNamespace/MyClass.xml @@ -33,7 +33,7 @@ - + Method DocTest-DropNS-classic diff --git a/mdoc/Test/en.expected-cppwinrt/MyFramework.MyOtherNamespace/MyOtherClass.xml b/mdoc/Test/en.expected-cppwinrt/MyFramework.MyOtherNamespace/MyOtherClass.xml index 46dd62df..2c1ad6b4 100644 --- a/mdoc/Test/en.expected-cppwinrt/MyFramework.MyOtherNamespace/MyOtherClass.xml +++ b/mdoc/Test/en.expected-cppwinrt/MyFramework.MyOtherNamespace/MyOtherClass.xml @@ -33,7 +33,7 @@ - + Method DocTest-DropNS-classic-secondary @@ -55,7 +55,7 @@ - + Method DocTest-DropNS-classic-secondary diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/GenericBase`1.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/GenericBase`1.xml index 0f52ab69..53452ce4 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/GenericBase`1.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/GenericBase`1.xml @@ -36,7 +36,7 @@ - + Method 0.0.0.0 @@ -85,7 +85,7 @@ - + Event 0.0.0.0 @@ -117,7 +117,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/IFoo`1.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/IFoo`1.xml index a054fb27..aee418ba 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/IFoo`1.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/IFoo`1.xml @@ -19,7 +19,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`1+Helper`2.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`1+Helper`2.xml index bc6635e3..eda0a7c2 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`1+Helper`2.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`1+Helper`2.xml @@ -39,7 +39,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`1.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`1.xml index f16eff4d..ce9e94a3 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`1.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`1.xml @@ -96,7 +96,7 @@ - + Method 0.0.0.0 @@ -168,7 +168,7 @@ - + Method 0.0.0.0 @@ -188,7 +188,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`2.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`2.xml index 3883ed4b..d2a70af6 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`2.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`2.xml @@ -76,7 +76,7 @@ - + Method M:System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) @@ -195,7 +195,7 @@ - + Method M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0) @@ -266,7 +266,7 @@ - + Method M:System.Collections.Generic.ICollection`1.Add(`0) @@ -309,7 +309,7 @@ - + Method M:System.Collections.Generic.ICollection`1.Contains(`0) @@ -353,7 +353,7 @@ - + Method M:System.Collections.Generic.ICollection`1.Remove(`0) diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/DocAttribute.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/DocAttribute.xml index b5db4de6..328c1fd8 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/DocAttribute.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/DocAttribute.xml @@ -23,7 +23,7 @@ - + Constructor 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/DocValueType.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/DocValueType.xml index 61df663c..fae74b1e 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/DocValueType.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/DocValueType.xml @@ -22,7 +22,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/UseLists.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/UseLists.xml index b19b1ea8..9c0df75d 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/UseLists.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/UseLists.xml @@ -142,7 +142,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+NestedClass.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+NestedClass.xml index 80136bf9..5290bea1 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+NestedClass.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+NestedClass.xml @@ -31,7 +31,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+NestedClass`1.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+NestedClass`1.xml index 51c7907a..73fe2061 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+NestedClass`1.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget+NestedClass`1.xml @@ -35,7 +35,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml index 97ff0eb8..53153d5f 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml @@ -52,7 +52,7 @@ - + Constructor 0.0.0.0 @@ -131,7 +131,7 @@ - + Field 0.0.0.0 @@ -147,7 +147,7 @@ - + Field 0.0.0.0 @@ -163,7 +163,7 @@ - + Method 0.0.0.0 @@ -185,7 +185,7 @@ - + Method 0.0.0.0 @@ -223,7 +223,7 @@ - + Method 0.0.0.0 @@ -359,7 +359,7 @@ - + Property 0.0.0.0 @@ -470,7 +470,7 @@ - + Method 0.0.0.0 @@ -527,7 +527,7 @@ - + Method 0.0.0.0 @@ -551,7 +551,7 @@ - + Method 0.0.0.0 @@ -595,7 +595,7 @@ - + Method 0.0.0.0 @@ -645,7 +645,7 @@ - + Method 0.0.0.0 @@ -697,7 +697,7 @@ - + Method 0.0.0.0 @@ -736,7 +736,7 @@ - + Method 0.0.0.0 @@ -757,7 +757,7 @@ - + Method 0.0.0.0 @@ -778,7 +778,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/System/Array.xml b/mdoc/Test/en.expected-cppwinrt2/System/Array.xml index 865b3cf4..a5140e63 100644 --- a/mdoc/Test/en.expected-cppwinrt2/System/Array.xml +++ b/mdoc/Test/en.expected-cppwinrt2/System/Array.xml @@ -83,7 +83,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-eii-implementation-ecmadoc/CustomNamespace/ClassEnumerator.xml b/mdoc/Test/en.expected-eii-implementation-ecmadoc/CustomNamespace/ClassEnumerator.xml index 3e0fdbfc..cd0f756c 100644 --- a/mdoc/Test/en.expected-eii-implementation-ecmadoc/CustomNamespace/ClassEnumerator.xml +++ b/mdoc/Test/en.expected-eii-implementation-ecmadoc/CustomNamespace/ClassEnumerator.xml @@ -92,7 +92,7 @@ - + Method 0.0.65535.65535 diff --git a/mdoc/Test/en.expected-eii-implementation-slashdoc/CustomNamespace/ClassEnumerator.xml b/mdoc/Test/en.expected-eii-implementation-slashdoc/CustomNamespace/ClassEnumerator.xml index 405861e1..4152d669 100644 --- a/mdoc/Test/en.expected-eii-implementation-slashdoc/CustomNamespace/ClassEnumerator.xml +++ b/mdoc/Test/en.expected-eii-implementation-slashdoc/CustomNamespace/ClassEnumerator.xml @@ -96,7 +96,7 @@ - + Method 0.0.65535.65535 diff --git a/mdoc/Test/en.expected-eii-implementation/CustomNamespace/ClassEnumerator.xml b/mdoc/Test/en.expected-eii-implementation/CustomNamespace/ClassEnumerator.xml index ea03f5c3..9dc4ffff 100644 --- a/mdoc/Test/en.expected-eii-implementation/CustomNamespace/ClassEnumerator.xml +++ b/mdoc/Test/en.expected-eii-implementation/CustomNamespace/ClassEnumerator.xml @@ -92,7 +92,7 @@ - + Method 0.0.65535.65535 diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/GenericBase`1.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/GenericBase`1.xml index 083daab5..00b21131 100644 --- a/mdoc/Test/en.expected/Mono.DocTest.Generic/GenericBase`1.xml +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/GenericBase`1.xml @@ -49,7 +49,7 @@ - + Method 0.0.0.0 @@ -107,7 +107,7 @@ - + Event 0.0.0.0 @@ -147,7 +147,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/IFoo`1.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/IFoo`1.xml index fec45e1c..8ba61d91 100644 --- a/mdoc/Test/en.expected/Mono.DocTest.Generic/IFoo`1.xml +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/IFoo`1.xml @@ -29,7 +29,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1+Helper`2.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1+Helper`2.xml index b0afe1a6..5e95262c 100644 --- a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1+Helper`2.xml +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1+Helper`2.xml @@ -52,7 +52,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml index ef270948..a6e5e8db 100644 --- a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml @@ -118,7 +118,7 @@ - + Method 0.0.0.0 @@ -204,7 +204,7 @@ - + Method 0.0.0.0 @@ -228,7 +228,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml index c4a8f44f..fa924297 100644 --- a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml @@ -89,7 +89,7 @@ - + Method M:System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) @@ -236,7 +236,7 @@ - + Method M:Mono.DocTest.Generic.IFoo`1.Method``1(`0,``0) @@ -322,7 +322,7 @@ - + Method M:System.Collections.Generic.ICollection`1.Add(`0) @@ -375,7 +375,7 @@ - + Method M:System.Collections.Generic.ICollection`1.Contains(`0) @@ -429,7 +429,7 @@ - + Method M:System.Collections.Generic.ICollection`1.Remove(`0) diff --git a/mdoc/Test/en.expected/Mono.DocTest/DocAttribute.xml b/mdoc/Test/en.expected/Mono.DocTest/DocAttribute.xml index e86f9763..1ea7131d 100644 --- a/mdoc/Test/en.expected/Mono.DocTest/DocAttribute.xml +++ b/mdoc/Test/en.expected/Mono.DocTest/DocAttribute.xml @@ -35,7 +35,7 @@ - + Constructor 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest/DocValueType.xml b/mdoc/Test/en.expected/Mono.DocTest/DocValueType.xml index 7bbb671b..212c8444 100644 --- a/mdoc/Test/en.expected/Mono.DocTest/DocValueType.xml +++ b/mdoc/Test/en.expected/Mono.DocTest/DocValueType.xml @@ -34,7 +34,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest/UseLists.xml b/mdoc/Test/en.expected/Mono.DocTest/UseLists.xml index bdad0604..d2646adc 100644 --- a/mdoc/Test/en.expected/Mono.DocTest/UseLists.xml +++ b/mdoc/Test/en.expected/Mono.DocTest/UseLists.xml @@ -179,7 +179,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest/Widget+NestedClass.xml b/mdoc/Test/en.expected/Mono.DocTest/Widget+NestedClass.xml index 5fc561bf..a3c8e1ce 100644 --- a/mdoc/Test/en.expected/Mono.DocTest/Widget+NestedClass.xml +++ b/mdoc/Test/en.expected/Mono.DocTest/Widget+NestedClass.xml @@ -43,7 +43,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest/Widget+NestedClass`1.xml b/mdoc/Test/en.expected/Mono.DocTest/Widget+NestedClass`1.xml index f14b1639..580dccd7 100644 --- a/mdoc/Test/en.expected/Mono.DocTest/Widget+NestedClass`1.xml +++ b/mdoc/Test/en.expected/Mono.DocTest/Widget+NestedClass`1.xml @@ -47,7 +47,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml index 3d88d65c..3acb20b6 100644 --- a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml +++ b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml @@ -72,7 +72,7 @@ - + Constructor 0.0.0.0 @@ -173,7 +173,7 @@ - + Field 0.0.0.0 @@ -193,7 +193,7 @@ - + Field 0.0.0.0 @@ -213,7 +213,7 @@ - + Method 0.0.0.0 @@ -239,7 +239,7 @@ - + Method 0.0.0.0 @@ -288,7 +288,7 @@ - + Method 0.0.0.0 @@ -459,7 +459,7 @@ - + Property 0.0.0.0 @@ -596,7 +596,7 @@ - + Method 0.0.0.0 @@ -663,7 +663,7 @@ - + Method 0.0.0.0 @@ -692,7 +692,7 @@ - + Method 0.0.0.0 @@ -744,7 +744,7 @@ - + Method 0.0.0.0 @@ -805,7 +805,7 @@ - + Method 0.0.0.0 @@ -870,7 +870,7 @@ - + Method 0.0.0.0 @@ -917,7 +917,7 @@ - + Method 0.0.0.0 @@ -942,7 +942,7 @@ - + Method 0.0.0.0 @@ -967,7 +967,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/System/Array.xml b/mdoc/Test/en.expected/System/Array.xml index e88435ab..6a0a209a 100644 --- a/mdoc/Test/en.expected/System/Array.xml +++ b/mdoc/Test/en.expected/System/Array.xml @@ -106,7 +106,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml index f94f0111..08118006 100644 --- a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml +++ b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml @@ -36,7 +36,7 @@ - + Property 255.255.255.255 diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace222/App.xml b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace222/App.xml index 6a45fd01..00fcc78e 100644 --- a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace222/App.xml +++ b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace222/App.xml @@ -60,7 +60,7 @@ - + Method M:Windows.ApplicationModel.Core.IFrameworkView.Initialize(Windows.ApplicationModel.Core.CoreApplicationView) @@ -83,7 +83,7 @@ - + Method M:Windows.ApplicationModel.Core.IFrameworkView.Load(System.String) @@ -160,7 +160,7 @@ - + Method M:Windows.ApplicationModel.Core.IFrameworkView.SetWindow(Windows.UI.Core.CoreWindow) @@ -183,7 +183,7 @@ - + Method 255.255.255.255 diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml index 1b6b3723..387025c8 100644 --- a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml +++ b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml @@ -56,7 +56,7 @@ - + Method 255.255.255.255 @@ -77,7 +77,7 @@ - + Method 255.255.255.255 @@ -100,7 +100,7 @@ - + Method 255.255.255.255 -- cgit v1.2.3 From b65966eace83a9ffa5ba5bb5dc2a12754084bd29 Mon Sep 17 00:00:00 2001 From: Jeff Chen <59190910+JeffInChrist@users.noreply.github.com> Date: Thu, 15 Apr 2021 21:31:41 +0800 Subject: Enabling Guid type projection for C++/WinRT and C++/CX. (#546) https://dev.azure.com/ceapex/Engineering/_workitems/edit/344653 --- .../Mono.DocTest.Generic/MyList`1.xml | 2 +- .../en.expected-cppcx2/Mono.DocTest/Widget.xml | 1 + mdoc/Test/en.expected-cppcx2/System/Array.xml | 2 +- mdoc/Test/en.expected-guid/index.xml | 22 +++++ .../mdoc.Test.SampleClasses/GuidClass.xml | 102 +++++++++++++++++++++ .../ns-mdoc.Test.SampleClasses.xml | 6 ++ .../en.expected/Mono.DocTest.Generic/MyList`1.xml | 2 +- mdoc/Test/en.expected/Mono.DocTest/Widget.xml | 1 + mdoc/Test/en.expected/System/Array.xml | 2 +- 9 files changed, 136 insertions(+), 4 deletions(-) create mode 100644 mdoc/Test/en.expected-guid/index.xml create mode 100644 mdoc/Test/en.expected-guid/mdoc.Test.SampleClasses/GuidClass.xml create mode 100644 mdoc/Test/en.expected-guid/ns-mdoc.Test.SampleClasses.xml (limited to 'mdoc/Test') diff --git a/mdoc/Test/en.expected-cppcx2/Mono.DocTest.Generic/MyList`1.xml b/mdoc/Test/en.expected-cppcx2/Mono.DocTest.Generic/MyList`1.xml index 3a95c108..d7282c63 100644 --- a/mdoc/Test/en.expected-cppcx2/Mono.DocTest.Generic/MyList`1.xml +++ b/mdoc/Test/en.expected-cppcx2/Mono.DocTest.Generic/MyList`1.xml @@ -120,7 +120,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppcx2/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected-cppcx2/Mono.DocTest/Widget.xml index ab7b139b..ddad4349 100644 --- a/mdoc/Test/en.expected-cppcx2/Mono.DocTest/Widget.xml +++ b/mdoc/Test/en.expected-cppcx2/Mono.DocTest/Widget.xml @@ -452,6 +452,7 @@ + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppcx2/System/Array.xml b/mdoc/Test/en.expected-cppcx2/System/Array.xml index 964b5fc6..550201f1 100644 --- a/mdoc/Test/en.expected-cppcx2/System/Array.xml +++ b/mdoc/Test/en.expected-cppcx2/System/Array.xml @@ -83,7 +83,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-guid/index.xml b/mdoc/Test/en.expected-guid/index.xml new file mode 100644 index 00000000..9e662045 --- /dev/null +++ b/mdoc/Test/en.expected-guid/index.xml @@ -0,0 +1,22 @@ + + + + + + System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints) + + + System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true) + + + + + To be added. + To be added. + + + + + + GuidClass + diff --git a/mdoc/Test/en.expected-guid/mdoc.Test.SampleClasses/GuidClass.xml b/mdoc/Test/en.expected-guid/mdoc.Test.SampleClasses/GuidClass.xml new file mode 100644 index 00000000..a6451db2 --- /dev/null +++ b/mdoc/Test/en.expected-guid/mdoc.Test.SampleClasses/GuidClass.xml @@ -0,0 +1,102 @@ + + + + + + GuidClass + 0.0.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + + + + Constructor + + 0.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + + + Method + + 0.0.0.0 + + + System.Guid + + + + To be added. + To be added. + To be added. + + + + + + + + Method + + 0.0.0.0 + + + System.Boolean + + + + + + To be added. + To be added. + To be added. + To be added. + + + + + + + + Method + + 0.0.0.0 + + + System.Boolean + + + + + + + To be added. + To be added. + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected-guid/ns-mdoc.Test.SampleClasses.xml b/mdoc/Test/en.expected-guid/ns-mdoc.Test.SampleClasses.xml new file mode 100644 index 00000000..80a5e984 --- /dev/null +++ b/mdoc/Test/en.expected-guid/ns-mdoc.Test.SampleClasses.xml @@ -0,0 +1,6 @@ + + + To be added. + To be added. + + diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml index a6e5e8db..877bd5fc 100644 --- a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`1.xml @@ -148,7 +148,7 @@ - + Method diff --git a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml index 3acb20b6..75d5a02a 100644 --- a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml +++ b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml @@ -596,6 +596,7 @@ + Method diff --git a/mdoc/Test/en.expected/System/Array.xml b/mdoc/Test/en.expected/System/Array.xml index 6a0a209a..6980a7d2 100644 --- a/mdoc/Test/en.expected/System/Array.xml +++ b/mdoc/Test/en.expected/System/Array.xml @@ -105,7 +105,7 @@ - + Method -- cgit v1.2.3 From 83d0e18272676be6880ea81db6ffe7a59694aab7 Mon Sep 17 00:00:00 2001 From: RanhaoXu Date: Tue, 27 Apr 2021 05:36:54 +0800 Subject: Added type forwarding check for member parameters (#548) https://dev.azure.com/ceapex/Engineering/_workitems/edit/373824 --- mdoc/Test/DocTest-differentTypeDefinitions.cs | 14 ++++++ .../FrameworksIndex/One.xml | 13 +++++ .../TheNamespace/TheClass.xml | 56 ++++++++++++++++++++++ .../en.expected.differentTypeDefinitions/index.xml | 32 +++++++++++++ .../ns-TheNamespace.xml | 6 +++ 5 files changed, 121 insertions(+) create mode 100644 mdoc/Test/DocTest-differentTypeDefinitions.cs create mode 100644 mdoc/Test/en.expected.differentTypeDefinitions/FrameworksIndex/One.xml create mode 100644 mdoc/Test/en.expected.differentTypeDefinitions/TheNamespace/TheClass.xml create mode 100644 mdoc/Test/en.expected.differentTypeDefinitions/index.xml create mode 100644 mdoc/Test/en.expected.differentTypeDefinitions/ns-TheNamespace.xml (limited to 'mdoc/Test') diff --git a/mdoc/Test/DocTest-differentTypeDefinitions.cs b/mdoc/Test/DocTest-differentTypeDefinitions.cs new file mode 100644 index 00000000..c3c18181 --- /dev/null +++ b/mdoc/Test/DocTest-differentTypeDefinitions.cs @@ -0,0 +1,14 @@ +namespace TheNamespace +{ + public class TheClass + { + #if FIRST + public TheClass(int arg) + {} + #endif + #if SECOND + public TheClass(string arg) + {} + #endif + } +} \ No newline at end of file diff --git a/mdoc/Test/en.expected.differentTypeDefinitions/FrameworksIndex/One.xml b/mdoc/Test/en.expected.differentTypeDefinitions/FrameworksIndex/One.xml new file mode 100644 index 00000000..cf5c13f9 --- /dev/null +++ b/mdoc/Test/en.expected.differentTypeDefinitions/FrameworksIndex/One.xml @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/mdoc/Test/en.expected.differentTypeDefinitions/TheNamespace/TheClass.xml b/mdoc/Test/en.expected.differentTypeDefinitions/TheNamespace/TheClass.xml new file mode 100644 index 00000000..6351228d --- /dev/null +++ b/mdoc/Test/en.expected.differentTypeDefinitions/TheNamespace/TheClass.xml @@ -0,0 +1,56 @@ + + + + + DocTest-differentTypeDefinitions-First + 0.0.0.0 + + + DocTest-differentTypeDefinitions-Second + 0.0.0.0 + + + System.Object + + + + To be added. + To be added. + + + + + + Constructor + + DocTest-differentTypeDefinitions-First + 0.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + + + Constructor + + DocTest-differentTypeDefinitions-Second + 0.0.0.0 + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected.differentTypeDefinitions/index.xml b/mdoc/Test/en.expected.differentTypeDefinitions/index.xml new file mode 100644 index 00000000..fffae27a --- /dev/null +++ b/mdoc/Test/en.expected.differentTypeDefinitions/index.xml @@ -0,0 +1,32 @@ + + + + + + System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints) + + + System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true) + + + + + + + System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints) + + + System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true) + + + + + To be added. + To be added. + + + + + + Untitled + diff --git a/mdoc/Test/en.expected.differentTypeDefinitions/ns-TheNamespace.xml b/mdoc/Test/en.expected.differentTypeDefinitions/ns-TheNamespace.xml new file mode 100644 index 00000000..757c55bd --- /dev/null +++ b/mdoc/Test/en.expected.differentTypeDefinitions/ns-TheNamespace.xml @@ -0,0 +1,6 @@ + + + To be added. + To be added. + + -- cgit v1.2.3 From decaa24530903975a62a62c1683dd3fc10ac4076 Mon Sep 17 00:00:00 2001 From: Michael Jin Date: Tue, 27 Apr 2021 05:38:06 +0800 Subject: [.NET] Compound Type Constraint Does Not Render (#545) --- mdoc/Test/DocTest-v1.cs | 7 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 67 ++++ mdoc/Test/en.expected-cppcx2/index.xml | 1 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 67 ++++ mdoc/Test/en.expected-cppwinrt2/index.xml | 1 + .../en.expected-fx-import/FrameworksIndex/one.xml | 4 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 68 ++++ mdoc/Test/en.expected-fx-import/index.xml | 1 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 65 ++++ mdoc/Test/en.expected-javascript/index.xml | 1 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 68 ++++ mdoc/Test/en.expected-vbnet2/index.xml | 1 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 58 ++++ mdoc/Test/en.expected.delete/index.xml | 1 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 66 ++++ mdoc/Test/en.expected.importslashdoc/index.xml | 1 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 68 ++++ mdoc/Test/en.expected.since/index.xml | 1 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 80 +++++ mdoc/Test/en.expected/index.xml | 1 + mdoc/Test/expected_statistics.txt | 8 +- .../CompoundConstraints`1.html | 349 +++++++++++++++++++++ .../Mono.DocTest.Generic/index.html | 8 + .../html.expected-with-array-extension/index.html | 8 + .../CompoundConstraints`1.html | 346 ++++++++++++++++++++ .../html.expected/Mono.DocTest.Generic/index.html | 8 + mdoc/Test/html.expected/index.html | 8 + mdoc/Test/msxdoc-expected.importslashdoc.xml | 15 + .../Mono.DocTest.Generic/CompoundConstraints`1.xml | 66 ++++ .../en.expected.test.multiple.mdoc/index.xml | 1 + 30 files changed, 1440 insertions(+), 4 deletions(-) create mode 100644 mdoc/Test/en.expected-cppcx2/Mono.DocTest.Generic/CompoundConstraints`1.xml create mode 100644 mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/CompoundConstraints`1.xml create mode 100644 mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/CompoundConstraints`1.xml create mode 100644 mdoc/Test/en.expected-javascript/Mono.DocTest.Generic/CompoundConstraints`1.xml create mode 100644 mdoc/Test/en.expected-vbnet2/Mono.DocTest.Generic/CompoundConstraints`1.xml create mode 100644 mdoc/Test/en.expected.delete/Mono.DocTest.Generic/CompoundConstraints`1.xml create mode 100644 mdoc/Test/en.expected.importslashdoc/Mono.DocTest.Generic/CompoundConstraints`1.xml create mode 100644 mdoc/Test/en.expected.since/Mono.DocTest.Generic/CompoundConstraints`1.xml create mode 100644 mdoc/Test/en.expected/Mono.DocTest.Generic/CompoundConstraints`1.xml create mode 100644 mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/CompoundConstraints`1.html create mode 100644 mdoc/Test/html.expected/Mono.DocTest.Generic/CompoundConstraints`1.html create mode 100644 mdoc/Test/test-multiple-mdoc/en.expected.test.multiple.mdoc/Mono.DocTest.Generic/CompoundConstraints`1.xml (limited to 'mdoc/Test') diff --git a/mdoc/Test/DocTest-v1.cs b/mdoc/Test/DocTest-v1.cs index bd5b52a6..18bf8f3d 100644 --- a/mdoc/Test/DocTest-v1.cs +++ b/mdoc/Test/DocTest-v1.cs @@ -649,6 +649,13 @@ namespace Mono.DocTest.Generic { T Method (T t, U u); } + /// Non-generic param + /// T:Mono.DocTest.CompoundConstraints. + public class CompoundConstraints where NGparam : class, new() + { + public static void CompoundConstraintClass () where param : class, new() { } + } + /// Ako generic param /// Bko generic param /// T:Mono.DocTest.MyList`2. diff --git a/mdoc/Test/en.expected-cppcx2/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/en.expected-cppcx2/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..a994bff7 --- /dev/null +++ b/mdoc/Test/en.expected-cppcx2/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,67 @@ + + + + + DocTest + 0.0.0.0 + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + 0.0.0.0 + + + + To be added. + To be added. + + + + + + + Method + + 0.0.0.0 + + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected-cppcx2/index.xml b/mdoc/Test/en.expected-cppcx2/index.xml index 7f30af16..0573cee6 100644 --- a/mdoc/Test/en.expected-cppcx2/index.xml +++ b/mdoc/Test/en.expected-cppcx2/index.xml @@ -35,6 +35,7 @@ + diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..d7a62c9c --- /dev/null +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,67 @@ + + + + + DocTest + 0.0.0.0 + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + 0.0.0.0 + + + + To be added. + To be added. + + + + + + + Method + + 0.0.0.0 + + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected-cppwinrt2/index.xml b/mdoc/Test/en.expected-cppwinrt2/index.xml index 0d692620..d94146c6 100644 --- a/mdoc/Test/en.expected-cppwinrt2/index.xml +++ b/mdoc/Test/en.expected-cppwinrt2/index.xml @@ -35,6 +35,7 @@ + diff --git a/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml b/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml index 0c0f7b01..4eb18767 100644 --- a/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml +++ b/mdoc/Test/en.expected-fx-import/FrameworksIndex/one.xml @@ -109,6 +109,10 @@ + + + + diff --git a/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..bebdeebd --- /dev/null +++ b/mdoc/Test/en.expected-fx-import/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,68 @@ + + + + + DocTest + 0.0.0.0 + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + Non-generic param + To be added. + + T:Mono.DocTest.CompoundConstraints. + + + + + + Constructor + + DocTest + 0.0.0.0 + + + + To be added. + To be added. + + + + + + Method + + DocTest + 0.0.0.0 + + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected-fx-import/index.xml b/mdoc/Test/en.expected-fx-import/index.xml index 5190f1db..2199327b 100644 --- a/mdoc/Test/en.expected-fx-import/index.xml +++ b/mdoc/Test/en.expected-fx-import/index.xml @@ -55,6 +55,7 @@ + diff --git a/mdoc/Test/en.expected-javascript/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/en.expected-javascript/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..1655cde9 --- /dev/null +++ b/mdoc/Test/en.expected-javascript/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,65 @@ + + + + + DocTest + 0.0.0.0 + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + + Constructor + + 0.0.0.0 + + + + To be added. + To be added. + + + + + + Method + + 0.0.0.0 + + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected-javascript/index.xml b/mdoc/Test/en.expected-javascript/index.xml index c74a4a77..79f03305 100644 --- a/mdoc/Test/en.expected-javascript/index.xml +++ b/mdoc/Test/en.expected-javascript/index.xml @@ -35,6 +35,7 @@ + diff --git a/mdoc/Test/en.expected-vbnet2/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/en.expected-vbnet2/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..15297b83 --- /dev/null +++ b/mdoc/Test/en.expected-vbnet2/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,68 @@ + + + + + + DocTest + 0.0.0.0 + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + + + Constructor + + 0.0.0.0 + + + + To be added. + To be added. + + + + + + + Method + + 0.0.0.0 + + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected-vbnet2/index.xml b/mdoc/Test/en.expected-vbnet2/index.xml index 91ad0ed3..9bcfe8be 100644 --- a/mdoc/Test/en.expected-vbnet2/index.xml +++ b/mdoc/Test/en.expected-vbnet2/index.xml @@ -35,6 +35,7 @@ + diff --git a/mdoc/Test/en.expected.delete/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/en.expected.delete/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..fa8b068a --- /dev/null +++ b/mdoc/Test/en.expected.delete/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,58 @@ + + + + + DocTest + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + + Constructor + + + To be added. + To be added. + + + + + + Method + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected.delete/index.xml b/mdoc/Test/en.expected.delete/index.xml index 0d692620..d94146c6 100644 --- a/mdoc/Test/en.expected.delete/index.xml +++ b/mdoc/Test/en.expected.delete/index.xml @@ -35,6 +35,7 @@ + diff --git a/mdoc/Test/en.expected.importslashdoc/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/en.expected.importslashdoc/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..f9ba1b6c --- /dev/null +++ b/mdoc/Test/en.expected.importslashdoc/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,66 @@ + + + + + DocTest + 0.0.0.0 + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + Non-generic param + To be added. + + T:Mono.DocTest.CompoundConstraints. + + + + + + Constructor + + 0.0.0.0 + + + + To be added. + To be added. + + + + + + Method + + 0.0.0.0 + + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected.importslashdoc/index.xml b/mdoc/Test/en.expected.importslashdoc/index.xml index 82bf818b..da66cdec 100644 --- a/mdoc/Test/en.expected.importslashdoc/index.xml +++ b/mdoc/Test/en.expected.importslashdoc/index.xml @@ -35,6 +35,7 @@ + diff --git a/mdoc/Test/en.expected.since/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/en.expected.since/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..5398157d --- /dev/null +++ b/mdoc/Test/en.expected.since/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,68 @@ + + + + + DocTest + 0.0.0.0 + 2.0.0.0 + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + + Constructor + + 0.0.0.0 + 2.0.0.0 + + + + To be added. + To be added. + + + + + + Method + + 0.0.0.0 + 2.0.0.0 + + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected.since/index.xml b/mdoc/Test/en.expected.since/index.xml index 0e220307..c06f7826 100644 --- a/mdoc/Test/en.expected.since/index.xml +++ b/mdoc/Test/en.expected.since/index.xml @@ -36,6 +36,7 @@ + diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..5aaf82fd --- /dev/null +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,80 @@ + + + + + + + + + DocTest + 0.0.0.0 + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + To be added. + To be added. + To be added. + + + + + + + + + + + Constructor + + 0.0.0.0 + + + + To be added. + To be added. + + + + + + + + + + + + Method + + 0.0.0.0 + + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/en.expected/index.xml b/mdoc/Test/en.expected/index.xml index 3937a118..e6e60ac8 100644 --- a/mdoc/Test/en.expected/index.xml +++ b/mdoc/Test/en.expected/index.xml @@ -35,6 +35,7 @@ + diff --git a/mdoc/Test/expected_statistics.txt b/mdoc/Test/expected_statistics.txt index ae5b2bd0..404d8a31 100644 --- a/mdoc/Test/expected_statistics.txt +++ b/mdoc/Test/expected_statistics.txt @@ -1,16 +1,16 @@ Framework: one -------- -Types Added: 32 +Types Added: 33 Types Removed: 0 -Types Total: 32 +Types Total: 33 Namespaces Added: 4 Namespaces Removed: 0 Namespaces Total: 4 -Members Added: 127 +Members Added: 129 Members Removed: 0 -Members Total: 127 +Members Total: 129 Framework: two -------- diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/CompoundConstraints`1.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/CompoundConstraints`1.html new file mode 100644 index 00000000..460e9f31 --- /dev/null +++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/CompoundConstraints`1.html @@ -0,0 +1,349 @@ + + + Mono.DocTest.Generic.CompoundConstraints<NGparam> + + + + + + + +

CompoundConstraints<NGparam> Generic Class

+

+ Documentation for this section has not yet been entered. +

+
+

Syntax

+
public class CompoundConstraints<NGparam>
where NGparam : classnew()
+
+
+

Type Parameters

+
+
+
+ NGparam +
+
+ Documentation for this section has not yet been entered. +
+
+
+

Remarks

+
+ Documentation for this section has not yet been entered. +
+

Requirements

+
+ Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
+

Members

+
+

+ See Also: Inherited members from + object. +

+

Public Constructors

+
+
+ + + + + + +
+
+
+
+ + + Documentation for this section has not yet been entered. +
+
+
+

Public Methods

+
+
+ + + + + +
+
static
+
+ + CompoundConstraintClass<param> + ()
Documentation for this section has not yet been entered.
+
+
+

Extension Methods

+
+
+ + + + + +
+
static
+
+ + ToEnumerable<T> + (this T) : IEnumerable<T>
Documentation for this section has not yet been entered.
+
+
+
+
+
+

Member Details

+
+

CompoundConstraints Constructor

+
+
+ Documentation for this section has not yet been entered. +
+

Syntax

+
public CompoundConstraints ()
+

Remarks

+
+ Documentation for this section has not yet been entered. +
+

Requirements

+
+ Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
+
+
+

CompoundConstraintClass<param> Generic Method

+
+
+ Documentation for this section has not yet been entered. +
+

Syntax

+
public static void CompoundConstraintClass<param> ()
where param : classnew()
+

Type Parameters

+
+
+
+ param +
+
+ Documentation for this section has not yet been entered. +
+
+
+

Remarks

+
+ Documentation for this section has not yet been entered. +
+

Requirements

+
+ Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/index.html b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/index.html index d82db15a..c88f29b3 100644 --- a/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/index.html +++ b/mdoc/Test/html.expected-with-array-extension/Mono.DocTest.Generic/index.html @@ -204,6 +204,14 @@ Type Description + + + CompoundConstraints<NGparam> + + + Documentation for this section has not yet been entered. + + Extensions diff --git a/mdoc/Test/html.expected-with-array-extension/index.html b/mdoc/Test/html.expected-with-array-extension/index.html index fb1fea18..6622efe8 100644 --- a/mdoc/Test/html.expected-with-array-extension/index.html +++ b/mdoc/Test/html.expected-with-array-extension/index.html @@ -358,6 +358,14 @@ Type Description + + + CompoundConstraints<NGparam> + + + Documentation for this section has not yet been entered. + + Extensions diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/CompoundConstraints`1.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/CompoundConstraints`1.html new file mode 100644 index 00000000..773741fc --- /dev/null +++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/CompoundConstraints`1.html @@ -0,0 +1,346 @@ + + + Mono.DocTest.Generic.CompoundConstraints<NGparam> + + + + + + + +

CompoundConstraints<NGparam> Generic Class

+

+ Documentation for this section has not yet been entered. +

+
+

Syntax

+
public class CompoundConstraints<NGparam>
where NGparam : classnew()
+
+
+

Type Parameters

+
+
+
+ NGparam +
+
Non-generic param
+
+
+

Remarks

+
+ T:Mono.DocTest.CompoundConstraints.
+

Requirements

+
+ Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
+

Members

+
+

+ See Also: Inherited members from + object. +

+

Public Constructors

+
+
+ + + + + + +
+
+
+
+ + + Documentation for this section has not yet been entered. +
+
+
+

Public Methods

+
+
+ + + + + +
+
static
+
+ + CompoundConstraintClass<param> + ()
Documentation for this section has not yet been entered.
+
+
+

Extension Methods

+
+
+ + + + + +
+
static
+
+ + ToEnumerable<T> + (this T) : IEnumerable<T>
System.Object extension method
+
+
+
+
+
+

Member Details

+
+

CompoundConstraints Constructor

+
+
+ Documentation for this section has not yet been entered. +
+

Syntax

+
public CompoundConstraints ()
+

Remarks

+
+ Documentation for this section has not yet been entered. +
+

Requirements

+
+ Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
+
+
+

CompoundConstraintClass<param> Generic Method

+
+
+ Documentation for this section has not yet been entered. +
+

Syntax

+
public static void CompoundConstraintClass<param> ()
where param : classnew()
+

Type Parameters

+
+
+
+ param +
+
+ Documentation for this section has not yet been entered. +
+
+
+

Remarks

+
+ Documentation for this section has not yet been entered. +
+

Requirements

+
+ Namespace: Mono.DocTest.Generic
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0
+
+
+
+
+
+ + + \ No newline at end of file diff --git a/mdoc/Test/html.expected/Mono.DocTest.Generic/index.html b/mdoc/Test/html.expected/Mono.DocTest.Generic/index.html index ccd15a27..261c32c9 100644 --- a/mdoc/Test/html.expected/Mono.DocTest.Generic/index.html +++ b/mdoc/Test/html.expected/Mono.DocTest.Generic/index.html @@ -204,6 +204,14 @@ Type Description + + + CompoundConstraints<NGparam> + + + Documentation for this section has not yet been entered. + + Extensions diff --git a/mdoc/Test/html.expected/index.html b/mdoc/Test/html.expected/index.html index d521e764..487289b4 100644 --- a/mdoc/Test/html.expected/index.html +++ b/mdoc/Test/html.expected/index.html @@ -350,6 +350,14 @@ Type Description + + + CompoundConstraints<NGparam> + + + Documentation for this section has not yet been entered. + + Extensions diff --git a/mdoc/Test/msxdoc-expected.importslashdoc.xml b/mdoc/Test/msxdoc-expected.importslashdoc.xml index 42f2bb1a..2b1faff4 100644 --- a/mdoc/Test/msxdoc-expected.importslashdoc.xml +++ b/mdoc/Test/msxdoc-expected.importslashdoc.xml @@ -591,6 +591,21 @@ class Example { To be added. To be added.
+ + Non-generic param + To be added. + + T:Mono.DocTest.CompoundConstraints. + + + To be added. + To be added. + + + To be added. + To be added. + To be added. + extension methods! diff --git a/mdoc/Test/test-multiple-mdoc/en.expected.test.multiple.mdoc/Mono.DocTest.Generic/CompoundConstraints`1.xml b/mdoc/Test/test-multiple-mdoc/en.expected.test.multiple.mdoc/Mono.DocTest.Generic/CompoundConstraints`1.xml new file mode 100644 index 00000000..f9ba1b6c --- /dev/null +++ b/mdoc/Test/test-multiple-mdoc/en.expected.test.multiple.mdoc/Mono.DocTest.Generic/CompoundConstraints`1.xml @@ -0,0 +1,66 @@ + + + + + DocTest + 0.0.0.0 + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + System.Object + + + + Non-generic param + To be added. + + T:Mono.DocTest.CompoundConstraints. + + + + + + Constructor + + 0.0.0.0 + + + + To be added. + To be added. + + + + + + Method + + 0.0.0.0 + + + System.Void + + + + + DefaultConstructorConstraint + ReferenceTypeConstraint + + + + + + To be added. + To be added. + To be added. + + + + diff --git a/mdoc/Test/test-multiple-mdoc/en.expected.test.multiple.mdoc/index.xml b/mdoc/Test/test-multiple-mdoc/en.expected.test.multiple.mdoc/index.xml index 82bf818b..da66cdec 100644 --- a/mdoc/Test/test-multiple-mdoc/en.expected.test.multiple.mdoc/index.xml +++ b/mdoc/Test/test-multiple-mdoc/en.expected.test.multiple.mdoc/index.xml @@ -35,6 +35,7 @@ + -- cgit v1.2.3 From d3ce3cadd68a78fbb11efe02afb9c160e07391e4 Mon Sep 17 00:00:00 2001 From: RanhaoXu Date: Sat, 1 May 2021 03:20:57 +0800 Subject: Fixed array parameter syntax for C++/WinRT (#552) https://dev.azure.com/ceapex/Engineering/_workitems/edit/347021 --- mdoc/Test/ClassEnumeratorECMA.xml | 2 +- .../en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`2.xml | 2 +- mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml | 12 ++++++------ mdoc/Test/en.expected-cppwinrt2/System/Array.xml | 2 +- .../CustomNamespace/ClassEnumerator.xml | 2 +- .../CustomNamespace/ClassEnumerator.xml | 2 +- .../CustomNamespace/ClassEnumerator.xml | 2 +- mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml | 2 +- mdoc/Test/en.expected/Mono.DocTest/Widget.xml | 12 ++++++------ mdoc/Test/en.expected/System/Array.xml | 2 +- mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml | 2 +- 11 files changed, 21 insertions(+), 21 deletions(-) (limited to 'mdoc/Test') diff --git a/mdoc/Test/ClassEnumeratorECMA.xml b/mdoc/Test/ClassEnumeratorECMA.xml index e79e8348..bc0dea5b 100644 --- a/mdoc/Test/ClassEnumeratorECMA.xml +++ b/mdoc/Test/ClassEnumeratorECMA.xml @@ -97,7 +97,7 @@ - + Method 0.0.65535.65535 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`2.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`2.xml index d2a70af6..1f1dbc61 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`2.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/MyList`2.xml @@ -76,7 +76,7 @@ - + Method M:System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml index 53153d5f..c0e5766b 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml @@ -115,7 +115,7 @@ - + Field 0.0.0.0 @@ -131,7 +131,7 @@ - + Field 0.0.0.0 @@ -147,7 +147,7 @@ - + Field 0.0.0.0 @@ -527,7 +527,7 @@ - + Method 0.0.0.0 @@ -551,7 +551,7 @@ - + Method 0.0.0.0 @@ -595,7 +595,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/System/Array.xml b/mdoc/Test/en.expected-cppwinrt2/System/Array.xml index a5140e63..a93cfc01 100644 --- a/mdoc/Test/en.expected-cppwinrt2/System/Array.xml +++ b/mdoc/Test/en.expected-cppwinrt2/System/Array.xml @@ -83,7 +83,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected-eii-implementation-ecmadoc/CustomNamespace/ClassEnumerator.xml b/mdoc/Test/en.expected-eii-implementation-ecmadoc/CustomNamespace/ClassEnumerator.xml index cd0f756c..2cee2246 100644 --- a/mdoc/Test/en.expected-eii-implementation-ecmadoc/CustomNamespace/ClassEnumerator.xml +++ b/mdoc/Test/en.expected-eii-implementation-ecmadoc/CustomNamespace/ClassEnumerator.xml @@ -92,7 +92,7 @@ - + Method 0.0.65535.65535 diff --git a/mdoc/Test/en.expected-eii-implementation-slashdoc/CustomNamespace/ClassEnumerator.xml b/mdoc/Test/en.expected-eii-implementation-slashdoc/CustomNamespace/ClassEnumerator.xml index 4152d669..0bfc3fe1 100644 --- a/mdoc/Test/en.expected-eii-implementation-slashdoc/CustomNamespace/ClassEnumerator.xml +++ b/mdoc/Test/en.expected-eii-implementation-slashdoc/CustomNamespace/ClassEnumerator.xml @@ -96,7 +96,7 @@ - + Method 0.0.65535.65535 diff --git a/mdoc/Test/en.expected-eii-implementation/CustomNamespace/ClassEnumerator.xml b/mdoc/Test/en.expected-eii-implementation/CustomNamespace/ClassEnumerator.xml index 9dc4ffff..58bb9d5d 100644 --- a/mdoc/Test/en.expected-eii-implementation/CustomNamespace/ClassEnumerator.xml +++ b/mdoc/Test/en.expected-eii-implementation/CustomNamespace/ClassEnumerator.xml @@ -92,7 +92,7 @@ - + Method 0.0.65535.65535 diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml index fa924297..12764a81 100644 --- a/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/MyList`2.xml @@ -89,7 +89,7 @@ - + Method M:System.Collections.Generic.ICollection`1.CopyTo(`0[],System.Int32) diff --git a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml index 75d5a02a..54c82c81 100644 --- a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml +++ b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml @@ -153,7 +153,7 @@ - + Field 0.0.0.0 @@ -173,7 +173,7 @@ - + Field 0.0.0.0 @@ -193,7 +193,7 @@ - + Field 0.0.0.0 @@ -664,7 +664,7 @@ - + Method 0.0.0.0 @@ -693,7 +693,7 @@ - + Method 0.0.0.0 @@ -745,7 +745,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/en.expected/System/Array.xml b/mdoc/Test/en.expected/System/Array.xml index 6980a7d2..29dbb360 100644 --- a/mdoc/Test/en.expected/System/Array.xml +++ b/mdoc/Test/en.expected/System/Array.xml @@ -106,7 +106,7 @@ - + Method 0.0.0.0 diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml index 08118006..6bee5520 100644 --- a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml +++ b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml @@ -36,7 +36,7 @@ - + Property 255.255.255.255 -- cgit v1.2.3 From 511dafa67f2ba31119c313aa28ce6c01d40d13af Mon Sep 17 00:00:00 2001 From: Jeff Chen <59190910+JeffInChrist@users.noreply.github.com> Date: Sat, 1 May 2021 03:26:32 +0800 Subject: Fixed the return type of auto event revoker (#553) https://dev.azure.com/ceapex/Engineering/_workitems/edit/100018 Co-authored-by: anmeng10101 <33647870+anmeng10101@users.noreply.github.com> --- .../en.expected-cppwinrt2/Mono.DocTest.Generic/GenericBase`1.xml | 4 ++-- mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml | 8 ++++---- mdoc/Test/en.expected/Mono.DocTest.Generic/GenericBase`1.xml | 4 ++-- mdoc/Test/en.expected/Mono.DocTest/Widget.xml | 8 ++++---- .../ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) (limited to 'mdoc/Test') diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/GenericBase`1.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/GenericBase`1.xml index 53452ce4..47dd2f26 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/GenericBase`1.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/GenericBase`1.xml @@ -85,7 +85,7 @@ - + Event 0.0.0.0 @@ -101,7 +101,7 @@ - + Event 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml index c0e5766b..0bb9e49d 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest/Widget.xml @@ -69,7 +69,7 @@ - + Event 0.0.0.0 @@ -99,7 +99,7 @@ - + Event 0.0.0.0 @@ -306,7 +306,7 @@ - + Event 0.0.0.0 @@ -328,7 +328,7 @@ - + Event 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/GenericBase`1.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/GenericBase`1.xml index 00b21131..31a89773 100644 --- a/mdoc/Test/en.expected/Mono.DocTest.Generic/GenericBase`1.xml +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/GenericBase`1.xml @@ -107,7 +107,7 @@ - + Event 0.0.0.0 @@ -127,7 +127,7 @@ - + Event 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml index 54c82c81..4a2d0cc6 100644 --- a/mdoc/Test/en.expected/Mono.DocTest/Widget.xml +++ b/mdoc/Test/en.expected/Mono.DocTest/Widget.xml @@ -95,7 +95,7 @@ - + Event 0.0.0.0 @@ -133,7 +133,7 @@ - + Event 0.0.0.0 @@ -391,7 +391,7 @@ - + Event 0.0.0.0 @@ -419,7 +419,7 @@ - + Event 0.0.0.0 diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml index 387025c8..63823405 100644 --- a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml +++ b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml @@ -123,7 +123,7 @@ - + Event 255.255.255.255 -- cgit v1.2.3 From 90a605568aa8005236b5034ef5bcbdd0245ee340 Mon Sep 17 00:00:00 2001 From: Michael Jin Date: Sat, 1 May 2021 03:29:30 +0800 Subject: [mdoc] C++/WinRT: syntax block shouldn't show "abstract" (#554) --- .../AttachedEventsAndProperties/AttachedPropertyExample.xml | 2 +- .../en.expected-cppwinrt/MyFramework.MyNamespace/MyClassExtensions.xml | 2 +- mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml | 2 +- mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'mdoc/Test') diff --git a/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AttachedPropertyExample.xml b/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AttachedPropertyExample.xml index 3ea1fcf1..5bcdd0d4 100644 --- a/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AttachedPropertyExample.xml +++ b/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AttachedPropertyExample.xml @@ -6,7 +6,7 @@ - + AttachedEventsAndProperties 1.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt/MyFramework.MyNamespace/MyClassExtensions.xml b/mdoc/Test/en.expected-cppwinrt/MyFramework.MyNamespace/MyClassExtensions.xml index 00948749..623e21b1 100644 --- a/mdoc/Test/en.expected-cppwinrt/MyFramework.MyNamespace/MyClassExtensions.xml +++ b/mdoc/Test/en.expected-cppwinrt/MyFramework.MyNamespace/MyClassExtensions.xml @@ -1,7 +1,7 @@ - + DocTest-DropNS-classic 0.0.0.0 diff --git a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml index e8452484..da00e18f 100644 --- a/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml +++ b/mdoc/Test/en.expected-cppwinrt2/Mono.DocTest.Generic/Extensions.xml @@ -1,7 +1,7 @@ - + DocTest 0.0.0.0 diff --git a/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml b/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml index 98746f90..2663c3a5 100644 --- a/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml +++ b/mdoc/Test/en.expected/Mono.DocTest.Generic/Extensions.xml @@ -6,7 +6,7 @@ - + DocTest 0.0.0.0 -- cgit v1.2.3 From 1ad91bf6f5fac22f76bde705c319516d4b7d3feb Mon Sep 17 00:00:00 2001 From: TerryFei <34563940+TerryFei@users.noreply.github.com> Date: Fri, 7 May 2021 05:16:13 +0800 Subject: [mdoc] C++/WinRT: syntax block missing 'static' keyword for properties/events (#555) https://dev.azure.com/ceapex/Engineering/_workitems/edit/344649/ --- .../AttachedEventsAndProperties/AquariumFilter.xml | 2 +- .../AttachedEventsAndProperties/AttachedPropertyExample.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc/Test') diff --git a/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AquariumFilter.xml b/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AquariumFilter.xml index fa35c654..7570f37a 100644 --- a/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AquariumFilter.xml +++ b/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AquariumFilter.xml @@ -47,7 +47,7 @@ - + Property 1.0.0.0 diff --git a/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AttachedPropertyExample.xml b/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AttachedPropertyExample.xml index 5bcdd0d4..684fa0f4 100644 --- a/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AttachedPropertyExample.xml +++ b/mdoc/Test/en.expected-attached-entities/AttachedEventsAndProperties/AttachedPropertyExample.xml @@ -174,7 +174,7 @@ - + Property 1.0.0.0 -- cgit v1.2.3