DocBook: The Definitive GuideBy Norman Walsh & Leonard Muellner1st Edition October 1999 1-56592-580-7, Order Number: 5807 652 pages, $36.95 , Includes CD-ROM |
Void
Name
Void -- An empty element in a function synopsis indicating that the function in question takes no argumentsSynopsis
Content Model
Void ::= EMPTYAttributes
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.
See Also
FuncDef, FuncParams, FuncPrototype, FuncSynopsisInfo, Function, ParamDef, Parameter, ReturnValue, VarArgs
Back to: DocBook: The Definitive Guide
© 2001, O'Reilly & Associates, Inc.