void

$Revision: 1.3 $

$Date: 2002/06/12 11:18:42 $

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

Synopsis

Content Model

void ::=
EMPTY

Attributes

Common attributes

DocBook NG “Bourbon” Content Model

void ::=
  • EMPTY

DocBook NG “Bourbon” Attributes

Common attributes and common linking attributes.

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.

Parents

These elements contain void: constructorsynopsis, destructorsynopsis, funcprototype, methodsynopsis.

See Also

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

Examples

For examples, see funcdef, funcsynopsis.