mirror of
https://github.com/janet-lang/janet
synced 2025-01-13 00:50:26 +00:00
Fix doc generation.
This commit is contained in:
parent
19a0444f41
commit
1ceaceada4
@ -104,6 +104,7 @@
|
|||||||
# Generate parts and print them to stdout
|
# Generate parts and print them to stdout
|
||||||
(def parts (seq [[k entry]
|
(def parts (seq [[k entry]
|
||||||
:in (sort (pairs (table/getproto (fiber/getenv (fiber/current)))))
|
:in (sort (pairs (table/getproto (fiber/getenv (fiber/current)))))
|
||||||
|
:when (symbol? k)
|
||||||
:when (and (get entry :doc) (not (get entry :private)))]
|
:when (and (get entry :doc) (not (get entry :private)))]
|
||||||
(emit-item k entry)))
|
(emit-item k entry)))
|
||||||
(print
|
(print
|
||||||
|
Loading…
Reference in New Issue
Block a user