Fix javadoc comments.

This commit is contained in:
James Roseborough
2011-11-13 05:32:32 +00:00
parent e76a123de2
commit b5c5236a33
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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,