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
2021-04-30Fixed array parameter syntax for C++/WinRT (#552)RanhaoXu
https://dev.azure.com/ceapex/Engineering/_workitems/edit/347021
2021-04-14Added missing const& for cpp/winrt syntax (#543)RanhaoXu
https://dev.azure.com/ceapex/Engineering/_workitems/edit/86667
2020-11-05Use final to replace sealed in C++/WinRt class type signature (#519)Zaofeng Zhou
https://dev.azure.com/ceapex/Engineering/_workitems/edit/285648
2020-08-12Added attribute formatter for C++ WINRT (#507)RanhaoXu
2020-07-07Support F# style Attribute rendering (#503)Tianqi Zhang
2020-05-07WinRT migration - C++/WinRT signature differencesmaopeixia
2020-02-13Some members are missing the F# or VB signaturemaopeixia
2019-12-18winrt: implemented property support in formatterJoel Martinez
2019-11-27winrt formatter now uses winrt::hstring rather than std::wstringJoel Martinez
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
2018-07-11Fixed EII properties in VB signaturesMikhail Melnikov
2018-06-08Fix Eii property names for VBkatsiaryna_bialiatka
Apply fix to have interface name in signature Fix ecma importers + slash doc importers Add unit and integration tests Addnew attribute for custom Eii name + fix xsd schema Closes #92