Whole document tree
    

Whole document tree

VarArgs

VarArgs

Name

VarArgs -- Empty element, part of FuncSynopsis, indicating that the Function in question has a variable number of arguments

Content Model

  EMPTY

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

VarArgs is an empty element, part of FuncSynopsis, indicating that the Function in question has a variable number of arguments. The string "(…)" should be output. VarArgs has common attributes.

Parents

These elements contain VarArgs: FuncPrototype, FuncSynopsis.

Examples

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