Fork me on GitHub
#cljdoc
<
2018-11-05
>
Shantanu Kumar15:11:29

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?

martinklepsch15:11:45

You can add no-doc metadata but you're probably aware of that and it won't prevent the namespace from getting loaded.

martinklepsch15:11:04

Is the side effect causing a failure during analysis?

Shantanu Kumar18:11:19

Yes, it fails the doc generation

martinklepsch18:11:48

can you point me to the build?

martinklepsch18:11:40

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.

martinklepsch18:11:08

If you want I can exclude this file from analysis manually

Shantanu Kumar18:11:45

That would be great! Is there anything I can do to help the process?

martinklepsch18:11:25

You can open an issue and point out what file specifically should be skipped during analysis.

martinklepsch18:11:28

Thanks! 🙂

Shantanu Kumar15:11:03

(I do something side-effecty in that namespace.)