Indeed, you have to stick to the JSDoc syntax rules (which include /** ... */ comment decorations).
T. On 06/27/2013 10:10 AM, fprijate wrote: > Hi > > Sorry. > > Before I had asserts in block comments without '*' at the begining of > every comment row, which > was Ok: > > /*************** > > #assert(...) > > ***/ > > after change to > > > /*************** > > @assert(...) > > ***/ > > doesn't work anymore. > > Changing to > > /** > * > * @assert(...) > * > */ > > everything is OK again. > > regards > FranĨek > > > > -- > View this message in context: > http://qooxdoo.678.n2.nabble.com/asset-doesn-t-work-any-more-in-trunk-tp7583968p7583973.html > Sent from the qooxdoo mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > This SF.net email is sponsored by Windows: > > Build for Windows Store. > > http://p.sf.net/sfu/windows-dev2dev > _______________________________________________ > qooxdoo-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
