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

I'd like to consider adding telemetry to mdoc, to gather information about usage. This can be as simple as just an event when a subcommand is run (to get usage...

enhancement
question

Currently, the only indication that a type or member is static, virtual, or abstract in the EcmaXML, comes from the signatures. This should be included in the structured data as...

enhancement

Below code will cause monodoc.Ecma.yyParser.yyException: irrecoverable syntax error: ```csharp EcmaUrlParser EcmaParser = new EcmaUrlParser(); EcmaDesc desc = EcmaParser.Parse("T:System.Threading.Tasks.Task"); ```

bug

`mdoc update` was run on a DLL that resulted from, among other code: ``` c# [EditorBrowsable(EditorBrowsableState.Never)] public void SetAndLoadSource(Uri value, string resourcePath, Assembly assembly, System.Xml.IXmlLineInfo lineInfo) { _source = value;...

bug
help wanted

monodoc.dll should be strongly named, using a public key

monodoc.dll can be referenced by applications to integrate with mono documentation.

The mdoc package does not mention monodoc in its tags

Right now, mdoc generates a xml file with ALL the types in it. But, if I have a docs folder that contains combined assembly docs: ``` /docs |- index.xml |-...

enhancement

MSBuild supports generating the XML docs as part of the build process, but it would be really cool if I could use mdoc instead. I am still busy perfecting this,...

The following xml was found in the same file in the Forms source tree: ```xml ``` and: ```xml ``` The method signatures are identical, save for `TXaml` vs. `TView`. (Note...