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-06-10refactor attribute formatter to be standalone classTianqi Zhang
2020-06-10Merge pull request #497 from maopeixia/mpx-mdoc-1.0.1.7Joel Martinez
2020-06-10Merge pull request #495 from maopeixia/mpx-mdoc-1.0.1.6Joel Martinez
2020-06-08reorganize formatter namespaces and referencesTianqi Zhang
2020-05-27Fix VB default value for class parameters bug (#499)hiihellox10
2020-05-07WinRT migration - C++/WinRT signature differencesmaopeixia
2020-05-06ReturnType is now monikerized.Joel Martinez
2020-05-06[mdoc] AssemblyVersion missing in some instancesmaopeixia
2020-03-305.7.5.3 pre-release hotfix 2.Joel Martinez
2020-03-20Added DocUtils.AddElementWithFx methodJoel Martinez
2020-03-20[mdoc] EIIs of internal interfaces show up on docsmaopeixia
2020-03-18Some classes are missing implicit conversion operatorsmaopeixia
2020-03-06[import] fixed issue with xpathJoel Martinez
2020-03-02Incorrect signatures for span indexersmaopeixia
2020-02-21msxdoc importer now clears all existing nodes,Joel Martinez
2020-02-17Bug : Add source code for custommarshalers.dll (now remove dll, replace with ...maopeixia
2020-02-14Merge branch 'develop' into mpx-mdoc-1.0.0.8Joel Martinez
2020-02-13Some members are missing the F# or VB signaturemaopeixia
2020-02-13EII url missing namespace in the middlemaopeixia
2020-01-17Adds tuple and nullable support for C# formatterJoel Martinez
2020-01-11moved custommarshalers.dll assembly so it works in debug and releaseJoel Martinez
2020-01-11Merge branch 'develop' into mpx-mdoc-1.0.0.2Joel Martinez
2020-01-11Merge pull request #451 from maopeixia/mpx-mdoc-1.0.0.3Joel Martinez
2020-01-07chang format to "R"maopeixia
2020-01-06 test resolve Makeit errormaopeixia
2020-01-06changing the format strings for double to G17 and single to g9maopeixia
2020-01-03add unit testmaopeixia
2020-01-03ADD UNIT TESTmaopeixia
2019-12-20Formatted fuction Optional Parameter Default Value "null" to "default"maopeixia
2019-12-18winrt: implemented property support in formatterJoel Martinez
2019-12-13updated some tests per the last two commitsJoel Martinez
2019-12-12typemap: now supports genericsJoel Martinez
2019-12-05typemap: no longer using typemap for name and fullname parametersJoel Martinez
2019-12-04winrt: implemented events support for uwpJoel Martinez
2019-11-22Adds support for TypeMap.xml ... TypeReplace nodes supported in formattersJoel Martinez
2019-09-03doc enumerator now takes return type reftype into accountJoel Martinez
2019-09-03stub function no longer calls ProcessType.Joel Martinez
2019-09-03Improved member sig update again.Joel Martinez
2019-09-03Simplified member signature update.Joel Martinez
2019-05-06UWP compiled metadata files use "put_" as the prefix to property setter metho...Dave Wilson
2019-04-20Fixes #427 ... param update function fixed.Joel Martinez
2019-04-20WIP: starting to add tests for testing params with different name case, #427Joel Martinez
2019-02-07attached property formatter now handles mixed readonly/setonly scenarios.Joel Martinez
2019-02-07read or set only attached properties will now be documented.Joel Martinez
2019-02-07Adding some attached entity unit tests.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: better handling of property indexing in multi-fxJoel Martinez
2019-01-16#291: now adding more than two member signaturesJoel Martinez
2019-01-08more UT and fix code accordinglyTianqi Zhang