https://openjdk.java.net/jeps/413
Summary: Introduce an @snippet tag for JavaDoc's Standard Doclet, to
simplify the inclusion of example source code in API documentation.
- Mark
On Wed, 28 Apr 2021 07:47:23 GMT, Hannes Wallnöfer wrote:
> This changes reference parsing in `DocCommentParser` to normalize whitespace
> in signatures to a large extent. In particular, multiple whitespace
> characters are coalesced into a single space character, and whitespace after
> openin
This changes reference parsing in `DocCommentParser` to normalize whitespace in
signatures to a large extent. In particular, multiple whitespace characters are
coalesced into a single space character, and whitespace after opening
parentheses and angle brackets are suppressed.
-
Com