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
2022-07-22[mdoc] Multitarget net471 and net6.0 (#639)Peter Collins
Adds `net6.0` as a target framework to mdoc. The artifacts from the `net6.0` build will be output to `bin/$(Configuration)-net6.0`. Mono.Cecil has been bumped from `0.10.0-beta5` to `0.10.0`. This update appears to have introduced a change in behavior in F# doc generation, and the expected output in `PatternMatchingExamples.xml` has been updated to reflect that. The mdoc NuGet package has been updated to include both `net471` and `net6.0` tools. This can be considered a breaking change, as the path of mdoc.exe has been changed to include a folder named after its target framework.
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-30Adding the projection of Numerics types in C++/WinRT, C++/CX and fixed an ↵Jeff Chen
issue of the cppType logic (#550) https://dev.azure.com/ceapex/Engineering/_workitems/edit/100023
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-06-10Merge pull request #497 from maopeixia/mpx-mdoc-1.0.1.7Joel Martinez
WinRT migration - C++/WinRT signature differences https://ceapex.visualstudio.com/Engineering/_workitems/edit/196895
2020-06-08reorganize formatter namespaces and referencesTianqi Zhang
2020-05-07WinRT migration - C++/WinRT signature differencesmaopeixia
2018-01-12[mdoc] Support for C++ signatureskatsiaryna_bialiatka
Closes #132