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:
authorMikhail Melnikov <mikhail_melnikov@epam.com>2017-11-30 15:02:24 +0300
committerJoel Martinez <joelmartinez@gmail.com>2017-11-30 18:51:54 +0300
commitf8cdfc060fc8df64af4fb7f131ea8c0627d48258 (patch)
tree36bc4370f3a136a2aacff2c7fe9988ea911795a6 /mdoc/Test/en.expected-fsharp/Extensions+MyModule1.xml
parentb070267b5cf3986cdd79f52244a15412d0cbf70a (diff)
mdoc: Support for F# signatures
Added F# signatures and usage formatter Added unit and integration tests Closes #108
Diffstat (limited to 'mdoc/Test/en.expected-fsharp/Extensions+MyModule1.xml')
-rw-r--r--mdoc/Test/en.expected-fsharp/Extensions+MyModule1.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/mdoc/Test/en.expected-fsharp/Extensions+MyModule1.xml b/mdoc/Test/en.expected-fsharp/Extensions+MyModule1.xml
new file mode 100644
index 00000000..36f5796f
--- /dev/null
+++ b/mdoc/Test/en.expected-fsharp/Extensions+MyModule1.xml
@@ -0,0 +1,23 @@
+<Type Name="Extensions+MyModule1" FullName="Extensions+MyModule1">
+ <TypeSignature Language="C#" Value="public static class Extensions.MyModule1" />
+ <TypeSignature Language="ILAsm" Value=".class nested public auto ansi abstract sealed Extensions/MyModule1 extends System.Object" />
+ <TypeSignature Language="F#" Value="module Extensions.MyModule1" />
+ <AssemblyInfo>
+ <AssemblyName>mdoc.Test.FSharp</AssemblyName>
+ <AssemblyVersion>1.0.0.0</AssemblyVersion>
+ </AssemblyInfo>
+ <Base>
+ <BaseTypeName>System.Object</BaseTypeName>
+ </Base>
+ <Interfaces />
+ <Attributes>
+ <Attribute>
+ <AttributeName>Microsoft.FSharp.Core.CompilationMapping(Microsoft.FSharp.Core.SourceConstructFlags.Module)</AttributeName>
+ </Attribute>
+ </Attributes>
+ <Docs>
+ <summary>To be added.</summary>
+ <remarks>To be added.</remarks>
+ </Docs>
+ <Members />
+</Type>