Releases: mono/api-doc-tools
[preview] mdoc v5.0.0.15
You can now add a new element to frameworks.xml, /Frameworks/Framework/import
, which is a path to the import documentation file. Example:
<?xml version="1.0" encoding="utf-8"?>
<Frameworks>
<Framework Name="one" Source="one">
<assemblySearchPath>dependencies/one</assemblySearchPath>
<import>TestEcmaDocs.xml</import>
</Framework>
<Framework Name="two" Source="two">
<assemblySearchPath>dependencies/two</assemblySearchPath>
<import>TestEcmaDocs2.xml</import>
</Framework>
</Frameworks>
Additionally, this release supports a new attribute on the see
element, <see href="http://microsoft.com">Microsoft</see>
(#62); and also includes a performance improvement in parsing EcmaUrls (05eb484)
[preview] mdoc v5.0.0.14
This release resolves Issue #53 ... forwarded types are no longer skipped.
[preview] mdoc v5.0.0.13
This release is compiled to target Any CPU
, and thus will use a larger amount of memory on x64 systems. Resolves #49
[preview] mdoc v5.0.0.12
Same as v5.0.0.11, but with some minor additional error handling
[preview] mdoc v5.0.0.11
This release resolves an additional issue with explicitly implemented interfaces where it was not properly reflecting some members that changed to/from EII between frameworks.
[preview] mdoc v5.0.0.10
This release fixes a bug that was causing certain instances of duplicated members ... particularly with explicitly implemented members.
[preview] mdoc v5.0.0.9
This preview release builds upon the previous 5.0.0.x releases.
- Skips framework directories that do not exist.
- Improves cross-platform capability for framework search directories, in cases where a directory separator from another platform is used in the search directory path.
- Frameworks mode now uses a different comparison when evaluating when to add an extension method to the index file ... to avoid duplicates.
[preview] mdoc v5.0.0.8
This release contains a fix and builds upon previous preview builds:
- #39 - FrameworksIndex files contain members of base types in inheriting types
Base members that are overridden in some frameworks and not in others will no longer be removed.
[preview] mdoc v5.0.0.7
[preview] mdoc v5.0.0.6
Updated mono.cecil