1
0
mirror of https://github.com/janet-lang/janet synced 2024-12-24 23:40:27 +00:00

Fix doc generation.

This commit is contained in:
Calvin Rose 2019-06-19 09:48:33 -04:00
parent 19a0444f41
commit 1ceaceada4

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