aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorCalvin Rose <calsrose@gmail.com>2019-06-19 09:48:33 -0400
committerCalvin Rose <calsrose@gmail.com>2019-06-19 09:48:33 -0400
commit1ceaceada42ef07785838b0d4bc958fb49e81034 (patch)
treeefbca2c93354decdb733d3aa67e576ddf9fe2203
parentAppease MSVC (diff)
Fix doc generation.
-rw-r--r--tools/gendoc.janet1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gendoc.janet b/tools/gendoc.janet
index 360082aa..47fbe9df 100644
--- a/tools/gendoc.janet
+++ b/tools/gendoc.janet
@@ -104,6 +104,7 @@
# Generate parts and print them to stdout
(def parts (seq [[k entry]
:in (sort (pairs (table/getproto (fiber/getenv (fiber/current)))))
+ :when (symbol? k)
:when (and (get entry :doc) (not (get entry :private)))]
(emit-item k entry)))
(print