Whole document tree
    

Whole document tree

FuncPrototype

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.

Parents

FuncPrototype occurs in FuncSynopsis.

Children

FuncPrototype contains these elements: FuncDef, ParamDef, VarArgs, Void.

Examples

<FUNCSYNOPSIS>
<FUNCSYNOPSISINFO>TODO TBS
</FUNCSYNOPSISINFO>
<FUNCPROTOTYPE>
<FUNCDEF>TODO TBS
</FUNCDEF>
<VOID>
</FUNCPROTOTYPE>
</FUNCSYNOPSIS>