Allowing sourcecode display settings per specified package.
Brought to you by:
edloper
I'm using epydoc to generate docs for two packages. Package A is basically a framework, and package B is basically where you use said framework.
Now for the moment, the framework itself is closed source, however the usage of the framework would be much easier to understand if you could see the full source of it.
It is in these situations where i think it could be greatly beneficial to allow arguments such as --no-sourcecode to be defined per package.
Thanks.