I'd love to use esdoc to generate public documentation for a project at Work. But unfortunately, since we are not open-sourcing the code, I cannot use esdoc, as long as it includes the source code.
The idea would be to have a config flag includeSource that would default to true. If its set to false, the output html should not contain any source code.
I'd be happy to submit a pull request, If you can give me some pointers as to the best way of implementing this :)