aboutsummaryrefslogtreecommitdiff
path: root/docs.neb
diff options
context:
space:
mode:
Diffstat (limited to 'docs.neb')
-rw-r--r--docs.neb5
1 files changed, 5 insertions, 0 deletions
diff --git a/docs.neb b/docs.neb
index 0353a53..0a5dddd 100644
--- a/docs.neb
+++ b/docs.neb
@@ -1,2 +1,7 @@
+; docs.neb
+; script to generate documentation
+
+(print "~ Neb Syntax ~")
(for-each (syntax) (howto _item_))
+(print "\n~ Neb Functions ~")
(for-each (funcs) (howto _item_))