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;
* LuaValue v = n.arg(2)
* process( k, v )
* }</pre>
* }}</pre>
*
* <p>
* 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;
* LuaValue v = n.arg(2)
* process( k, v )
* }</pre>
* }}</pre>
* @param index {@link LuaInteger} value identifying a key to start from,
* or {@link NIL} to start at the beginning
* @return {@link Varargs} containing {key,value} for the next entry,