8301201: Allow \n@ inside inline tags using inlineContent

Reviewed-by: hannesw
This commit is contained in:
Jonathan Gibbons 2023-02-01 18:28:42 +00:00
parent 3361a26df4
commit 24ff3da054
4 changed files with 70 additions and 24 deletions

View file

@ -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