nim-chronos/chronos/transports
Thomas Jost b47b2a96ce
Fix documentation build (#258)
`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.
2022-01-26 20:56:22 +01:00
..
common.nim Fix documentation build (#258) 2022-01-26 20:56:22 +01:00
datagram.nim Fixes for nimdoc (#252) 2022-01-04 18:00:17 +01:00
ipnet.nim Export async-related imports to allow partial imports. (#218) 2021-08-26 14:22:29 +03:00
osnet.nim style fixes (#253) 2022-01-04 23:14:30 +01:00
stream.nim Fix transport.write() unable to send data through OS pipes. (#256) 2022-01-20 18:38:41 +02:00