api-doc-tools icon indicating copy to clipboard operation
api-doc-tools copied to clipboard

.NET Reference API Toolchain

Results 100 api-doc-tools issues
Sort by recently updated
recently updated
newest added

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:...

enhancement

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...

enhancement

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...

enhancement

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 ![image](https://github.com/mono/api-doc-tools/assets/152238243/de139978-257e-421d-ba1d-28c655f8a56a) ![image](https://github.com/mono/api-doc-tools/assets/152238243/aca75aa5-a5d0-4b89-b9fa-3b8c4a3e7fe2) ![image](https://github.com/mono/api-doc-tools/assets/152238243/052a6083-a74b-4016-a067-11b1f8e1b35f)

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...