diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/index.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 6e2b4ed..db9ec5a 100644 --- a/docs/index.html +++ b/docs/index.html | |||
@@ -1329,7 +1329,17 @@ | |||
1329 | </p> | 1329 | </p> |
1330 | 1330 | ||
1331 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> | 1331 | <table border="1" bgcolor="#E0E0FF" cellpadding="10" style="width:50%"><tr><td><pre> |
1332 | [table] = linda_h:dump() | 1332 | linda_h:dump() -> |
1333 | { | ||
1334 | [<key>] = | ||
1335 | { | ||
1336 | first = <n> | ||
1337 | count = <n> | ||
1338 | limit = <n>|'unlimited' | ||
1339 | fifo = { <array of values> } | ||
1340 | } | ||
1341 | ... | ||
1342 | } | ||
1333 | </pre></td></tr></table> | 1343 | </pre></td></tr></table> |
1334 | 1344 | ||
1335 | <p> | 1345 | <p> |