ddox filters out my doc
Mike Parker via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Sat Jul 15 01:55:41 PDT 2017
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...
More information about the Digitalmars-d-learn
mailing list