/** When "Preserve linebreaks" is not selected, linebreaks and stars are ignored so text in the documenation flows as wide as possible. @author Arthur Clemens @version 22 July 2004 */ class NotPreserveLinebreaks { /** 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 { // } }