On 15 September 2016 at 22:40, Adam D. Ruppe via Digitalmars-d
<digitalmars-d@puremagic.com> wrote:
> On Wednesday, 14 September 2016 at 15:49:27 UTC, bachmeier wrote:
>>
>> I agree. That's why I quickly gave up on ddoc.
>
>
> My doc generator just pipes special input text through the latex program to
> generate an image, which is then inlined in the html:
>
> http://dpldocs.info/experimental-docs/test.html

Now we're talking!

> I'm still not 100% happy with my doc gen and it is moving slowly cuz of
> other obligations, but this was something I was able to do pretty easily
> thanks to my willingness to just pipe to a helper program.

What does that mean? What's your process to produce this output?
Problem is, phobos uses vanilla ddoc... so we need that to do
everything we need.

Reply via email to