summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2013-09-10 00:40:06 +0200
committerAraq <rumpf_a@web.de>2013-09-10 00:40:06 +0200
commitdb19b1824197cb8051ab630bbc96ca51821f7f3b (patch)
treed06b626b382a55b919171575ca0fc06d18401274 /doc
parent094d7fd4b1e4cd23450f0f5c7e1e2971dc2dcaa6 (diff)
downloadNim-db19b1824197cb8051ab630bbc96ca51821f7f3b.tar.gz
cn2im: basic C++ support
Diffstat (limited to 'doc')
-rw-r--r--doc/apis.txt1
-rw-r--r--doc/manual.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/apis.txt b/doc/apis.txt
index 67534dec8..d76bd721e 100644
--- a/doc/apis.txt
+++ b/doc/apis.txt
@@ -74,6 +74,7 @@ coordinate              coord
 rectangle               rect
 point                   point
 symbol                  sym
+literal                 lit
 string                  str
 identifier              ident
 indentation             indent
diff --git a/doc/manual.txt b/doc/manual.txt
index 914e6eaf5..095f25b30 100644
--- a/doc/manual.txt
+++ b/doc/manual.txt
@@ -4471,7 +4471,7 @@ proc with no side effects:
 destructor pragma
 -----------------
 
-The `destructor` pragma is used to mark a proc to act as a type destructor.
+The `destructor`:idx: pragma is used to mark a proc to act as a type destructor.
 The proc must have a single parameter with a concrete type (the name of a
 generic type is allowed too).