Mixed Content Model | |||
|
|||
Attributes | Common attributes |
A FuncDef contains the name of a programming language function, and its return type.
Within the FuncDef, the function name is identified with Function, and the rest of the content is assumed to be the return type.
In the following definition, max
is the name of the function and int is
the return type:
<funcdef>int <function>max</function></funcdef> |
Formatted inline. For a complete description of the processing expecations, see FuncSynopsis.
funcparams, funcprototype, funcsynopsisinfo, function, paramdef, parameter, returnvalue, varargs, void.
<!DOCTYPE funcsynopsis PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN" "http://www.oasis-open.org/docbook/xml/4.1.2/docbookx.dtd"> <funcsynopsis> <funcprototype> <funcdef>int <function>rand</function></funcdef> <void/> </funcprototype> </funcsynopsis> |
For additional examples, see also funcparams, funcsynopsis, paramdef, refentry, varargs.