NotPreserveLinebreaks

Kind of class:class
Inherits from:none
Version:22 July 2004
Author:Arthur Clemens
Classpath:NotPreserveLinebreaks
File last modified:Thursday, 07 December 2006, 19:29:02
When "Preserve linebreaks" is not selected, linebreaks and stars are ignored so text in the documenation flows as wide as possible.

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.

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.