]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-6318 Add missing type CPP_DOC
authorJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 14 Apr 2015 12:48:51 +0000 (14:48 +0200)
committerJulien Lancelot <julien.lancelot@sonarsource.com>
Tue, 14 Apr 2015 12:48:51 +0000 (14:48 +0200)
server/sonar-server/src/main/java/org/sonar/server/computation/source/HighlightingLineReader.java

index 8f757fe4c8b34ea585009c885aee4542bf3d804f..3deab174ed033fdb1ca1f922b6c71bf4f6a7ccac 100644 (file)
@@ -42,6 +42,7 @@ public class HighlightingLineReader implements LineReader {
     .put(Constants.HighlightingType.ANNOTATION, "a")
     .put(Constants.HighlightingType.CONSTANT, "c")
     .put(Constants.HighlightingType.COMMENT, "cd")
+    .put(Constants.HighlightingType.CPP_DOC, "cppd")
     .put(Constants.HighlightingType.STRUCTURED_COMMENT, "j")
     .put(Constants.HighlightingType.KEYWORD, "k")
     .put(Constants.HighlightingType.KEYWORD_LIGHT, "h")