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:
authorTianqi Zhang <TianqiZhang@users.noreply.github.com>2020-07-07 00:25:24 +0300
committerGitHub <noreply@github.com>2020-07-07 00:25:24 +0300
commit700869dd85af50c1d3d48b572f532ec3aceb8098 (patch)
tree32a45d3bc7c76cf046e17cac6916613e709157e1 /mdoc/Test/ex.expected-cppwinrtuwp
parent5c93ee14eaa4fbffc88aba274fbf29d18b9d08b7 (diff)
Support F# style Attribute rendering (#503)
Diffstat (limited to 'mdoc/Test/ex.expected-cppwinrtuwp')
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class2.xml10
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml8
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class4.xml2
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/Namespace222/App.xml10
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml10
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Color1.xml2
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/CustomAttribute1.xml4
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandler.xml4
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandlerWithSpecificType.xml4
-rw-r--r--mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/SomethingHappenedEventHandler.xml4
10 files changed, 29 insertions, 29 deletions
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class2.xml b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class2.xml
index 8980b6b6..d3950d52 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class2.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class2.xml
@@ -12,19 +12,19 @@
<Interfaces />
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Composable(typeof(Namespace2.__IClass2ProtectedFactory), Windows.Foundation.Metadata.CompositionType.Protected, 1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Composable(typeof(Namespace2.__IClass2ProtectedFactory), Windows.Foundation.Metadata.CompositionType.Protected, 1)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.WebHostHidden</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.WebHostHidden]</AttributeName>
</Attribute>
</Attributes>
<Docs>
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml
index 6fb6a77b..a0a2e3b2 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class3.xml
@@ -12,16 +12,16 @@
<Interfaces />
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.WebHostHidden</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.WebHostHidden]</AttributeName>
</Attribute>
</Attributes>
<Docs>
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class4.xml b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class4.xml
index e8d71acf..cf267926 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class4.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace2/Class4.xml
@@ -12,7 +12,7 @@
<Interfaces />
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
</Attributes>
<Docs>
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace222/App.xml b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace222/App.xml
index 34a92fef..4c718bd6 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/Namespace222/App.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/Namespace222/App.xml
@@ -16,16 +16,16 @@
</Interfaces>
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Activatable(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Activatable(1)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
</Attributes>
<Docs>
@@ -43,7 +43,7 @@
</AssemblyInfo>
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Overload("CreateInstance1")</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Overload("CreateInstance1")]</AttributeName>
</Attribute>
</Attributes>
<Parameters />
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml
index 50fb0f48..f7099bff 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Class1.xml
@@ -12,16 +12,16 @@
<Interfaces />
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Activatable(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Activatable(1)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
</Attributes>
<Docs>
@@ -39,7 +39,7 @@
</AssemblyInfo>
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Overload("CreateInstance1")</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Overload("CreateInstance1")]</AttributeName>
</Attribute>
</Attributes>
<Parameters />
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Color1.xml b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Color1.xml
index bf46d806..b8bdd3f8 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Color1.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/Color1.xml
@@ -11,7 +11,7 @@
</Base>
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
</Attributes>
<Docs>
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/CustomAttribute1.xml b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/CustomAttribute1.xml
index 3d5326a3..f556352d 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/CustomAttribute1.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/CustomAttribute1.xml
@@ -11,7 +11,7 @@
<Interfaces />
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
</Attributes>
<Docs>
@@ -29,7 +29,7 @@
</AssemblyInfo>
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Overload("CreateInstance1")</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Overload("CreateInstance1")]</AttributeName>
</Attribute>
</Attributes>
<Parameters />
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandler.xml b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandler.xml
index 2e4c00ac..a03cc97e 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandler.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandler.xml
@@ -10,10 +10,10 @@
</Base>
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Guid(1538629431, 28309, 13279, 150, 105, 205, 62, 250, 110, 149, 1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Guid(1538629431, 28309, 13279, 150, 105, 205, 62, 250, 110, 149, 1)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
</Attributes>
<Parameters>
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandlerWithSpecificType.xml b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandlerWithSpecificType.xml
index 310f46d1..be6a8b0d 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandlerWithSpecificType.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/PrimeFoundHandlerWithSpecificType.xml
@@ -10,10 +10,10 @@
</Base>
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Guid(603281085, 10445, 12788, 160, 94, 209, 35, 22, 179, 109, 110)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Guid(603281085, 10445, 12788, 160, 94, 209, 35, 22, 179, 109, 110)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
</Attributes>
<Parameters>
diff --git a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/SomethingHappenedEventHandler.xml b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/SomethingHappenedEventHandler.xml
index 3f01111a..17704f58 100644
--- a/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/SomethingHappenedEventHandler.xml
+++ b/mdoc/Test/ex.expected-cppwinrtuwp/UwpTestWinRtComponentCpp/SomethingHappenedEventHandler.xml
@@ -10,10 +10,10 @@
</Base>
<Attributes>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Guid(2298425249, 32140, 14992, 141, 140, 226, 207, 230, 43, 42, 170)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Guid(2298425249, 32140, 14992, 141, 140, 226, 207, 230, 43, 42, 170)]</AttributeName>
</Attribute>
<Attribute>
- <AttributeName>Windows.Foundation.Metadata.Version(1)</AttributeName>
+ <AttributeName Language="C#">[Windows.Foundation.Metadata.Version(1)]</AttributeName>
</Attribute>
</Attributes>
<Parameters>