Hi there,
is it possible to generate a Qooxdoo API even if not all tags and comments are correct?
When i tried generate.py api
i got a lot of errors. Can the generator ignore these errors?
== edit
I compared the Qooxdoo documentation standard with our coding / spket standard docs.
Qooxdoo wants the documentation of parameters styled like
@param [name] {[type]} [description]
and Spket has the Style
@param {[type]} [name] [description]
even with line breaks between the name and the description. So the errors occour.
Why is there no possibility to ignore those missing parametername errors or even provide an other format?
== end edit
Thanks, el