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/TestEcmaDocs.xml
parent5c93ee14eaa4fbffc88aba274fbf29d18b9d08b7 (diff)
Support F# style Attribute rendering (#503)
Diffstat (limited to 'mdoc/Test/TestEcmaDocs.xml')
-rw-r--r--mdoc/Test/TestEcmaDocs.xml12
1 files changed, 8 insertions, 4 deletions
diff --git a/mdoc/Test/TestEcmaDocs.xml b/mdoc/Test/TestEcmaDocs.xml
index 1b22bb44..225b2208 100644
--- a/mdoc/Test/TestEcmaDocs.xml
+++ b/mdoc/Test/TestEcmaDocs.xml
@@ -17,7 +17,8 @@
<AssemblyCulture>none</AssemblyCulture>
<Attributes>
<Attribute>
- <AttributeName>CLSCompliantAttribute(true)</AttributeName>
+ <AttributeName Language="C#">[CLSCompliantAttribute(true)]</AttributeName>
+ <AttributeName Language="F#">[&lt;CLSCompliantAttribute(true)&gt;]</AttributeName>
<Excluded>0</Excluded>
</Attribute>
</Attributes>
@@ -58,7 +59,8 @@
<AssemblyCulture>none</AssemblyCulture>
<Attributes>
<Attribute>
- <AttributeName>CLSCompliantAttribute(true)</AttributeName>
+ <AttributeName Language="C#">[CLSCompliantAttribute(true)]</AttributeName>
+ <AttributeName Language="F#">[&lt;CLSCompliantAttribute(true)&gt;]</AttributeName>
<Excluded>0</Excluded>
</Attribute>
</Attributes>
@@ -92,7 +94,8 @@
<AssemblyCulture>none</AssemblyCulture>
<Attributes>
<Attribute>
- <AttributeName>CLSCompliantAttribute(true)</AttributeName>
+ <AttributeName Language="C#">[CLSCompliantAttribute(true)]</AttributeName>
+ <AttributeName Language="F#">[&lt;CLSCompliantAttribute(true)&gt;]</AttributeName>
<Excluded>0</Excluded>
</Attribute>
</Attributes>
@@ -189,7 +192,8 @@
<AssemblyCulture>none</AssemblyCulture>
<Attributes>
<Attribute>
- <AttributeName>CLSCompliantAttribute(true)</AttributeName>
+ <AttributeName Language="C#">[CLSCompliantAttribute(true)]</AttributeName>
+ <AttributeName Language="F#">[&lt;CLSCompliantAttribute(true)&gt;]</AttributeName>
<Excluded>0</Excluded>
</Attribute>
</Attributes>