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/en.expected-operators
parent5c93ee14eaa4fbffc88aba274fbf29d18b9d08b7 (diff)
Support F# style Attribute rendering (#503)
Diffstat (limited to 'mdoc/Test/en.expected-operators')
-rw-r--r--mdoc/Test/en.expected-operators/mdoc.Test.SampleClasses/TestClass.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc/Test/en.expected-operators/mdoc.Test.SampleClasses/TestClass.xml b/mdoc/Test/en.expected-operators/mdoc.Test.SampleClasses/TestClass.xml
index b15a5995..eff33d96 100644
--- a/mdoc/Test/en.expected-operators/mdoc.Test.SampleClasses/TestClass.xml
+++ b/mdoc/Test/en.expected-operators/mdoc.Test.SampleClasses/TestClass.xml
@@ -41,7 +41,7 @@
<Parameter Name="values" Type="System.Int32[]">
<Attributes>
<Attribute>
- <AttributeName>System.ParamArray</AttributeName>
+ <AttributeName Language="C#">[System.ParamArray]</AttributeName>
</Attribute>
</Attributes>
</Parameter>