Warning, /kdevelop/kdev-embedded/doc_templates/phpdoc_php.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 ${t_{{arg.name}}:{{ arg.type|default:"..." }}{% templatetag closebrace %} ${{ arg.name }} ${p_{{arg.name}}:...}{% if arg.value %} Defaults to {{ arg.value }}.{% endif %}
0006 {% endfor %}
0007 {% if function.returnType %}
0008  * @return {{ function.returnType }}
0009 {% endif %}
0010  */