Opening this to track implementation work after #264.
Possibilities for having documentation in framework crates include:
- Links to https://developer.apple.com/
- At least for classes, done in a8e99f6.
- Grab documentation from the above and inline it
- Convert code comments in the headers to documentation comments
- Use Xamarin's /
.NET's
- ?
Or some combination of these.
Also: Add documentation on which properties are weak and copy (that's really nice to know when developing against such an API).
Opening this to track implementation work after #264.
Possibilities for having documentation in framework crates include:
bindgensupport #85 (comment) (the files are available locally as well)..NET'sOr some combination of these.
Also: Add documentation on which properties are
weakandcopy(that's really nice to know when developing against such an API).