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
2020-09-02Support F# style Attribute rendering (#503)Tianqi Zhang
2020-05-06ReturnType is now monikerized.Joel Martinez
different return types in different frameworks will now have the FrameworkAlternate attribute added to it
2020-03-20Added DocUtils.AddElementWithFx methodJoel Martinez
2019-09-03stub function no longer calls ProcessType.Joel Martinez
Also, now tracking source assembly and actual assembly. Will be useful later for tracking forward assemblies
2019-09-03Improved member sig update again.Joel Martinez
Now is more discerning on when a member is on the first or last framework. Related to #346
2019-09-03Simplified member signature update.Joel Martinez
Duplicate sigs will no longer be created across different frameworks. Also, Unique value/usage combinations will be broken out for even more accurate signatures. Closes #346
2019-04-20Fixes #427 ... param update function fixed.Joel Martinez
It assumed it was being passed the 'Docs' element, when in reality it was being passed the parent
2019-04-20WIP: starting to add tests for testing params with different name case, #427Joel Martinez
2019-01-25no longer leaving empty fx alternate on attributes.Joel Martinez
closes #396.
2019-01-16#291: parameter indexing is now more aware of mixed frameworks.Joel Martinez
Not every framework will have every type
2019-01-16#291: better handling of property indexing in multi-fxJoel Martinez
2018-07-02Merge branch 'master' into mdoc-assemble-single-frameworkJoel Martinez
2018-06-28Attributes now get a FrameworkAlternate when they don't appear in all ↵Joel Martinez
frameworks. Resolves #76
2018-06-19revert fix for #76.Joel Martinez
Commit being reverted - f92ac8bcf7f4c0f7c1f12c3d23c1e5a829d7041d
2018-06-06Adding "FrameworkAlternate" and "Index" to XSDJoel Martinez
Updated to add attributes to MemberSignature, TypeSignature, Parameter, TypeParameter. Additionally, added validation unit tests, and reformatted the mdoc validator subcommand for future-proof maintainability. Closes #262
2018-05-26Attributes now receive `FrameworkAlternate`.Joel Martinez
This is for both types, members, and assembly attributes. Resolves #76
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
2018-03-20mdoc: parameters and member signatures now use FrameworkAlternate when differentJoel Martinez
Resolves #116