huntlabs / hunt

A refined core library for D programming language. The module has concurrency / collections / event / io / logging / text / serialization and more.
Apache License 2.0
95 stars 15 forks source link

Fixes errors and warning while building docs #84

Closed cenan closed 3 years ago

cenan commented 3 years ago

I was getting the following output while trying to build the docs.

../../../.dub/packages/hunt-1.6.5/hunt/source/hunt/event/timer/Common.d(86,25):
Warning: Ddoc: parameter count mismatch, expected 2, got 1
../../../.dub/packages/hunt-1.6.5/hunt/source/hunt/util/Serialize.d(1192):
Error: unmatched --- in DDoc comment

After the below changes, build docs does not give any errors or warnings.

Thanks for this great project btw.

Heromyth commented 3 years ago

You are so kind. Thanks.