void

void — An empty element in a function synopsis indicating that the function in question takes no arguments

Synopsis

Content Model

void ::=

  • empty

Description

The Void element indicates explicitly that a Function has no arguments.

Processing expectations

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.

See Also

funcdef, funcparams, funcprototype, funcsynopsisinfo, function, paramdef, parameter, returnvalue, varargs

ChangeLog

This alpha reference page is $Revision: 1.3 $ published $Date: 2005/07/07 16:41:48 $.