Fix javadoc bug.

This commit is contained in:
norris%netscape.com 1999-07-08 00:37:12 +00:00
parent 91c30afd6e
commit 5212cf9694
2 changed files with 14 additions and 14 deletions

View File

@ -55,15 +55,15 @@ public class FunctionObject extends NativeFunction {
* form. If the FunctionObject will be used as a constructor,
* the member must have the following parameters
* <pre>
* (Context cx, Scriptable thisObj, Object[] args,
* Function funObj) </pre>
* and if it is a Method, be static and return an Object result.<p>
*
* Otherwise, if the FunctionObject will not be used to define a
* constructor, the member must be a static Method with parameters
* <pre>
* (Context cx, Object[] args, Function ctorObj,
* boolean inNewExpr)</pre>
* and if it is a Method, be static and return an Object result.<p>
*
* Otherwise, if the FunctionObject will <i>not</i> be used to define a
* constructor, the member must be a static Method with parameters
* (Context cx, Scriptable thisObj, Object[] args,
* Function funObj) </pre>
* <pre>
* and an Object result.<p>
*
* When the function varargs form is called as part of a function call,

View File

@ -55,15 +55,15 @@ public class FunctionObject extends NativeFunction {
* form. If the FunctionObject will be used as a constructor,
* the member must have the following parameters
* <pre>
* (Context cx, Scriptable thisObj, Object[] args,
* Function funObj) </pre>
* and if it is a Method, be static and return an Object result.<p>
*
* Otherwise, if the FunctionObject will not be used to define a
* constructor, the member must be a static Method with parameters
* <pre>
* (Context cx, Object[] args, Function ctorObj,
* boolean inNewExpr)</pre>
* and if it is a Method, be static and return an Object result.<p>
*
* Otherwise, if the FunctionObject will <i>not</i> be used to define a
* constructor, the member must be a static Method with parameters
* (Context cx, Scriptable thisObj, Object[] args,
* Function funObj) </pre>
* <pre>
* and an Object result.<p>
*
* When the function varargs form is called as part of a function call,