Lines Matching refs:description
87 * Brief description. Add a blank line + additional paragraphs when more detail is needed.
88 * @param parent brief description of argument. Additional detail can appear
93 * @return brief description of return value.
104 * Brief description of struct
109 char *text; /**< Brief description of this member */
110 uint16_t length; /**< Brief description of this member */
184 - Always start Doxygen comment with a brief description of the code element it documents.
186 - When more detail is needed, add a blank line below the brief description and add
189 "detail" portions of the description.
196 ``@param[out] param_name description``.
240 - ``@param name description``
241 documents ``name`` as a function parameter, and ``description`` is the text that
243 - ``@return description``