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>2018-05-12 18:18:44 +0300
committerJoel Martinez <joelmartinez@gmail.com>2018-05-30 00:22:41 +0300
commit111914edcbdf705aa44cfaeadabf343e3e3ea052 (patch)
tree13f0ce9ded804c9d3e0a8818179299689507fe9e /mdoc/mdoc.Test/mdoc.Test.FSharp
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/mdoc.Test/mdoc.Test.FSharp')
-rw-r--r--mdoc/mdoc.Test/mdoc.Test.FSharp/Functions.fs2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc/mdoc.Test/mdoc.Test.FSharp/Functions.fs b/mdoc/mdoc.Test/mdoc.Test.FSharp/Functions.fs
index 58c6ee6e..971abd38 100644
--- a/mdoc/mdoc.Test/mdoc.Test.FSharp/Functions.fs
+++ b/mdoc/mdoc.Test/mdoc.Test.FSharp/Functions.fs
@@ -21,6 +21,8 @@ let function11<'a> (x, y, z) (a, b) = ()
let function12<'a> x (a, b, c, d, e) = ()
let function13<'a> (a:'a) = ()
+let get_function x = x + 1
+
let h = function1 >> function2
let result5 = h 100