DocBook 5.1: The Definitive Guide (Version 1.5.3 for DocBook 5.1)
void
void — An empty element in a function synopsis indicating that the function in question takes no arguments.
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
.