On 1/18/13, Rob T <[email protected]> wrote: > however I read somewhere that it pretty much does nothing but > strip out the comments because it needs the full source code for > a inlining, CTFE, and templates.
There was a recent pull that implemented better header generation (https://github.com/D-Programming-Language/dmd/pull/1487), it will be in the 2.062 release (which might be a long time from now but it's worth knowing). It's probably doing a better job at hiding implementation details.
