Warning, /kdevelop/kdev-embedded/doc_templates/doxygen_cpp.txt is written in an unsupported language. File is not indexed.

0001 /**
0002  * @brief ${% templatetag openbrace %}{{ brief }}{% templatetag closebrace %}
0003  * 
0004 {% for arg in function.arguments %}
0005  * @param {{ arg.name }} ${p_{{arg.name}}:...}{% if arg.value %} Defaults to {{ arg.value }}.{% endif %}
0006 {% endfor %}
0007 {% if function.returnType %}{% ifnotequal function.returnType "void" %}
0008  * @return {{ function.returnType }}
0009 {% endifnotequal %}{% endif %}
0010  */