cmt_insert_file_header
Category: Comment modification options Type: string Default:
Path to a file that contains text to insert at the beginning of a file if the file doesn't start with a C/C++ comment. If the inserted text contains '$(filename)', that will be replaced with the current file's name.
raw CPP code | cmt_insert_file_header=uds\insert.comment |
---|---|
class book { }; void f(){ book b; } | // Comment // inserted class book { }; void f(){ book b; } |
Not the best code for this option? See how to improve the .uds file used to generate these examples.