quick doc: do not escape - leave it as in javadoc tool

This commit is contained in:
anna
2012-01-13 19:59:15 +01:00
parent cbaefc9774
commit 46a1d47c02
4 changed files with 14 additions and 1 deletions
@@ -990,7 +990,7 @@ public class JavaDocInfoGenerator {
}
}
else {
buffer.append(StringUtil.unescapeStringCharacters(element.getText()));
buffer.append(element.getText());
}
}
}