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:
Diffstat (limited to 'mdoc/Test')
-rw-r--r--mdoc/Test/DocTest-frameworkalternate.cs6
-rw-r--r--mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/One.xml6
-rw-r--r--mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Three.xml6
-rw-r--r--mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Two.xml6
-rw-r--r--mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/FirstAttribute.xml40
-rw-r--r--mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml5
-rw-r--r--mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/SecondAttribute.xml40
-rw-r--r--mdoc/Test/en.expected-frameworkalternate-aligned/index.xml2
-rw-r--r--mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/One.xml6
-rw-r--r--mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Three.xml6
-rw-r--r--mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Two.xml6
-rw-r--r--mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/FirstAttribute.xml40
-rw-r--r--mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/MyClass.xml8
-rw-r--r--mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/SecondAttribute.xml40
-rw-r--r--mdoc/Test/en.expected-frameworkalternate/index.xml2
15 files changed, 0 insertions, 219 deletions
diff --git a/mdoc/Test/DocTest-frameworkalternate.cs b/mdoc/Test/DocTest-frameworkalternate.cs
index 092f8ca6..28a81f70 100644
--- a/mdoc/Test/DocTest-frameworkalternate.cs
+++ b/mdoc/Test/DocTest-frameworkalternate.cs
@@ -1,18 +1,12 @@
-using System;
-
namespace Monodoc.Test
{
- public class FirstAttribute : Attribute {}
- public class SecondAttribute : Attribute {}
public class MyClass
{
#if FXONE
- [First]
public void Meth(int a, string b, int c) {}
#endif
#if FXTWO
- [First, Second]
public void Meth(int a, string d, int c) {}
#endif
}
diff --git a/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/One.xml b/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/One.xml
index a8c88e19..8248544a 100644
--- a/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/One.xml
+++ b/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/One.xml
@@ -1,15 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="One">
<Namespace Name="Monodoc.Test">
- <Type Name="Monodoc.Test.FirstAttribute" Id="T:Monodoc.Test.FirstAttribute">
- <Member Id="M:Monodoc.Test.FirstAttribute.#ctor" />
- </Type>
<Type Name="Monodoc.Test.MyClass" Id="T:Monodoc.Test.MyClass">
<Member Id="M:Monodoc.Test.MyClass.#ctor" />
<Member Id="M:Monodoc.Test.MyClass.Meth(System.Int32,System.String,System.Int32)" />
</Type>
- <Type Name="Monodoc.Test.SecondAttribute" Id="T:Monodoc.Test.SecondAttribute">
- <Member Id="M:Monodoc.Test.SecondAttribute.#ctor" />
- </Type>
</Namespace>
</Framework> \ No newline at end of file
diff --git a/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Three.xml b/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Three.xml
index 75f797af..9bb0a092 100644
--- a/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Three.xml
+++ b/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Three.xml
@@ -1,15 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="Three">
<Namespace Name="Monodoc.Test">
- <Type Name="Monodoc.Test.FirstAttribute" Id="T:Monodoc.Test.FirstAttribute">
- <Member Id="M:Monodoc.Test.FirstAttribute.#ctor" />
- </Type>
<Type Name="Monodoc.Test.MyClass" Id="T:Monodoc.Test.MyClass">
<Member Id="M:Monodoc.Test.MyClass.#ctor" />
<Member Id="M:Monodoc.Test.MyClass.Meth(System.Int32,System.String,System.Int32)" />
</Type>
- <Type Name="Monodoc.Test.SecondAttribute" Id="T:Monodoc.Test.SecondAttribute">
- <Member Id="M:Monodoc.Test.SecondAttribute.#ctor" />
- </Type>
</Namespace>
</Framework> \ No newline at end of file
diff --git a/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Two.xml b/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Two.xml
index fc5ce8dd..7ba7f611 100644
--- a/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Two.xml
+++ b/mdoc/Test/en.expected-frameworkalternate-aligned/FrameworksIndex/Two.xml
@@ -1,15 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="Two">
<Namespace Name="Monodoc.Test">
- <Type Name="Monodoc.Test.FirstAttribute" Id="T:Monodoc.Test.FirstAttribute">
- <Member Id="M:Monodoc.Test.FirstAttribute.#ctor" />
- </Type>
<Type Name="Monodoc.Test.MyClass" Id="T:Monodoc.Test.MyClass">
<Member Id="M:Monodoc.Test.MyClass.#ctor" />
<Member Id="M:Monodoc.Test.MyClass.Meth(System.Int32,System.String,System.Int32)" />
</Type>
- <Type Name="Monodoc.Test.SecondAttribute" Id="T:Monodoc.Test.SecondAttribute">
- <Member Id="M:Monodoc.Test.SecondAttribute.#ctor" />
- </Type>
</Namespace>
</Framework> \ No newline at end of file
diff --git a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/FirstAttribute.xml b/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/FirstAttribute.xml
deleted file mode 100644
index 85eac346..00000000
--- a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/FirstAttribute.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<Type Name="FirstAttribute" FullName="Monodoc.Test.FirstAttribute">
- <TypeSignature Language="C#" Value="public class FirstAttribute : Attribute" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit FirstAttribute extends System.Attribute" />
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-one</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>System.Attribute</BaseTypeName>
- </Base>
- <Interfaces />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName=".ctor">
- <MemberSignature Language="C#" Value="public FirstAttribute ();" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
- <MemberType>Constructor</MemberType>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-one</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Parameters />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- </Members>
-</Type>
diff --git a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml b/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml
index b7e6ee6d..8a01c986 100644
--- a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml
+++ b/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/MyClass.xml
@@ -48,11 +48,6 @@
<AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>Monodoc.Test.First</AttributeName>
- </Attribute>
- </Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
diff --git a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/SecondAttribute.xml b/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/SecondAttribute.xml
deleted file mode 100644
index f797bfe4..00000000
--- a/mdoc/Test/en.expected-frameworkalternate-aligned/Monodoc.Test/SecondAttribute.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<Type Name="SecondAttribute" FullName="Monodoc.Test.SecondAttribute">
- <TypeSignature Language="C#" Value="public class SecondAttribute : Attribute" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit SecondAttribute extends System.Attribute" />
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-one</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>System.Attribute</BaseTypeName>
- </Base>
- <Interfaces />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName=".ctor">
- <MemberSignature Language="C#" Value="public SecondAttribute ();" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
- <MemberType>Constructor</MemberType>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-one</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Parameters />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- </Members>
-</Type>
diff --git a/mdoc/Test/en.expected-frameworkalternate-aligned/index.xml b/mdoc/Test/en.expected-frameworkalternate-aligned/index.xml
index d544561f..264c4b95 100644
--- a/mdoc/Test/en.expected-frameworkalternate-aligned/index.xml
+++ b/mdoc/Test/en.expected-frameworkalternate-aligned/index.xml
@@ -25,9 +25,7 @@
<Copyright>To be added.</Copyright>
<Types>
<Namespace Name="Monodoc.Test">
- <Type Name="FirstAttribute" Kind="Class" />
<Type Name="MyClass" Kind="Class" />
- <Type Name="SecondAttribute" Kind="Class" />
</Namespace>
</Types>
<Title>Untitled</Title>
diff --git a/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/One.xml b/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/One.xml
index a8c88e19..8248544a 100644
--- a/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/One.xml
+++ b/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/One.xml
@@ -1,15 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="One">
<Namespace Name="Monodoc.Test">
- <Type Name="Monodoc.Test.FirstAttribute" Id="T:Monodoc.Test.FirstAttribute">
- <Member Id="M:Monodoc.Test.FirstAttribute.#ctor" />
- </Type>
<Type Name="Monodoc.Test.MyClass" Id="T:Monodoc.Test.MyClass">
<Member Id="M:Monodoc.Test.MyClass.#ctor" />
<Member Id="M:Monodoc.Test.MyClass.Meth(System.Int32,System.String,System.Int32)" />
</Type>
- <Type Name="Monodoc.Test.SecondAttribute" Id="T:Monodoc.Test.SecondAttribute">
- <Member Id="M:Monodoc.Test.SecondAttribute.#ctor" />
- </Type>
</Namespace>
</Framework> \ No newline at end of file
diff --git a/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Three.xml b/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Three.xml
index 75f797af..9bb0a092 100644
--- a/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Three.xml
+++ b/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Three.xml
@@ -1,15 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="Three">
<Namespace Name="Monodoc.Test">
- <Type Name="Monodoc.Test.FirstAttribute" Id="T:Monodoc.Test.FirstAttribute">
- <Member Id="M:Monodoc.Test.FirstAttribute.#ctor" />
- </Type>
<Type Name="Monodoc.Test.MyClass" Id="T:Monodoc.Test.MyClass">
<Member Id="M:Monodoc.Test.MyClass.#ctor" />
<Member Id="M:Monodoc.Test.MyClass.Meth(System.Int32,System.String,System.Int32)" />
</Type>
- <Type Name="Monodoc.Test.SecondAttribute" Id="T:Monodoc.Test.SecondAttribute">
- <Member Id="M:Monodoc.Test.SecondAttribute.#ctor" />
- </Type>
</Namespace>
</Framework> \ No newline at end of file
diff --git a/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Two.xml b/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Two.xml
index fc5ce8dd..7ba7f611 100644
--- a/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Two.xml
+++ b/mdoc/Test/en.expected-frameworkalternate/FrameworksIndex/Two.xml
@@ -1,15 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<Framework Name="Two">
<Namespace Name="Monodoc.Test">
- <Type Name="Monodoc.Test.FirstAttribute" Id="T:Monodoc.Test.FirstAttribute">
- <Member Id="M:Monodoc.Test.FirstAttribute.#ctor" />
- </Type>
<Type Name="Monodoc.Test.MyClass" Id="T:Monodoc.Test.MyClass">
<Member Id="M:Monodoc.Test.MyClass.#ctor" />
<Member Id="M:Monodoc.Test.MyClass.Meth(System.Int32,System.String,System.Int32)" />
</Type>
- <Type Name="Monodoc.Test.SecondAttribute" Id="T:Monodoc.Test.SecondAttribute">
- <Member Id="M:Monodoc.Test.SecondAttribute.#ctor" />
- </Type>
</Namespace>
</Framework> \ No newline at end of file
diff --git a/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/FirstAttribute.xml b/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/FirstAttribute.xml
deleted file mode 100644
index 85eac346..00000000
--- a/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/FirstAttribute.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<Type Name="FirstAttribute" FullName="Monodoc.Test.FirstAttribute">
- <TypeSignature Language="C#" Value="public class FirstAttribute : Attribute" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit FirstAttribute extends System.Attribute" />
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-one</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>System.Attribute</BaseTypeName>
- </Base>
- <Interfaces />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName=".ctor">
- <MemberSignature Language="C#" Value="public FirstAttribute ();" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
- <MemberType>Constructor</MemberType>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-one</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Parameters />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- </Members>
-</Type>
diff --git a/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/MyClass.xml b/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/MyClass.xml
index 4632b3fa..a0559f3b 100644
--- a/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/MyClass.xml
+++ b/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/MyClass.xml
@@ -50,14 +50,6 @@
<AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
</AssemblyInfo>
- <Attributes>
- <Attribute>
- <AttributeName>Monodoc.Test.First</AttributeName>
- </Attribute>
- <Attribute FrameworkAlternate="Two">
- <AttributeName>Monodoc.Test.Second</AttributeName>
- </Attribute>
- </Attributes>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
diff --git a/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/SecondAttribute.xml b/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/SecondAttribute.xml
deleted file mode 100644
index f797bfe4..00000000
--- a/mdoc/Test/en.expected-frameworkalternate/Monodoc.Test/SecondAttribute.xml
+++ /dev/null
@@ -1,40 +0,0 @@
-<Type Name="SecondAttribute" FullName="Monodoc.Test.SecondAttribute">
- <TypeSignature Language="C#" Value="public class SecondAttribute : Attribute" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit SecondAttribute extends System.Attribute" />
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-one</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Base>
- <BaseTypeName>System.Attribute</BaseTypeName>
- </Base>
- <Interfaces />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- <Members>
- <Member MemberName=".ctor">
- <MemberSignature Language="C#" Value="public SecondAttribute ();" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" />
- <MemberType>Constructor</MemberType>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-one</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <AssemblyInfo>
- <AssemblyName>DocTest-frameworkalternate-two</AssemblyName>
- <AssemblyVersion>0.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Parameters />
- <Docs>
- <summary>To be added.</summary>
- <remarks>To be added.</remarks>
- </Docs>
- </Member>
- </Members>
-</Type>
diff --git a/mdoc/Test/en.expected-frameworkalternate/index.xml b/mdoc/Test/en.expected-frameworkalternate/index.xml
index d544561f..264c4b95 100644
--- a/mdoc/Test/en.expected-frameworkalternate/index.xml
+++ b/mdoc/Test/en.expected-frameworkalternate/index.xml
@@ -25,9 +25,7 @@
<Copyright>To be added.</Copyright>
<Types>
<Namespace Name="Monodoc.Test">
- <Type Name="FirstAttribute" Kind="Class" />
<Type Name="MyClass" Kind="Class" />
- <Type Name="SecondAttribute" Kind="Class" />
</Namespace>
</Types>
<Title>Untitled</Title>