Eric, do you think an @type tag in comments for methods was possible? I.e. I've got a method:
- Code: Select all
<method name="test" args="aBut, aText">
//some code
</method>
Now I've want to say 'aBut' is of type lz.button and 'aText' is of type string. And the whole thing returns a lz.view object.
Thanks for reading.
Cheers!
