$Revision: 1666 $
$Date: 2002-06-12 07:19:37 -0400 (Wed, 12 Jun 2002) $
void — An empty element in a function synopsis indicating that the function in question takes no arguments
The Void
element indicates explicitly that a
Function
has no arguments.
The Void
element produces generated text that indicates
the function has no arguments (or returns nothing). The
exact generated text may vary. One common result is
void
.
These elements contain void:
constructorsynopsis
, destructorsynopsis
, funcprototype
, methodsynopsis
.
funcdef
, funcparams
, funcprototype
, funcsynopsisinfo
, function
, paramdef
, parameter
, returnvalue
, varargs
.