Commit Graph

3 Commits

Author SHA1 Message Date
Piotr Tomiak
e5d0af56d6 IDEA-342771 Java: Update test files
GitOrigin-RevId: f155798661da6fd97f3cabe3dab1972e6caf9026
2024-01-23 13:10:07 +00:00
Nikita Eshkeev
f6b1914a56 [javadoc] IDEA-284917 Javadoc: code inside {@code} get escaped
The javadoc generation highlights the code in code tags too depending on some flags, which also performs escaping of the special symbols. Hence, the initial escaping in JavaDocInfoGenerator#generateLiteralValue should be performed only if the highlighting will not be applied.

GitOrigin-RevId: fedc6db2e211bfb90709e91ed0ce10994977e0fa
2021-12-18 07:43:37 +00:00
Nikita Eshkeev
0f547eebd6 [javadoc] IDEA-257641 Unknown tags break rendering
Add two quickfixes when IDEA discovers unknown javadoc tags to enclose such occurrences in `{@code}` or escape the `@` symbol with @

GitOrigin-RevId: 5151bf905ca0a7c342339fc2ae0d127ebfc387d8
2021-12-09 07:44:11 +00:00