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
2020-06-10refactor attribute formatter to be standalone classTianqi Zhang
2020-06-10Merge pull request #497 from maopeixia/mpx-mdoc-1.0.1.7Joel Martinez
2020-06-08reorganize formatter namespaces and referencesTianqi Zhang
2020-05-27Fix VB default value for class parameters bug (#499)hiihellox10
2020-05-07WinRT migration - C++/WinRT signature differencesmaopeixia
2020-04-15[meriwether][uwp]cpp/winrt syntax shows override functions as virtualmaopeixia
2020-03-02Incorrect signatures for span indexersmaopeixia
2020-02-17Bug : Add source code for custommarshalers.dll (now remove dll, replace with ...maopeixia
2020-02-13Some members are missing the F# or VB signaturemaopeixia
2020-02-12Merge remote-tracking branch 'origin/master' into developJoel Martinez
2020-02-03Replace new Csharp features with old onesRobert-André Mauchin
2020-01-17Adds tuple and nullable support for C# formatterJoel Martinez
2020-01-11Merge branch 'develop' into mpx-mdoc-1.0.0.2Joel Martinez
2020-01-11Merge pull request #451 from maopeixia/mpx-mdoc-1.0.0.3Joel Martinez
2020-01-07chang format to "R"maopeixia
2020-01-06changing the format strings for double to G17 and single to g9maopeixia
2019-12-31wrong signature for public static constructors in .NET Framework 1.1maopeixia
2019-12-31wrong signature for public static constructors in .NET Framework 1.1maopeixia
2019-12-26Solve the Math.PI syntax displays wrong valuemaopeixia
2019-12-20Formatted fuction Optional Parameter Default Value "null" to "default"maopeixia
2019-12-18winrt: implemented property support in formatterJoel Martinez
2019-12-13updated some tests per the last two commitsJoel Martinez
2019-12-12winrt formatter now projects UInt64 to uint64_tJoel Martinez
2019-12-12typemap: now supports genericsJoel Martinez
2019-12-06typemap: fixed ref issue on signature formatters. Also ...Joel Martinez
2019-12-05typemap: no longer using typemap for name and fullname parametersJoel Martinez
2019-12-04winrt: implemented events support for uwpJoel Martinez
2019-11-27winrt formatter now uses winrt::hstring rather than std::wstringJoel Martinez
2019-11-23TypeMap: adds support for InterfaceReplace elementsJoel Martinez
2019-11-22Adds support for TypeMap.xml ... TypeReplace nodes supported in formattersJoel Martinez
2019-09-03Fixed regression in F# formatter with by ref return typesJoel Martinez
2019-09-03c++ formatters opting out of mod strippingJoel Martinez
2019-09-03Removing modifier for generic types on enumeratorJoel Martinez
2019-09-03Sorting flags enums value rendering.Joel Martinez
2019-08-06Follow-up fixes to NEW_CECIL missed in f6f0a922a7450d35472018cb1ab6290604d492acAlexander Köplinger
2019-08-06Required updates to work with new Cecil (not yet released)Marek Safar
2019-08-05MemberFormatter.cs: Fix compilation against Mono mscorlib.dllAlexander Köplinger
2019-02-07attached property formatter now handles mixed readonly/setonly scenarios.Joel Martinez
2019-01-08more UT and fix code accordinglyTianqi Zhang
2019-01-08Fix MemberSignatures for ref returns and ref readonly returnsTianqi Zhang
2018-11-30Removed exception from slashdoc formatter.XamarinDocsService
2018-09-12Improved error checking on export/forward tracking.Joel Martinez
2018-08-22Adds the ref type modifier back into docxml/docid signatures.Joel Martinez
2018-07-11Fixed EII properties in VB signaturesMikhail Melnikov
2018-07-08Fixed mergeMikhail Melnikov
2018-07-06Merge branch 'master' into mdoc_fix_EIIJoel Martinez
2018-07-05mdoc: Incorrect signatures generated for return typesGRODNO\Anton_Sokolovskii
2018-06-19Improved NRE guards in formatters.Joel Martinez
2018-06-08Fix Eii property names for VBkatsiaryna_bialiatka
2018-05-30Fix check of ignored membersMikhail Melnikov