mirror of
https://github.com/status-im/nim-chronos.git
synced 2025-01-10 03:15:55 +00:00
b47b2a96ce
`nim doc --project --index:on chronos.nim` was failing with the following error: /path/to/nim-chronos/chronos/transports/common.nim(519, 21) Error: '*' expected ...which in turned caused errors in all files that import this one. Now the entire docs can be built successfully, with only a few warnings. Fixes #186.