cmt_insert_oc_msg_header
Category: Comment modification options Type: string Default:
Path to a file that contains text to insert before an Objective-C message specification, if the method isn't preceded by a C/C++ comment. If the inserted text contains '$(message)' or '$(javaparam)', these will be replaced with, respectively, the name of the function, or the javadoc '@param' and '@return' stuff.
raw CPP code | cmt_insert_oc_msg_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.