On Saturday, 15 July 2017 at 08:55:41 UTC, Mike Parker wrote:
On Saturday, 15 July 2017 at 08:29:52 UTC, Jean-Louis Leroy wrote:

My module has a name in dub.sdl.

No, it does not. That's the name of the DUB project. The module in this case is source/methods.d. I've never used ddox, but based on what I see in the readme and on looking at the ddox source where that specific error message is displayed, if I were you my first attempt at resolving this would be to add a module declaration to the top of methods.d and try again:

module methods;

import std.traits;
import...

Aaaah yes that fixed it. I suspected it was something *that* simple. Thanks a bunch.

J-L

Reply via email to