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
2021-04-15 Enabling Guid type projection for C++/WinRT and C++/CX. (#546)Jeff Chen
2021-04-14Improve argument value formatter (#539)Xiao Luo
2020-08-11method getter incorrectly marked as implementing nonexistant interface member...maopeixia
2020-08-01Cleaning up existing content when importing: `related`, `seealso` (#510)maopeixia
2020-06-11[mdoc] come up with test/design for better member implementation detectionmaopeixia
2020-03-20[mdoc] EIIs of internal interfaces show up on docsmaopeixia
2020-02-17Bug : Add source code for custommarshalers.dll (now remove dll, replace with ...maopeixia
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-06 test resolve Makeit errormaopeixia
2020-01-06changing the format strings for double to G17 and single to g9maopeixia
2019-12-20Formatted fuction Optional Parameter Default Value "null" to "default"maopeixia
2019-01-08Fix MemberSignatures for ref returns and ref readonly returnsTianqi Zhang
2018-07-05mdoc: Incorrect signatures generated for return typesGRODNO\Anton_Sokolovskii
2018-05-30Fix check of ignored membersMikhail Melnikov
2018-04-27Special treatment of ref-like structs to not produce Obsolete attributeMikhail Melnikov
2018-04-26mdoc: C# Finalizer Signatures for Generic Types incorrectGRODNO\Anton_Sokolovskii
2017-12-22mdoc: Support for Javascript signaturesMikhail Melnikov
2017-09-26mdoc: IL signatures now reflect ref, in, and out modifiers.Joel Martinez
2017-09-22mdoc: C# signatures now include `params` when appropriate.Joel Martinez
2017-09-02mdoc: update now using ILAsm signature for tracking.Joel Martinez
2017-08-01mdoc: C# operator signatures are now generated correctly.Joel Martinez