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
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
2019-09-03Fixes issue with incorrectly deleting members.Joel Martinez
2019-08-06Required updates to work with new Cecil (not yet released)Marek Safar
2019-04-20Fixes #427 ... param update function fixed.Joel Martinez
2019-02-15Improved multi-fx param logicJoel Martinez
2019-02-15param nodes are no longer removed until the very end.Joel Martinez
2019-02-01Now re-ordering fxa and index attributes on parameters consistentlyJoel Martinez
2019-02-01MakeParameters now properly resets parameter list on first encounterJoel Martinez
2019-01-25Now deleting type files that no longer exist.Joel Martinez
2019-01-25Updates to test suite for attribute fxalternate changes.Joel Martinez
2019-01-25fx alternate logic for assembly attributes tweak.Joel Martinez
2019-01-25no longer leaving empty fx alternate on attributes.Joel Martinez
2019-01-16#291: parameter indexing is now more aware of mixed frameworks.Joel Martinez
2019-01-16#291: Now recovering from invalid state better.Joel Martinez
2019-01-16#291: better handling of property indexing in multi-fxJoel Martinez
2019-01-16#291: now adding more than two member signaturesJoel Martinez
2019-01-16#291: now adding fxalternate and index to all propertiesJoel Martinez
2019-01-08more UT and fix code accordinglyTianqi Zhang
2019-01-08Fix MemberSignatures for ref returns and ref readonly returnsTianqi Zhang
2018-12-08Improved logging.Joel Martinez
2018-12-08Fixes an issue with resolver to properly scope the cache.Joel Martinez
2018-11-16Changing `Serializable` to use the namespace.XamarinDocsService
2018-10-11stubbing new types now uses correct assembly reference.Joel Martinez
2018-10-10all interfaces are now listed.Joel Martinez
2018-09-12Improved error checking on export/forward tracking.Joel Martinez
2018-09-12Improved casting safety on some enumeration.Joel Martinez
2018-09-12Now tracking all assemblies for forwarded/exported types.Joel Martinez
2018-08-31Added attribute support for array parameters.Joel Martinez
2018-08-22Serializable attribute is now included.Joel Martinez
2018-08-22Adds the ref type modifier back into docxml/docid signatures.Joel Martinez
2018-08-22Added code to sync parameter indices.Joel Martinez
2018-08-21Added a new function to make sure a file is deleted on slower HDDsMatthew Leibowitz
2018-08-02Adjustment to new dupe removal algorithmJoel Martinez
2018-07-26Now ignoring AsyncStateMachine attributes.Joel Martinez
2018-07-26Better member node matching for ref/out parameters.Joel Martinez
2018-07-20Improved error handling in readonly attribute check.Joel Martinez