Skip to content
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

View Attributes/ View Events

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

Converters

Android-Binding now moving to GitHub

Clone this wiki locally