FuncPrototype
Name
FuncPrototype -- Set of function or routine
prototype information in a FuncSynopsis
Content Model
FuncDef,
(Void | VarArgs | ParamDef+)
Attributes
This element has common and Role
attributes.
Tag Minimization
The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.
Description
Set of function or routine
prototype information in a FuncSynopsis,
including a function
name, return type, function parameter information.
It has common attributes.
Examples
<FUNCSYNOPSIS>
<FUNCSYNOPSISINFO>TODO TBS
</FUNCSYNOPSISINFO>
<FUNCPROTOTYPE>
<FUNCDEF>TODO TBS
</FUNCDEF>
<VOID>
</FUNCPROTOTYPE>
</FUNCSYNOPSIS>