Skip to content
Commit 2ca25232 authored by Sauci's avatar Sauci
Browse files

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...
 */
parent 1d13b38f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment