summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-08-05 11:43:22 +0200
committerGrzegorz Adam Hankiewicz <gradha@imap.cc>2014-08-05 11:43:22 +0200
commit5c9d6762e48f0f5e70fed848ba11e79c86427206 (patch)
treeab5246cfccae0063b0225d3e1b9bfa8275a4ecf1 /doc
parent00f56b20d7e2edb903c7c486574ad793a078667a (diff)
downloadNim-5c9d6762e48f0f5e70fed848ba11e79c86427206.tar.gz
Adds typetraits to library index and doc build.
Diffstat (limited to 'doc')
-rw-r--r--doc/lib.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/lib.txt b/doc/lib.txt
index 5bacfcc4f..76e7354e0 100644
--- a/doc/lib.txt
+++ b/doc/lib.txt
@@ -56,7 +56,10 @@ Core
 
 * `typeinfo <typeinfo.html>`_
   Provides (unsafe) access to Nimrod's run time type information. 
-  
+
+* `typetraits <typetraits.html>`_
+  This module defines compile-time reflection procs for working with types.
+
 * `actors <actors.html>`_
   Actor support for Nimrod; implemented as a layer on top of the threads and
   channels modules.