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 (Expand)Author
2020-03-275.7.5.3 pre-release hotfix.Joel Martinez
2020-03-25display "TypeParameter" node for delegate only if generic parameters are decl...Ann Meng
2020-03-20[mdoc] EIIs of internal interfaces show up on docsmaopeixia
2020-03-20add type forwarding for recursive nested typeAnn Meng
2020-03-18Some classes are missing implicit conversion operatorsmaopeixia
2020-03-13handle type forwarding for inner typesAnn Meng
2020-02-17add comments for casting "System.MulticastDelegate" to "System.Delegate"Ann Meng
2020-02-12Merge remote-tracking branch 'origin/master' into developJoel Martinez
2020-01-29Better null handling in MakeParametersJoel Martinez
2020-01-29implemented members method now has TimesProcessed guardJoel Martinez
2020-01-29checking for public interface on implements list. Also, refactored public EII...Joel Martinez
2020-01-29new InterfaceMember element only if it does not exist in ECMAXMLAnn Meng
2020-01-21enhancement for AddImplementedMembers methodAnn Meng
2020-01-17generate type signature per base types with "FrameworkAlternate"Ann Meng
2020-01-17generate type forwarding information to ECMAXML. Fix #373.Ann Meng
2020-01-15Merge pull request #453 from anmeng10101/anmeng-156999Joel Martinez
2020-01-11Merge branch 'develop' into mpx-mdoc-1.0.0.2Joel Martinez
2020-01-10Add check in make parameters to avoid processing a type more than onceJoel Martinez
2020-01-09add cleanup when update base type while processing first framework for given ...Ann Meng
2020-01-07Fix bug 156999, append framework to "FrameworkAlternate" attribute if base ty...Ann Meng
2020-01-07chang format to "R"maopeixia
2020-01-06changing the format strings for double to G17 and single to g9maopeixia
2019-12-26Solve the Math.PI syntax displays wrong valuemaopeixia
2019-12-20remove IsGenericType check when get field constant valueAnn Meng
2019-12-06typemap: fixed ref issue on signature formatters. Also ...Joel Martinez
2019-12-05typemap: no longer using typemap for name and fullname parametersJoel Martinez
2019-12-05added -nocollapseinterfaces.Joel Martinez
2019-11-28private interface check now allows for protected methods,Joel Martinez
2019-11-27TypeMap InterfaceReplace members are now added to framework indicesJoel Martinez
2019-11-26TypeMap: now replacing interface DocIds with the type being added toJoel Martinez
2019-11-23TypeMap: adds support for InterfaceReplace elementsJoel Martinez
2019-11-22Adds support for TypeMap.xml ... TypeReplace nodes supported in formattersJoel Martinez
2019-10-09updated metadata type orderJoel Martinez
2019-10-05Added metadata XSDJoel Martinez
2019-09-20adjusted TimesProcessed logic on signatures.Joel Martinez
2019-09-20avoid updating extension method if -index is falseJoel Martinez
2019-09-20added 'index=false' cli option.Joel Martinez
2019-09-03now checking both docid and ilasm for fx membershipJoel Martinez
2019-09-03now using docid to check wether a node to delete is in another monikerJoel Martinez
2019-09-03Fixed enumerator comparison for extension methodsJoel Martinez
2019-09-03Will no longer create a new member, if the docid has been seen.Joel Martinez
2019-09-03stub function no longer calls ProcessType.Joel Martinez
2019-09-03Fixed bugs related to member signatures.Joel Martinez
2019-09-03Improved member sig update again.Joel Martinez
2019-09-03Simplified member signature update.Joel Martinez
2019-09-03Parameter creation better supports no name paramsJoel Martinez
2019-09-03extended new 'param' logic for multiple empty-named parametersJoel Martinez
2019-09-03Simplified 'param' update logic.Joel Martinez
2019-09-03Simplified member deletion logicJoel Martinez
2019-09-03added additional debug output when removing membersJoel Martinez