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