Warning, /kdevelop/kdevelop/file_templates/common/class_property_setter_declaration_apidox_cpp.txt is written in an unsupported language. File is not indexed.

0001 {# Template for api dox in front of class property setter method declaration #}
0002     {# standard four spaces indentation to match context #}
0003     /**
0004      * Sets the {{ property.name }}.
0005      *
0006      * @param {{ property.name }} the new {{ property.name }}
0007      */