Cleanup '///' comment occurences which were not meant to be javadoc comments #8392
Labels
Code cleanup
JavaDoc
[ci] enable java/javadoc tests and build-javadoc target
Upgrade JDK
Upgrade to the JDK requirements of a module.
JDK 23+ line doc comments (JEP 467) were temporarily disabled via #7907
Now that NB begins to target newer JDKs for javadoc generation we should try to cleanup the codebase and get rid of multi-slash code decorations so that
--disable-line-doc-comments
can be removed again.This will also reduce the amount of compiler warnings during build.
Committer
The text was updated successfully, but these errors were encountered: