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

@@ -129,6 +129,8 @@ News
via a commit, for a full list see
`this link on Github <https://github.com/nim-lang/Nim/issues?utf8=%E2%9C%93&q=is%3Aissue+closed%3A%222015-10-27+..+2016-01-19%22+>`_.
- Added missing modules to the documentation including ``coro``,
``securehash``, ``asyncftpclient``, ``mersenne`` and more.
- Fixed "Generic arguments cannot be used in templates (raising undeclared identifier)"
(`#3498 <https://github.com/nim-lang/Nim/issues/3498>`_)
- Fixed "multimethods: Error: internal error: cgmeth.genConv"

View File

@@ -63,8 +63,8 @@ srcdoc2: "deprecated/pure/ftpclient"
srcdoc2: "pure/asyncfile;pure/asyncftpclient"
srcdoc2: "pure/md5;pure/rationals"
srcdoc2: "posix/posix"
srcdoc2: "pure/fenv"
srcdoc2: "pure/basic2d;pure/basic3d"
srcdoc2: "pure/fenv;pure/securehash"
srcdoc2: "pure/basic2d;pure/basic3d;pure/mersenne;pure/coro"
; Note: everything under 'webdoc' doesn't get listed in the index, so wrappers
; should live here