@@ -101,7 +101,7 @@ <h2><a href="#Functions">Functions</a></h2>
101101 < td class ="summary "> deletes a key/value pair.</ td >
102102 </ tr >
103103 < tr >
104- < td class ="name " nowrap > < a href ="#get "> get ()</ a > </ td >
104+ < td class ="name " nowrap > < a href ="#get "> get (key )</ a > </ td >
105105 < td class ="summary "> gets the value of a given key.</ td >
106106 </ tr >
107107 < tr >
@@ -117,11 +117,11 @@ <h2><a href="#Functions">Functions</a></h2>
117117 < td class ="summary "> saves a key/value pair.</ td >
118118 </ tr >
119119 < tr >
120- < td class ="name " nowrap > < a href ="#seek "> seek ()</ a > </ td >
120+ < td class ="name " nowrap > < a href ="#seek "> seek (key )</ a > </ td >
121121 < td class ="summary "> get an iterator over key/value pairs in a LuaDB, starting at the designated key.</ td >
122122 </ tr >
123123 < tr >
124- < td class ="name " nowrap > < a href ="#seekKey "> seekKey ()</ a > </ td >
124+ < td class ="name " nowrap > < a href ="#seekKey "> seekKey (key )</ a > </ td >
125125 < td class ="summary "> get an iterator over keys in a LuaDB, starting at the designated key.</ td >
126126 </ tr >
127127 < tr >
@@ -213,12 +213,18 @@ <h3>Usage:</h3>
213213</ dd >
214214 < dt >
215215 < a name = "get "> </ a >
216- < strong > get ()</ strong >
216+ < strong > get (key )</ strong >
217217 </ dt >
218218 < dd >
219219 gets the value of a given key.
220220
221221
222+ < h3 > Parameters:</ h3 >
223+ < ul >
224+ < li > < span class ="parameter "> key</ span >
225+ the key name (string, integer, or binary)
226+ </ li >
227+ </ ul >
222228
223229 < h3 > Returns:</ h3 >
224230 < ol >
@@ -321,12 +327,18 @@ <h3>Usage:</h3>
321327</ dd >
322328 < dt >
323329 < a name = "seek "> </ a >
324- < strong > seek ()</ strong >
330+ < strong > seek (key )</ strong >
325331 </ dt >
326332 < dd >
327333 get an iterator over key/value pairs in a LuaDB, starting at the designated key.
328334
329335
336+ < h3 > Parameters:</ h3 >
337+ < ul >
338+ < li > < span class ="parameter "> key</ span >
339+ the key name (string, integer, or binary)
340+ </ li >
341+ </ ul >
330342
331343 < h3 > Returns:</ h3 >
332344 < ol >
@@ -346,12 +358,18 @@ <h3>Usage:</h3>
346358</ dd >
347359 < dt >
348360 < a name = "seekKey "> </ a >
349- < strong > seekKey ()</ strong >
361+ < strong > seekKey (key )</ strong >
350362 </ dt >
351363 < dd >
352364 get an iterator over keys in a LuaDB, starting at the designated key.
353365
354366
367+ < h3 > Parameters:</ h3 >
368+ < ul >
369+ < li > < span class ="parameter "> key</ span >
370+ the key name (string, integer, or binary)
371+ </ li >
372+ </ ul >
355373
356374 < h3 > Returns:</ h3 >
357375 < ol >
@@ -400,7 +418,7 @@ <h3>Usage:</h3>
400418</ div > <!-- id="main" -->
401419< div id ="about ">
402420< i > generated by < a href ="http://github.com/lunarmodules/ldoc "> LDoc 1.5.0</ a > </ i >
403- < i style ="float:right; "> Last updated 2025-08-19 19:46:22 </ i >
421+ < i style ="float:right; "> Last updated 2025-08-19 19:50:41 </ i >
404422</ div > <!-- id="about" -->
405423</ div > <!-- id="container" -->
406424</ body >
0 commit comments