Is there any way to exclude some units of code from the generated docs? I’ve 
got some modules and objects that need to be public so the rest of my module 
can access them, but aren’t considered a public API. Package private, basically.

I’m fine with leaving them as public, but I would like to prevent them from 
showing up in the docs. Either at a file level, or even an individual proc/type 
level

Reply via email to