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:
authorJoel Martinez <joelmartinez@gmail.com>2018-06-28 21:59:16 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-06-28 22:10:09 +0300
commitb4cdaf8a95227cb281d709d9f1b0c53e769da7c7 (patch)
treebf67a993437b576ead8097d8e90b9637c6c746b5 /mdoc/Test/en.expected-cppcli
parentc85d6d653ea1439ae769e1655234f028f13799c7 (diff)
Attributes now get a FrameworkAlternate when they don't appear in all frameworks.
Resolves #76
Diffstat (limited to 'mdoc/Test/en.expected-cppcli')
-rw-r--r--mdoc/Test/en.expected-cppcli/index.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/mdoc/Test/en.expected-cppcli/index.xml b/mdoc/Test/en.expected-cppcli/index.xml
index e4a6fd3b..10294c79 100644
--- a/mdoc/Test/en.expected-cppcli/index.xml
+++ b/mdoc/Test/en.expected-cppcli/index.xml
@@ -2,20 +2,20 @@
<Assemblies>
<Assembly Name="DocTest-DropNS-classic" Version="0.0.0.0">
<Attributes>
- <Attribute>
+ <Attribute FrameworkAlternate="One">
<AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
</Attribute>
- <Attribute>
+ <Attribute FrameworkAlternate="One">
<AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
</Attribute>
</Attributes>
</Assembly>
<Assembly Name="DocTest-DropNS-classic-secondary" Version="0.0.0.0">
<Attributes>
- <Attribute>
+ <Attribute FrameworkAlternate="Two">
<AttributeName>System.Diagnostics.Debuggable(System.Diagnostics.DebuggableAttribute+DebuggingModes.IgnoreSymbolStoreSequencePoints)</AttributeName>
</Attribute>
- <Attribute>
+ <Attribute FrameworkAlternate="Two">
<AttributeName>System.Runtime.CompilerServices.RuntimeCompatibility(WrapNonExceptionThrows=true)</AttributeName>
</Attribute>
</Attributes>