Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mdoc
AgeCommit message (Expand)Author
2017-10-02mdoc: reformatting the MDocUpdater source code.Joel Martinez
2017-09-26mdoc: IL signatures now reflect ref, in, and out modifiers.Joel Martinez
2017-09-22version bump 5.0.0.24Joel Martinez
2017-09-22mdoc: C# signatures now include `params` when appropriate.Joel Martinez
2017-09-22mdoc: Now removing modopt/modreq when multiple instances are presentJoel Martinez
2017-09-22mdoc: adjustment to how explicitly implemented methods for private interfaces...Joel Martinez
2017-09-19mdoc: Improves member/xml node matching on members with modopt/modreq.Joel Martinez
2017-09-02bump to 5.0.0.22Joel Martinez
2017-09-02mdoc: now tolerant of import paths that use the opposite directory separator ...Joel Martinez
2017-09-02mdoc: fx-bootstrap now ignores the dependencies folder.Joel Martinez
2017-09-02mdoc: update now using ILAsm signature for tracking.Joel Martinez
2017-09-02mdoc: resolver now recurses all search directory.Joel Martinez
2017-08-28version bump to 5.0.0.21Joel Martinez
2017-08-28mdoc: now using a new resolver, that resolves mscorlib (v255.255.255.255) ass...Joel Martinez
2017-08-24version bump to 5.0.0.20Joel Martinez
2017-08-24mdoc: excluding modreq/modopt modifiers from C# signatures.Joel Martinez
2017-08-01version bump to 5.0.0.19Joel Martinez
2017-08-01mdoc: C# operator signatures are now generated correctly.Joel Martinez
2017-07-11mdoc: version bump to 5.0.0.18Joel Martinez
2017-07-11mdoc: frameworks mode now includes exes and winmd filesJoel Martinez
2017-06-30Documentation importing is now supported in Frameworks mode.Joel Martinez
2017-06-01mdoc: now supports 'see href'.Joel Martinez
2017-04-22Simplifies build setupMarek Safar
2017-04-22Clean up mono bcl build specific artefactsMarek Safar
2017-04-21Updates for Mono 5.0Joel Martinez
2017-03-29version bump to 5.0.0.14Joel Martinez
2017-03-29mdoc: no longer skips documenting forwarded types.Joel Martinez
2017-03-27bumped mdoc version to 5.0.0.13Joel Martinez
2017-03-27mdoc: switched configuration to anycpu.Joel Martinez
2017-03-27mdoc: Cache processing avoids processing some member typesJoel Martinez
2017-03-27version bump to 5.0.0.11Joel Martinez
2017-03-27mdoc: Now caching all framework member lookups.Joel Martinez
2017-03-27version bump to 5.0.0.10Joel Martinez
2017-03-27mdoc: Support for VB Explicitly Implemented Interface membersJoel Martinez
2017-03-17mdoc: Extension method comparison improved.Joel Martinez
2017-03-15mdoc: FrameworkTypeEntry now uses ILAsm for lookup purposes.Joel Martinez
2017-03-15version bump to 5.0.0.8Joel Martinez
2017-03-15mdoc: Resolves issue in fx mode with overridden members.Joel Martinez
2017-03-08mdoc: Support for alternate inheritance chains in frameworks.Joel Martinez
2017-03-07mdoc: special characters in attributes are now filtered.Joel Martinez
2017-03-07mdoc: Added MemberGroup as valid elementJoel Martinez
2017-03-03Frameworks Mode for Update Commandpreview-5.0.0.6Joel Martinez
2017-02-18mdoc: some minor additions to mdoc tests.Joel Martinez
2017-02-18mdoc: adds 'forInternalUseOnly` to XSD. (#25)Joel Martinez
2017-02-17mdoc: Resolves an issue with generic array extension methods. (#22)Joel Martinez
2017-02-16mdoc: Failing to load an assembly is no longer a fatal error. (#23)Joel Martinez
2017-02-03New top level solution, makefile targets, and submodule dependencies.Joel Martinez
2016-10-08Fix monodoc tests on WindowsNiklas Therning
2016-10-08[mdoc] Remove --exclude=.svn from diff argumentsAlexander Köplinger
2016-10-08[mdoc] Update project fileMarek Safar