Menu

#13 inserted line in C++ comments

open
nobody
None
5
2005-04-17
2005-04-17
Eddy Pronk
No

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-

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.