mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8301201: Allow \n@ inside inline tags using inlineContent
Reviewed-by: hannesw
This commit is contained in:
parent
3361a26df4
commit
24ff3da054
4 changed files with 70 additions and 24 deletions
|
@ -241,6 +241,7 @@ DocComment[DOC_COMMENT, pos:1
|
|||
* abc {@index
|
||||
* @return def} xyz
|
||||
*/
|
||||
@NormalizeTags(false) // see DocCommentTester.PrettyChecker
|
||||
void bad_nl_at_in_term() {}
|
||||
/*
|
||||
DocComment[DOC_COMMENT, pos:1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue