cmt_insert_func_header
Category: Comment modification options Type: string Default:
Path to a file that contains text to insert before a function definition if the function isn't preceded by a C/C++ comment. If the inserted text contains '$(function)', '$(javaparam)' or '$(fclass)', these will be replaced with, respectively, the name of the function, the javadoc '@param' and '@return' stuff, or the name of the class to which the member function belongs.
raw CPP code | cmt_insert_func_header=uds\insert.comment |
---|---|
class book { }; void f(){ book b; } | class book { }; // Comment // inserted void f(){ book b; } |
Not the best code for this option? See how to improve the .uds file used to generate these examples.