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-10-09Added some tests for framework name parsingJoel Martinez
2018-05-10Allow `mdoc assemble` to assemble docs from a single framework #194Mikhail Melnikov
Added fx/framework CLI parameter for the assemle command Filter out types, which are not mentioned in the framework file Appropriately filter any parameter that has a @FrameworkAlternate attribute Added unit tests for assemble single framework mode Added unit tests if no framework passed Closes #194