Fix javadoc bug.

git-svn-id: svn://10.0.0.236/trunk@38746 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
norris%netscape.com
1999-07-08 00:37:12 +00:00
parent fb71fe4c02
commit 5b8b601620
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,