We now support C++/C99-style comments.

Change-Id: I175a6b0060235c2dfc7a5b3dc4ab62843d242e94
Reviewed-on: https://code.wireshark.org/review/17514
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2016-09-05 19:43:48 -07:00
parent 232a879429
commit 4ec7675882
1 changed files with 1 additions and 1 deletions

View File

@ -344,7 +344,7 @@ cmt_c_group = true # false/true
cmt_cpp_group = false # false/true
# Whether to change cpp-comments into c-comments
cmt_cpp_to_c = true # false/true
cmt_cpp_to_c = false # false/true
# If pp_indent_at_level=false, specifies the number of columns to indent per
# level. Default=1.