Lines Matching full:brief
35 * \brief A parsed comment.
43 * \brief Given a cursor that represents a documentable entity (e.g.,
50 * \brief Describes the type of the comment AST node (\c CXComment). A comment
56 * \brief Null comment. No AST node is constructed at the requested location
62 * \brief Plain text. Inline content.
67 * \brief A command with word-like arguments that is considered inline content.
74 * \brief HTML start tag with attributes (name-value pairs). Considered
85 * \brief HTML end tag. Considered inline content.
95 * \brief A paragraph, contains inline comment. The paragraph itself is
101 * \brief A command that has zero or more word-like arguments (number of
107 * For example: \\brief has 0 word-like arguments and a paragraph argument.
115 * \brief A \\param or \\arg command that describes the function parameter
123 * \brief A \\tparam command that describes a template parameter (name and
131 * \brief A verbatim block command (e. g., preformatted code). Verbatim
143 * \brief A line of text that is contained within a
149 * \brief A verbatim line command. Verbatim line has an opening command,
156 * \brief A full comment attached to a declaration, contains block content.
162 * \brief The most appropriate rendering mode for an inline command, chosen on
167 * \brief Command argument should be rendered in a normal font.
172 * \brief Command argument should be rendered in a bold font.
177 * \brief Command argument should be rendered in a monospaced font.
182 * \brief Command argument should be rendered emphasized (typically italic
189 * \brief Describes parameter passing direction for \\param or \\arg command.
193 * \brief The parameter is an input parameter.
198 * \brief The parameter is an output parameter.
203 * \brief The parameter is an input and output parameter.
233 * \brief A \c CXComment_Paragraph node is considered whitespace if it contains
490 * \brief Convert an HTML tag AST node to string.
500 * \brief Convert a given full parsed comment to an HTML fragment.
506 * \li "para-brief" for \\brief paragraph and equivalent commands;
533 * \brief Convert a given full parsed comment to an XML document.