/** 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. @author Arthur Clemens @version 22 July 2004 */ class PreserveLinebreaks { /** Adds a (locally scoped) function. @param functionRef : function reference (of type function). Parameters that should be passed to the function can be added as a comma separated list. */ public function addFunction (inFunctionRef:Function) : Void { // } /** * Adds a (locally scoped) function. * @param functionRef : function reference (of type function). * Parameters that should be passed to the function can be added * as a comma separated list. */ public function addFunctionWithStars (inFunctionRef:Function) : Void { // } }