Added missing modules to lib.txt and warnings to some module's docs.

This commit is contained in:
Dominik Picheta
2016-01-18 15:33:39 +00:00
parent 0e09612cb9
commit d79a5f5276
9 changed files with 41 additions and 9 deletions

View File

@@ -9,6 +9,9 @@
## This module implements a simple HTTP-Server.
##
## **Warning**: This module will soon be deprecated in favour of
## the ``asyncdispatch`` module, you should use it instead.
##
## Example:
##
## .. code-block:: nim