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
AgeCommit message (Collapse)Author
2018-06-08Fix Eii property names for VBkatsiaryna_bialiatka
Apply fix to have interface name in signature Fix ecma importers + slash doc importers Add unit and integration tests Addnew attribute for custom Eii name + fix xsd schema Closes #92
2018-05-30Fix check of ignored membersMikhail Melnikov
In `DocUtils.IsIgnored`, check if member is generated by a compiler before checking of prefixes Closes #199
2018-05-03Fixed unit test that failed on mac.Joel Martinez
Unit test was using FSharpMap, but the list of interfaces being implemented were different on my local install. So to avoid depending on the locally installed SDK, just added a test class that will be consistent to test against.
2018-04-26fix libs for integration testskatsiaryna_bialiatka
2017-12-11[mdoc] Fixed StackOverflow in F# and exception in members implementations ↵Mikhail Melnikov
generation StackOverflow in F# was caused by generic types constrained recursively by themselves (`'T :> seq<'T>`) Added `TestConstraints_2_2` unit test For members implementations generation, we shouldn't count on order of type generic arguments because they can be passed to interface reordered. Slightly remade generation of fingerprints. Extended `check-monodocer-members-implementation` integration test with `IScrollable` and `ScrollableBase` classes
2017-11-30mdoc: Support for F# signaturesMikhail Melnikov
Added F# signatures and usage formatter Added unit and integration tests Closes #108