According to

   http://usejsdoc.org/about-getting-started.html
   http://usejsdoc.org/tags-param.html

        @param { <type> } <name> [<description>]

so
     /**
       * @param {String} text HTML formatted or plain
       */

is JSDoc 3 style.


According to

http://manual.qooxdoo.org/3.5/pages/development/api_jsdoc_ref.html

   @param  <name>  {  <type>  }  [<description>]

is qooxdoo style, as you pointed out.

Is there a way to keep the two frameworks in harmonic coexistence
(is there a syntax which both like)?

Thank you
Marcel



Am 20.12.2013 12:19, schrieb thron7:
> On Fri, Dec 20, 2013 at 11:36 AM, Marcel Ruff <[email protected]> wrote:
>> Hi,
>>
>> when running generate.py with qooxdoo 3.5 I get:
>>
>>
>> - Warning: MsgBox (50): Unable to parse JSDoc entry: @param {String} text 
>> HTML formatted or plain
>>
>> What is wrong with this syntax?
> The current syntax for this key is
>
>    @param <name> { <type> } [<description>]
>
> (see [1]), so in your case it probably should be
>
>    @param text {String} HTML formatted or plain
>
> T.


------------------------------------------------------------------------------
Rapidly troubleshoot problems before they affect your business. Most IT 
organizations don't have a clear picture of how application performance 
affects their revenue. With AppDynamics, you get 100% visibility into your 
Java,.NET, & PHP application. Start your 15-day FREE TRIAL of AppDynamics Pro!
http://pubads.g.doubleclick.net/gampad/clk?id=84349831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to