api-doc-tools
api-doc-tools copied to clipboard
.NET Reference API Toolchain
The root element of the monodoc XML should specify the monodoc-ecma.xsd: `..." ` (I am not sure about best practice for the schema. I think it's something like the above:...
It takes 2~3 hours for mdoc to generate xmls for 21 frameworks of .Net on my i7+SSD devbox. During this time, mdoc keeps doing disk IO. I assume if mdoc...
This is the member: ```csharp float MeasureText(String, ref SKRect); ``` ``` MeasureText(String, ref SKRect) : Single ``` in this section: https://developer.xamarin.com/api/type/SkiaSharp.SKPaint/#Public_Methods This is the mdoc: ```xml ``` in this file:...
A new element was added to the XSD, `` ... it's meant to be a marker, and documentation that contains this element should output: > This API supports the product...
This avoids a lot of unnecessary churn in the diff when updating docs.
Fix bug [966887] : FrameworksIndex files not cleaned up
* Fix bug [966887] : FrameworksIndex files not cleaned up https://ceapex.visualstudio.com/Engineering/_build/results?buildId=1730400&view=results   
Work items: - https://ceapex.visualstudio.com/Engineering/_workitems/edit/722484 - https://ceapex.visualstudio.com/Engineering/_workitems/edit/722491 Implement correct C# method signature output for the newer operators that currently aren't implemented: unsigned right shift and all of the checked operators. Added...
Work item: https://ceapex.visualstudio.com/Engineering/_workitems/edit/945509 Add support for correct rendering of "ref readonly" parameter in C# method signature documentation. Added one unit test and also verified output against the case mentioned in...