PreserveLinebreaks
| Kind of class: | class |
|---|---|
| Inherits from: | none |
| Version: | 22 July 2004 |
| Author: | Arthur Clemens |
| Classpath: | PreserveLinebreaks |
| File last modified: | Thursday, 07 December 2006, 19:28:43 |
This class body is equal to the NotPreserveLinebreaks class,
but now the option "Preserve linebreaks" is selected: the width
of the sentences in the class file are rendered the same in the
documentation.
but now the option "Preserve linebreaks" is selected: the width
of the sentences in the class file are rendered the same in the
documentation.
Summary
Instance methods
- addFunction (inFunctionRef:Function) : Void
- Adds a (locally scoped) function.
- addFunctionWithStars (inFunctionRef:Function) : Void
- Adds a (locally scoped) function.
Instance methods
addFunction
function addFunction (
inFunctionRef:Function) : Void
Adds a (locally scoped) function.
Parameters:
functionRef:
function reference (of type function).
Parameters that should be passed to the function can be added
as a comma separated list.
Parameters that should be passed to the function can be added
as a comma separated list.
addFunctionWithStars
function addFunctionWithStars (
inFunctionRef:Function) : Void
Adds a (locally scoped) function.
Parameters:
functionRef:
function reference (of type function).
Parameters that should be passed to the function can be added
as a comma separated list.
Parameters that should be passed to the function can be added
as a comma separated list.