diff options
author | Araq <rumpf_a@web.de> | 2015-07-14 01:26:58 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2015-07-14 01:37:08 +0200 |
commit | c02db2ff9b459aa6be634086d7241bcf60180080 (patch) | |
tree | 7e48309c39233ce9e04342187d53f336c5981f9a | |
parent | 622d7e4044f848aa02a820d010a558a426b74fb2 (diff) | |
download | Nim-c02db2ff9b459aa6be634086d7241bcf60180080.tar.gz |
documented /*INCLUDESECTION*/ emit section
-rw-r--r-- | doc/nimc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/nimc.txt b/doc/nimc.txt index e90c38002..15c9f2955 100644 --- a/doc/nimc.txt +++ b/doc/nimc.txt @@ -388,7 +388,7 @@ Use two backticks to produce a single verbatim backtick. For a toplevel emit statement the section where in the generated C/C++ file the code should be emitted can be influenced via the -prefixes ``/*TYPESECTION*/`` or ``/*VARSECTION*/``: +prefixes ``/*TYPESECTION*/`` or ``/*VARSECTION*/`` or ``/*INCLUDESECTION*/``: .. code-block:: Nim {.emit: """/*TYPESECTION*/ |