Void

Name

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

Tag Minimization

The start-tag is required for this element. The end-tag is optional, if your SGML declaration allows minimization.

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: FuncPrototype, FuncSynopsis.

Children

In some contexts, the following elements are allowed anywhere: BeginPage, IndexTerm.

See Also

FuncDef, FuncParams, FuncPrototype, FuncSynopsisInfo, Function, ParamDef, Parameter, ReturnValue, VarArgs

Examples

For examples, see FuncDef, FuncSynopsis.

Copyright © 1999 O'Reilly & Associates, Inc. All rights reserved.