Reference. Reference for the DocBook DTD

[Prev] [Next]


ParamDef

Name

ParamDef---Data type information and the name of the Parameter this information applies to

Synopsis

Content Model
  (#PCDATA | Replaceable | Parameter | FuncParams)*

Attributes

This element has common and Role attributes.

Tag Minimization

Both the start- and end-tags are required for this element.

Description

Data type information and the name of the Parameter this information applies to. A ParamDef may contain any combination of plain text, Replaceable, Data, or Parameter, in any order. It has common attributes. See FuncDef, FuncSynopsis. Parameter has common attributes.

Parents

These elements contain ParamDef: FuncPrototype, and FuncSynopsis.

Children

ParamDef contains these elements: FuncParams, #PCDATA, Parameter, and Replaceable.

Examples

<FUNCSYNOPSIS>
<FUNCSYNOPSISINFO>#include &lt;stdlib.h></FUNCSYNOPSISINFO>
<FUNCDEF>double <FUNCTION>atof</FUNCTION></FUNCDEF>
<PARAMDEF>const char *<PARAMETER>nptr</PARAMETER></PARAMDEF>
</FUNCSYNOPSIS>
<FUNCSYNOPSIS>
<FUNCSYNOPSISINFO>TODO TBS
</FUNCSYNOPSISINFO>
<FUNCPROTOTYPE>
<FUNCDEF>TODO TBS
</FUNCDEF>
<VOID>
</FUNCPROTOTYPE>
</FUNCSYNOPSIS>


[Prev] Para
[Next] Parameter
[Reference Home] [Davenport Group Home]