ddox and exempting dependencies

ikod geller.garry at gmail.com
Wed Dec 5 18:03:22 UTC 2018


On Wednesday, 5 December 2018 at 17:12:03 UTC, Anonymouse wrote:
> On Wednesday, 5 December 2018 at 16:56:12 UTC, Andre Pany wrote:
>> The compiler (DMD) is triggered to generate a JSON file 
>> docs.json which contains technical information used by ddox in 
>> a later step. The error message you see is thrown by dmd.
>> At this point of time, ddoxFilterArgs isn't evaluated at all.
>>
>> I assume this line causes the issue
>> https://github.com/ikod/cachetools/blob/master/source/cachetools/hash.d#L7
>> You can contact the author (via github issue) to solve the 
>> DDOC warning.
>>
>> Kind regards
>> André
>>
>> The -ddoxFilterArgs is evaluated in a later step by DDOX.
>
> Will do, many thanks.

Hello,

I replaced dashes with equal signs in comment. Didn't know that 
it breaks ddoc.

You can try v0.0.7 - should be fixed.


More information about the Digitalmars-d-learn mailing list