> Hi,
>
> after migration to qooxdoo 3.0, the first "generate api" throws lots of
> "Unknown '@' hint in JSDoc comment: ..." warnings!
>
> (like for 'author', 'license', 'depend')
>
> All are in .\framework\source\class\qx\dev\unit\Sinon.js
>
> To reproduce:
> #> generate distclean && generate api
>
> Can we 'silence' these? It is very annoying 'cause my nightly (re-)build
> demands to be completely warning-free!
Add an "api" job to your config.json and provide it with a "lint-check"
key like this:
"api" : {
"lint-check" : {
"warn-unknown-jsdoc-keys" : false
}
}
Alternatively (if you want to silence it for multiple applications at
once), edit component/apiviewer/api.json:
"warn-unknown-jsdoc-keys" : false,
>
> Other than that I really like the new warnings about not documented parts
> a
> lot in 3.0!
Thanks. If you go the per-application-config way, you might want to
consider using a macro so you can override it from the command line, to
re-enable the check for one run [1].
T.
[1]
http://manual.qooxdoo.org/3.0.x/pages/tool/generator/config_branching.html
------------------------------------------------------------------------------
See everything from the browser to the database with AppDynamics
Get end-to-end visibility with application monitoring from AppDynamics
Isolate bottlenecks and diagnose root cause in seconds.
Start your free trial of AppDynamics Pro today!
http://pubads.g.doubleclick.net/gampad/clk?id=48808831&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel