Lines Matching defs:kind
257 The \tag{kinds} tag contain individual \tag{kind} tags describing
264 \item \attr{name} - the name of the kind.
265 \item \attr{desc} - a description of what the kind indicates.
270 Each \tag{kinds} block contains zero or more \tag{kind} tags, in
277 <kind name="Color" desc="This parameter represents part of or a complete color." />
278 <kind name="Clamped[0; 1]" desc="This parameter will get clamped to the 0 to 1 range." />
282 \section{Kind (\tag{kind} tag)}
283 \label{tag:kind}
285 Each \{kind} tag defines a single kind annotation.
287 \subsection{Attributes of \tag{kind} tag}
290 \item \attr{name} - kind name, an arbitrary string without commas (',') used
291 to identify this kind.
292 \item \attr{desc} - kind description, a description of what it
293 means for a parameter or return value to be annotated with this kind.
296 \subsection{Contents of \tag{kind} tag}
300 \subsection{Meaning of \tag{kind} tags}
301 \label{tag:kind:meaning}
304 \attr{kind} attribute defined, and and the comma separated elemenst
305 if the attribute matches a \tag{kind} name,
307 further defined by the description provided by the \tag{kind} tags
570 \item \attr{kind} - kind list, a comma separated list of names of
571 previously defined \tag{kind} tags.
603 \item \attr{kind} - kind list, a comma separated list of names of
604 previously defined \tag{kind} tags.