api-doc-tools
api-doc-tools copied to clipboard
.NET Reference API Toolchain
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...
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...
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"); ```
`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;...
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 |-...
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...