Reference. Reference for the DocBook DTD

[Prev] [Next]


VarArgs

Name

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

Synopsis

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, and FuncSynopsis.

Examples

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


[Prev] UserInput
[Next] VariableList
[Reference Home] [Davenport Group Home]