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:
authorMikhail Melnikov <mikhail_melnikov@epam.com>2018-05-12 18:18:44 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-05-30 00:22:41 +0300
commit111914edcbdf705aa44cfaeadabf343e3e3ea052 (patch)
tree13f0ce9ded804c9d3e0a8818179299689507fe9e /mdoc/Test
parent047f5c951965c0a131d581c58eb2af0ba341c48d (diff)
Fix check of ignored members
In `DocUtils.IsIgnored`, check if member is generated by a compiler before checking of prefixes Closes #199
Diffstat (limited to 'mdoc/Test')
-rw-r--r--mdoc/Test/en.expected-fsharp/Functions.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/mdoc/Test/en.expected-fsharp/Functions.xml b/mdoc/Test/en.expected-fsharp/Functions.xml
index 309e1f8b..d19ea062 100644
--- a/mdoc/Test/en.expected-fsharp/Functions.xml
+++ b/mdoc/Test/en.expected-fsharp/Functions.xml
@@ -433,6 +433,27 @@
<remarks>To be added.</remarks>
</Docs>
</Member>
+ <Member MemberName="get_function">
+ <MemberSignature Language="C#" Value="public static int get_function (int x);" />
+ <MemberSignature Language="ILAsm" Value=".method public static int32 get_function(int32 x) cil managed" />
+ <MemberSignature Language="F#" Value="Functions.get_function : int -&gt; int" Usage="Functions.get_function x" />
+ <MemberType>Method</MemberType>
+ <AssemblyInfo>
+ <AssemblyVersion>1.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <ReturnValue>
+ <ReturnType>System.Int32</ReturnType>
+ </ReturnValue>
+ <Parameters>
+ <Parameter Name="x" Type="System.Int32" />
+ </Parameters>
+ <Docs>
+ <param name="x">To be added.</param>
+ <summary>To be added.</summary>
+ <returns>To be added.</returns>
+ <remarks>To be added.</remarks>
+ </Docs>
+ </Member>
<Member MemberName="h">
<MemberSignature Language="C#" Value="public static Microsoft.FSharp.Core.FSharpFunc&lt;int,int&gt; h { get; }" />
<MemberSignature Language="ILAsm" Value=".property class Microsoft.FSharp.Core.FSharpFunc`2&lt;int32, int32&gt; h" />