I can't find a way to solve this with options.
I think it is a bug because I specify cmt_dont_modify
and my an empty line is inserted in my comment.
// multi
// line
// c++ comment
void foo()
{
}
after:
// multi
// line
// c++ comment
void foo()
{
}
with these options:
-cmt_dont_modify-
-no-cmt_add_gc_tag-
-no-cmt_add_file-
-no-cmt_add_fct_def-
-no-cmt_add_class_access-
-no-cmt_decl-
-cmt_keep_cpp-