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-06-03Updated CppWinRt formatter for enum (#561)RanhaoXu
https://ceapex.visualstudio.com/Engineering/_workitems/edit/433832 Co-authored-by: anmeng10101 <33647870+anmeng10101@users.noreply.github.com>
2021-04-30Fixed the return type of auto event revoker (#553)Jeff Chen
https://dev.azure.com/ceapex/Engineering/_workitems/edit/100018 Co-authored-by: anmeng10101 <33647870+anmeng10101@users.noreply.github.com>
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-01-29resolver cache now caching _before_ export chain is followedJoel Martinez
2019-12-18winrt: implemented property support in formatterJoel Martinez
2019-12-13updated some tests per the last two commitsJoel Martinez
2019-12-04winrt: implemented events support for uwpJoel Martinez
2019-11-27winrt formatter now uses winrt::hstring rather than std::wstringJoel Martinez
2018-01-12[mdoc] Support for C++ signatureskatsiaryna_bialiatka
Closes #132