summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2015-11-23 16:14:35 +0100
committerdef <dennis@felsin9.de>2015-11-23 16:14:35 +0100
commitad503ce8f90f40cfc8a390b046b287295d1d5416 (patch)
treefcf649e58222cbdaaa27852f49a699dbd5e7eefa /doc
parentb1e103fd41031c539f805ef49d9c6743c2c86c88 (diff)
downloadNim-ad503ce8f90f40cfc8a390b046b287295d1d5416.tar.gz
Add options module to standard library documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 3dc58eebf..4fa49095c 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -374,6 +374,9 @@ Miscellaneous
 * `logging <logging.html>`_
   This module implements a simple logger.
 
+* `options <options.html>`_
+  Types which encapsulate an optional value.
+
 * `future <future.html>`_
   This module implements new experimental features. Currently the syntax
   sugar for anonymous procedures.