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-05-07Updating the Windows metadata files with the latest version and fixed a ↵Jeff Chen
minor issue in the cpp formatter (#551) 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
2021-04-15 Enabling Guid type projection for C++/WinRT and C++/CX. (#546)Jeff Chen
https://dev.azure.com/ceapex/Engineering/_workitems/edit/344653
2018-08-30Updating to the latest 3x NUnit.Joel Martinez
Relating to #308. Closes #284
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
2018-05-29Fixed missing API for VisualC reflected binaryMikhail Melnikov
For some C++ classes, generic parameters doesn't exist before `Resolve` is called. Added `type = type.Resolve();` for types with IsRequiredModifier == true. Closes #200
2018-01-12[mdoc] Support for C++ signatureskatsiaryna_bialiatka
Closes #132