Warnings in dub docs build

Confused Coder bob123 at example.org
Tue May 14 21:05:54 UTC 2019


I am trying to use dub to build documentation. I am running "dub 
build --build=docs", but it fails on the following warning:
"../../.dub/packages/vibe-d-0.8.5/vibe-d/crypto/vibe/crypto/cryptorand.d(44,18): Warning: Ddoc: parameter count mismatch, expected 2, got"

How can I prevent this? I want to either ignore the warnings, or 
(preferably) just have dub build docs for my package, and not the 
dependencies.

Thanks!


More information about the Digitalmars-d mailing list