mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-10 18:20:12 +07:00
quick doc: do not escape - leave it as in javadoc tool
This commit is contained in:
@@ -990,7 +990,7 @@ public class JavaDocInfoGenerator {
|
||||
}
|
||||
}
|
||||
else {
|
||||
buffer.append(StringUtil.unescapeStringCharacters(element.getText()));
|
||||
buffer.append(element.getText());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user