aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authors-ol <s-ol@users.noreply.github.com>2020-04-20 16:25:39 +0000
committers-ol <s-ol@users.noreply.github.com>2020-04-20 16:45:45 +0000
commit22fa7e3786ff4d5035c6827ed59c3bcf2e49ae53 (patch)
treef54ada7db6958c6b92064b13fff8294336111b64 /docs
parentadd wxLua alv-wx (diff)
downloadalive-22fa7e3786ff4d5035c6827ed59c3bcf2e49ae53.tar.gz
alive-22fa7e3786ff4d5035c6827ed59c3bcf2e49ae53.zip
export and export* to create alive modules
See #16
Diffstat (limited to 'docs')
-rwxr-xr-xdocs/gen/index4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/gen/index b/docs/gen/index
index 5b06b9d..96f85f0 100755
--- a/docs/gen/index
+++ b/docs/gen/index
@@ -42,7 +42,7 @@ spit OUT, layout
h2 a "builtins", href: '#builtins'
p "These definitions are automatically loaded into the global Scope of
every alive session."
- ul for key, val in opairs require 'alv.builtin'
- li render key, ValueStream.wrap val
+ ul for key, val in opairs (require 'alv.builtin').values
+ li render key, val.value
}
}