diff options
| author | 2019-06-19 09:48:33 -0400 | |
|---|---|---|
| committer | 2019-06-19 09:48:33 -0400 | |
| commit | 1ceaceada42ef07785838b0d4bc958fb49e81034 (patch) | |
| tree | efbca2c93354decdb733d3aa67e576ddf9fe2203 | |
| parent | Appease MSVC (diff) | |
Fix doc generation.
| -rw-r--r-- | tools/gendoc.janet | 1 |
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 |
