We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f952df commit 854123eCopy full SHA for 854123e
βsrc/main/java/generatejavadoc/Main.java
@@ -102,6 +102,8 @@ public static void main(String[] args) throws IOException {
102
toStr)
103
.replace("`**", "` **")
104
.replace(",**", ", **")
105
+ .replace("<ins>**", "<ins> **")
106
+ .replace("**</ins>", "** </ins>")
107
.replace("/*", "{@literal /}*")
108
.replace("*/", "*{@literal /}")
109
+ "\n**/";
0 commit comments