felipeprov / include-what-you-use

Automatically exported from code.google.com/p/include-what-you-use
Other
0 stars 0 forks source link

option: C comments instead of C++ commnets #122

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It would be nice if there was away to say that IWYU generated C comments 
instead of C++ comments (so /* */ instead of //)
This is useful if a project consists of C source that needs to adhere to the 
linux coding style.

So instead of:
#include <stdio.h>                      // for printf
I would like to be able to generate:
#include <stdio.h>                      /* for printf */

Original issue reported on code.google.com by fransmeu...@gmail.com on 9 Feb 2014 at 12:17

GoogleCodeExporter commented 8 years ago
Thank you! This is a duplicate of issue 36, which has some more info.

Original comment by kim.gras...@gmail.com on 9 Feb 2014 at 12:20