more index terms

This commit is contained in:
Araq
2014-12-11 20:50:08 +01:00
parent 393be49313
commit 911001991f

View File

@@ -7,10 +7,11 @@
# distribution, for details about the copyright.
#
## This module implements an interface to Nim's runtime type information.
## This module implements an interface to Nim's `runtime type information`:idx:
## (`RTTI`:idx:).
## Note that even though ``TAny`` and its operations hide the nasty low level
## details from its clients, it remains inherently unsafe!
##
##
## See the `marshal <marshal.html>`_ module for what this module allows you
## to do.