cmt_insert_file_footer
Category: Comment modification options Type: string Default:
Path to a file that contains text to insert at the end of a file if the file doesn't end 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_footer=uds\insert.comment |
---|---|
class book { }; void f(){ book b; } | class book { }; void f(){ book b; } // Comment // inserted |
Not the best code for this option? See how to improve the .uds file used to generate these examples.