Fix doc generation.

This commit is contained in:
Calvin Rose 2019-06-19 09:48:33 -04:00
parent 19a0444f41
commit 1ceaceada4
1 changed files with 1 additions and 0 deletions

View File

@ -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