// multi-line
list.add(new MultiLineRule("/**", "*/", doc, (char) 0, true));
// Add generic whitespace rule.
list.add(new WhitespaceRule(new ApexCodeWhitespaceDetector()));
if (Utils.isNotEmpty(docKeywords)) {
// Add word rule for keywords.
WordRule wordRule = new WordRule(new IWordDetector() {
public boolean isWordStart(char c) {