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
AgeCommit message (Collapse)Author
2017-10-27mdoc: EII events are now documented.Joel Martinez
Closes #106
2017-03-07mdoc: special characters in attributes are now filtered.Joel Martinez
Fixes #32, which was an issue with the ascii null character. It caused the resulting XML to be malformed.
2017-02-17mdoc: Resolves an issue with generic array extension methods. (#22)Joel Martinez
Closes #6
2016-10-08[mdoc] No longer documenting explicitly implemented private interface members.Joel Martinez
https://bugzilla.xamarin.com/show_bug.cgi?id=18411 If a class explicitly implements an internal interface, those members will no longer be documented, nor will the interface show up in the class' signature. This allows for a library to hide internal implementation details that an end user would not be able to take advantage of (ie. can't cast to internal interface to call methods). Includes test (check-monodocer-internal-interface) added to makefile.