mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-18 00:20:54 +07:00
Add two quickfixes when IDEA discovers unknown javadoc tags to enclose such occurrences in `{@code}` or escape the `@` symbol with @
GitOrigin-RevId: 5151bf905ca0a7c342339fc2ae0d127ebfc387d8
7 lines
63 B
Java
7 lines
63 B
Java
/**
|
|
* {@code
|
|
* Hello<World> message;
|
|
* }
|
|
*/
|
|
class Main {
|
|
} |