简体   繁体   中英

How do I get warnings if jsDoc annotations are missing in eclipse?

I am coming from a Java background and I always liked how eclipse warned me when there were classes, methods or properties that lacked javadoc annotations.

Now, since I manage JavaScript projects, I introduced jsDoc which works quite well. However, in order to keep track on documentation I'd like to have those warnings as well for missing jsDoc annotations in eclipse.

Is there any way to do this?

Ah, nevermind. I just found the option how to enable it here:

如何在Eclipse中启用jsdoc警告

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM