mirror of
https://github.com/janet-lang/janet
synced 2025-09-09 22:36:07 +00:00
Fix doc generation.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user