A recent review made me wonder.  It seems annoying that you have to say:

<attribute name"foo" ...>
<!--- @access private -->
<event name="onfoo" />
<setter name="foo">
  ...
  if (onfoo.ready) ...
</setter>

Should the <setter> tag automatically create the corresponding event, so you 
don't have to explicitly declare it, only to mark it private (since, by 
convention we don't document these implicit events)?

Reply via email to