Community
Participate
Working Groups
We crrently do not use project specific compiler setings to check JavaDoc. The default workspace settings are set to ignore most problems. To know and/or improve the quality of our JavaDoc we should make the settings project specific and let the compiler check JavaDoc.
Enabled project-specific JavaDoc settings for org.eclipse.rap.rwt and rwt.osgi. The JavaDoc verifier now shows warnings for malformed JavaDoc comments. All existing JavaDoc problems were resolved except for one group of warnings: the JavaDoc verifier complains about unresolved references even though the reference is embedded in HTML comments (<!-- -->). I opened bug 359533 against JDT as I think text inside HTML comments should be ignored.