Fix javadoc comments.
This commit is contained in:
@@ -52,7 +52,7 @@ import java.util.Vector;
|
|||||||
* break;
|
* break;
|
||||||
* LuaValue v = n.arg(2)
|
* LuaValue v = n.arg(2)
|
||||||
* process( k, v )
|
* process( k, v )
|
||||||
* }</pre>
|
* }}</pre>
|
||||||
*
|
*
|
||||||
* <p>
|
* <p>
|
||||||
* As with other types, {@link LuaTable} instances should be constructed via one of the table constructor
|
* As with other types, {@link LuaTable} instances should be constructed via one of the table constructor
|
||||||
|
|||||||
@@ -1305,7 +1305,7 @@ public class LuaValue extends Varargs {
|
|||||||
* break;
|
* break;
|
||||||
* LuaValue v = n.arg(2)
|
* LuaValue v = n.arg(2)
|
||||||
* process( k, v )
|
* process( k, v )
|
||||||
* }</pre>
|
* }}</pre>
|
||||||
* @param index {@link LuaInteger} value identifying a key to start from,
|
* @param index {@link LuaInteger} value identifying a key to start from,
|
||||||
* or {@link NIL} to start at the beginning
|
* or {@link NIL} to start at the beginning
|
||||||
* @return {@link Varargs} containing {key,value} for the next entry,
|
* @return {@link Varargs} containing {key,value} for the next entry,
|
||||||
|
|||||||
Reference in New Issue
Block a user