Emit C# XML Documentation Comments for "generated" members #1104
Labels
enhancement
Proposed change to current functionality
javadoc
Issues with consuming Java documentation formats
There are various scenarios where
generator
will "create" types and members which are related to Java types, but not a direct binding. Because these scenarios are not directly related to a Java member, there is no Javadoc to import for them, and thus they are never documented.These scenarios include:
JniPeerMembers
propertyasync
overloads: https://github.com/xamarin/monodroid/commit/f99795593de64e21e7919b32bfa06843ab42b89e http://github.com/xamarin/monodroid/commit/698a54180cc26909adb40f93a8255e368790841eC# XML doc comments could link to the "source" method, copy over parameter docs, etc.
EventArgs
subclasses; docs could link to the relevant interface methodEventArgs
subclass members; docs could mention the parameter name they belong to, possibly copy the parameter name docs?The text was updated successfully, but these errors were encountered: