Lines Matching +full:zero +full:- +full:based

1 /*==-- clang-c/Documentation.h - Utilities for comment processing -*- C -*-===*\
6 |* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception *|
8 |*===----------------------------------------------------------------------===*|
13 \*===----------------------------------------------------------------------===*/
18 #include "clang-c/CXErrorCode.h"
19 #include "clang-c/ExternC.h"
20 #include "clang-c/Index.h"
67 * A command with word-like arguments that is considered inline content.
74 * HTML start tag with attributes (name-value pairs). Considered
101 * A command that has zero or more word-like arguments (number of
102 * word-like arguments depends on command name) and a paragraph as an
107 * For example: \has 0 word-like arguments and a paragraph argument.
230 * \param ChildIdx child index (zero-based).
244 * \returns non-zero if \c Comment is whitespace.
249 * \returns non-zero if \c Comment is inline content and has a newline
291 * \param ArgIdx argument index (zero-based).
310 * \returns non-zero if tag is self-closing (for example, <br />).
318 * \returns number of attributes (name-value pairs) attached to the start tag.
325 * \param AttrIdx attribute index (zero-based).
335 * \param AttrIdx attribute index (zero-based).
353 * \returns number of word-like arguments.
361 * \param ArgIdx argument index (zero-based).
363 * \returns text of the specified word-like argument.
389 * \returns non-zero if the parameter that this AST node represents was found
399 * \returns zero-based parameter index in function prototype.
407 * \returns non-zero if parameter passing direction was specified explicitly in
433 * \returns non-zero if the parameter that this AST node represents was found
445 * \returns zero-based nesting depth of this parameter in the template parameter list.
461 * \returns zero-based parameter index in the template parameter list at a
511 * \li "para-brief" for \paragraph and equivalent commands;
512 * \li "para-returns" for \\returns paragraph and equivalent commands;
513 * \li "word-returns" for the "Returns" word in \\returns paragraph.
517 * \li "param-name-index-NUMBER" for parameter name (\<dt\>);
518 * \li "param-descr-index-NUMBER" for parameter description (\<dd\>);
519 * \li "param-name-index-invalid" and "param-descr-index-invalid" are used if
524 * \li "tparam-name-index-NUMBER" for parameter name (\<dt\>);
525 * \li "tparam-descr-index-NUMBER" for parameter description (\<dd\>);
526 * \li "tparam-name-index-other" and "tparam-descr-index-other" are used for
528 * \li "tparam-name-index-invalid" and "tparam-descr-index-invalid" are used if
540 * A Relax NG schema for the XML can be found in comment-xml-schema.rng file