summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-11-14 02:25:46 +0100
committerAraq <rumpf_a@web.de>2014-11-14 02:25:46 +0100
commit981b24f9167885fd878a53a2b057783d7964bbf5 (patch)
tree8f3c5add2cb37de1cc30fbe65dc5cd51548cb341
parenta7538a9727e8ab9cf23aff4b1a848e40e690131f (diff)
downloadNim-981b24f9167885fd878a53a2b057783d7964bbf5.tar.gz
removed outdated note
-rw-r--r--doc/tut1.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/tut1.txt b/doc/tut1.txt
index 950f758f1..1a6530e6c 100644
--- a/doc/tut1.txt
+++ b/doc/tut1.txt
@@ -1644,9 +1644,6 @@ statement is useful to split up a large module into several files:
 .. code-block:: nim
   include fileA, fileB, fileC
 
-**Note**: The documentation generator currently does not follow ``include``
-statements, so exported symbols in an include file will not show up in the
-generated documentation.
 
 
 Part 2