RFR: 8012675: Javadoc for javax.swing.text.html.parser.Parser.handleComment() needs to be updated [v13]
Damon Nguyen
dnguyen at openjdk.java.net
Wed Jun 15 17:32:25 UTC 2022
On Mon, 13 Jun 2022 07:37:40 GMT, Sergey Bylokhov <serb at openjdk.org> wrote:
> Probably we should mark this new block of text as implementation details or notes or something? Or will we consider it part of the spec against which the new tck tests be created?
I can add the implementation notes tag if needed. I moved the additional doc text to HTMLEditorKit.HTMLFactory since it makes more sense to have this information in the editor and HTMLFactory builds the views that display this behavior. It looks like the implNote tag doesn't really seem to fit since I see it used in places where param or return tags are also used, and the place I inserted the javadoc text into lacks this. So, I'm leaving it out to maintain the overall format.
-------------
PR: https://git.openjdk.org/jdk/pull/7446
More information about the client-libs-dev
mailing list