cmt_insert_class_header
Category: Comment modification options Type: string Default:
Path to a file that contains text to insert before a class if the class isn't preceded by a C/C++ comment. If the inserted text contains '$(class)', that will be replaced with the class name.
raw CPP code | cmt_insert_class_header=uds\insert.comment |
---|---|
class book { }; void f(){ book b; } | 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.