Files
openide/java/java-tests/testData/codeInsight/javadocIG/escapeHtmlInCode.java
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

7 lines
63 B
Java

/**
* {@code
* Hello<World> message;
* }
*/
class Main {
}