summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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