-
Notifications
You must be signed in to change notification settings - Fork 63
Open
Labels
javadocIssues with consuming Java documentation formatsIssues with consuming Java documentation formats
Description
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:
- "Infrastructure" such as the
JniPeerMembersproperty asyncoverloads: https://github.com/xamarin/monodroid/commit/f99795593de64e21e7919b32bfa06843ab42b89e http://github.com/xamarin/monodroid/commit/698a54180cc26909adb40f93a8255e368790841e
C# XML doc comments could link to the "source" method, copy over parameter docs, etc.EventArgssubclasses; docs could link to the relevant interface methodEventArgssubclass members; docs could mention the parameter name they belong to, possibly copy the parameter name docs?- Enum types?
- Enum members; docs could copy the "source" constant documentation
AmrAlSayed0
Metadata
Metadata
Assignees
Labels
javadocIssues with consuming Java documentation formatsIssues with consuming Java documentation formats