David, Yes it could be autodetected easily. If you execute the pretty printer e.g. with a "make pretty" inside your application, this would be one thing which is automatically added to the members/statics.
These @type constructs are used for a hint to the developer/user of the class. The starting "members : " section is often multiple hundred lines above the current function code. This @type helper makes the information if a method is static or not directly available close to the function implementation. Sebastian dperez schrieb: > Hi, > > I wonder why in the doc string of a method, it is necessary to add this > keyword: > > @type member > > Couldn't this be deducted automatically, as the method is inside the members > collection? > > Cheers, > David ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
