This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-11-05
Channels
- # 100-days-of-code (1)
- # announcements (7)
- # beginners (84)
- # boot (1)
- # cider (22)
- # cljdoc (14)
- # cljs-dev (45)
- # cljsrn (6)
- # clojure (65)
- # clojure-conj (7)
- # clojure-finland (1)
- # clojure-italy (7)
- # clojure-nl (2)
- # clojure-serbia (1)
- # clojure-uk (111)
- # clojurescript (58)
- # cursive (8)
- # datomic (68)
- # duct (1)
- # emacs (33)
- # figwheel (3)
- # figwheel-main (9)
- # fulcro (33)
- # graphql (1)
- # juxt (30)
- # kaocha (4)
- # off-topic (22)
- # pathom (47)
- # pedestal (4)
- # planck (6)
- # re-frame (1)
- # reagent (1)
- # reitit (13)
- # shadow-cljs (49)
- # spacemacs (7)
- # sql (6)
- # tools-deps (60)
Hi! I have a small question - how can I exclude a certain namespace from api-doc generation, so that it is not loaded at all?
You can add no-doc
metadata but you're probably aware of that and it won't prevent the namespace from getting loaded.
Is the side effect causing a failure during analysis?
Yes, it fails the doc generation
can you point me to the build?
Thanks! There might be ways to configure exclusions for this kind of stuff in the future but for now there's not really anything you can do.
If you want I can exclude this file from analysis manually
That would be great! Is there anything I can do to help the process?
You can open an issue and point out what file specifically should be skipped during analysis.
Thanks! 🙂
(I do something side-effecty in that namespace.)