Guide to the DocBook DTD | ||
---|---|---|
Prev | Next |
(#PCDATA | Replaceable | Parameter | FuncParams)*
Both the start- and end-tags are required for this element.
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.
These elements contain ParamDef: FuncPrototype, FuncSynopsis.
ParamDef contains these elements: FuncParams, #PCDATA, Parameter, Replaceable.
<FUNCSYNOPSIS> <FUNCSYNOPSISINFO>#include <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 | Home | Next |
Para | Up | Parameter |