Lines Matching full:line
70 - One line, one declaration (BAD: char x, y;).
87 * Brief description. Add a blank line + additional paragraphs when more detail is needed.
106 * When more detail is needed, add a blank line then the detail.
114 not end-of-line comments like this ``// Description``.
186 - When more detail is needed, add a blank line below the brief description and add
188 for calling the function. Doxygen needs the blank line to separate "brief" from
242 follows it until Doxygen encounters a blank line or another Doxygen command.
244 documents the return value until Doxygen encounters a blank line or another Doxygen command.
251 starts a paragraph where a note can be entered. The note ends with a blank line,
307 { /* Main brackets of functions in new line */
316 if(text == ext->txt || text == NULL) { /* Bracket of statements starts on same line */