add multi-line comment support.
if invoked like bellow: c.MultilineComment("""@file filename.c @author author name @date date of today... """) the following comment will be generated: /** * @file filename.c * @author author name * @date date of today... */
Loading
Please register or sign in to comment