-
Notifications
You must be signed in to change notification settings - Fork 77
Documentation
gueei edited this page Nov 23, 2012
·
2 revisions
Standard doclet cannot handles documentation for Android Binding's attributes/converters, special tags must be used for our custom doclet to generate documentations
Require all following tags:
- @widget View Widget Class that supported for the View Attribute
- @type Primary type of the View Attribute (the type that you have for get())
- @accepts Types that's acceptable for the Attribute, can be more than one
- @related Links to related documentation about that attribute