void

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

Synopsis

  • 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.

Last revised by Norman Walsh on 6 Jun 2011 (git hash: 6ffcc7640bbc5f852a318e452c9f210f03292cb9)