diff options
author | Araq <rumpf_a@web.de> | 2014-11-14 02:25:46 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-11-14 02:25:46 +0100 |
commit | 981b24f9167885fd878a53a2b057783d7964bbf5 (patch) | |
tree | 8f3c5add2cb37de1cc30fbe65dc5cd51548cb341 | |
parent | a7538a9727e8ab9cf23aff4b1a848e40e690131f (diff) | |
download | Nim-981b24f9167885fd878a53a2b057783d7964bbf5.tar.gz |
removed outdated note
-rw-r--r-- | doc/tut1.txt | 3 |
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 |