diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-11 22:14:31 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2013-06-16 22:39:38 +0200 |
commit | d18d6ba019a512d579592b476aa8fec844879267 (patch) | |
tree | b06b3d4367e8448a6bb0eb4fd50988c198a274ee /doc/nimrodc.txt | |
parent | 1dfea2a36273865c5355f679bc824561c7b3de57 (diff) | |
download | Nim-d18d6ba019a512d579592b476aa8fec844879267.tar.gz |
Starts idetools specific documentation.
Diffstat (limited to 'doc/nimrodc.txt')
-rw-r--r-- | doc/nimrodc.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/nimrodc.txt b/doc/nimrodc.txt index 339cee382..889fb2ced 100644 --- a/doc/nimrodc.txt +++ b/doc/nimrodc.txt @@ -443,6 +443,14 @@ in C/C++). **Note**: This pragma will not exist for the LLVM backend. +Nimrod idetools integration +======================= + +Nimrod provides language integration with external IDEs through the +idetools command. See the documentation of `idetools <idetools.html>`_ +for further information. + + Nimrod interactive mode ======================= |