From 981b24f9167885fd878a53a2b057783d7964bbf5 Mon Sep 17 00:00:00 2001 From: Araq Date: Fri, 14 Nov 2014 02:25:46 +0100 Subject: [PATCH] removed outdated note --- doc/tut1.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/tut1.txt b/doc/tut1.txt index 950f758f19..1a6530e6c9 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