Re: [qooxdoo-devel] JS compiler hints

2013-09-03 Thread Raphael Schweikert - Vertec AG
Thanks. I could have just saved myself (and you all) the trouble and just read the mailing list and blog… I’ll do so next time. On Sep 3, 2013, at 1:18 PM, Fritz Zaucker wrote: > You probably have the wrong doc syntax. It should be > > /** > * @asset(...) > * > */ > > Cheers, > Fritz

Re: [qooxdoo-devel] JS compiler hints

2013-09-03 Thread Fritz Zaucker
You probably have the wrong doc syntax. It should be /** * @asset(...) * */ Cheers, Fritz On Tue, 3 Sep 2013, Raphael Schweikert - Vertec AG wrote: > Since updating to Qooxdoo 3, when compiling my qooxdoo JS code I get the > following warning message: > >> Warning: myprojectname.Appli

Re: [qooxdoo-devel] JS compiler hints

2013-09-03 Thread thron7
Please see here: http://news.qooxdoo.org/compiler-hints-in-qooxdoo-3 T. On 09/03/2013 12:23 PM, Raphael Schweikert - Vertec AG wrote: > Since updating to Qooxdoo 3, when compiling my qooxdoo JS code I get the > following warning message: > >> Warning: myprojectname.Application: '#' compiler hin

[qooxdoo-devel] JS compiler hints

2013-09-03 Thread Raphael Schweikert - Vertec AG
Since updating to Qooxdoo 3, when compiling my qooxdoo JS code I get the following warning message: > Warning: myprojectname.Application: '#' compiler hints are deprecated. Use > the corresponding '@' JSDoc hints instead (see manual). The line number points to the following line: > #asset(myp