Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfcc50d2

Browse files
committed
Improved javadoc generation
1 parent9289b3f commitfcc50d2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/main/java/generatejavadoc/Main.java‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ public static void main(String[] args) throws IOException {
7979
"</ins>",
8080
"<",
8181
">",
82-
"&"
82+
"&",
83+
"→"
8384
};
8485
String[]fromStr2 = {
8586
"[code]","[/code]","[sub]","[/sub]","[sup]","[/sup]","[ins]",
@@ -106,7 +107,8 @@ public static void main(String[] args) throws IOException {
106107
"[/ins]",
107108
"&lt;",
108109
"&gt;",
109-
"&amp;"
110+
"&amp;",
111+
"&rarr;"
110112
};
111113
String[]toStr2 = {
112114
"<code>","</code>","<sub>","</sub>","<sup>","</sup>","<ins>",

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp