diff options
Diffstat (limited to 'sonar-scanner-protocol/src/main/protobuf/scanner_report.proto')
-rw-r--r-- | sonar-scanner-protocol/src/main/protobuf/scanner_report.proto | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto index b2deb7be2f5..f800a28ba2d 100644 --- a/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto +++ b/sonar-scanner-protocol/src/main/protobuf/scanner_report.proto @@ -320,7 +320,6 @@ message SyntaxHighlightingRule { ANNOTATION = 1; CONSTANT = 2; COMMENT = 3; - CPP_DOC = 4; STRUCTURED_COMMENT = 5; KEYWORD = 6; HIGHLIGHTING_STRING = 7; |