Building the docs with own changes

Steven Schveighoffer via Digitalmars-d digitalmars-d at puremagic.com
Mon Jun 8 07:21:52 PDT 2015


On 6/8/15 10:07 AM, Jacob Carlborg wrote:
> On 2015-06-08 15:34, Steven Schveighoffer wrote:
>
>> If you just want to check that a file's content is going to show up, I
>> use:
>>
>> dmd -D -o- -c std/somemod.d
>>
>> The output is not styled properly. But the output should have working
>> links.
>
> What about the custom ddoc macros?
>

Hm... I guess you could include them. I don't even know how to do that.

If the docs don't turn out the way I expect, but I think it would with a 
full build, I usually just stick a warning on my PR that I didn't test it :P

-Steve


More information about the Digitalmars-d mailing list