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
path: root/mdoc/Test
diff options
context:
space:
mode:
authorGRODNO\Anton_Sokolovskii <a.sokolovsky15@gmail.com>2017-10-27 17:25:57 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-10-27 22:29:02 +0300
commit7ff462ea9f47f1665df4fa94a5a52c4268194221 (patch)
treefcc336eac41b58bde3b702e1d78e0c753c9da813 /mdoc/Test
parent412a78bc068984b33a2976a2d9f048077c183215 (diff)
mdoc: Insert default thread safety information.
Added sample attribute "supported" and complex "memberScope" with 3 values. Updated file MyClass.xml for integration test "check-monodocer-membergroup" Closes #113
Diffstat (limited to 'mdoc/Test')
-rw-r--r--mdoc/Test/en.expected-membergroup/MyNamespace/MyClass.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mdoc/Test/en.expected-membergroup/MyNamespace/MyClass.xml b/mdoc/Test/en.expected-membergroup/MyNamespace/MyClass.xml
index 061b8ed8..0d906d57 100644
--- a/mdoc/Test/en.expected-membergroup/MyNamespace/MyClass.xml
+++ b/mdoc/Test/en.expected-membergroup/MyNamespace/MyClass.xml
@@ -16,6 +16,7 @@
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <threadsafe supported="true" memberScope="all" />
</Docs>
<Members>
<Member MemberName=".ctor">
@@ -29,6 +30,7 @@
<Docs>
<summary>To be added.</summary>
<remarks>To be added.</remarks>
+ <threadsafe supported="true" memberScope="static" />
</Docs>
</Member>
<MemberGroup MemberName="SomeMethod">
@@ -36,6 +38,7 @@
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
+ <threadsafe supported="true" memberScope="instance" />
<remarks>To be added.</remarks>
<summary>To be added.</summary>
</Docs>