Whole document tree
    

Whole document tree

Void

Void

Name

Void -- Empty element, part of FuncSynopsis, that indicates that the Function in question takes no 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

Empty element, part of FuncSynopsis, that indicates that the Function in question takes no arguments. The string "(void)" should be output. See VarArgs. It has common attributes.

Parents

These elements contain Void: FuncPrototype, FuncSynopsis.

Examples

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