diff options
author | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-04-19 21:45:39 +0200 |
---|---|---|
committer | Grzegorz Adam Hankiewicz <gradha@imap.cc> | 2014-04-19 22:42:22 +0200 |
commit | dd6c5f8929c45926f60f71cfac2bf574c883267b (patch) | |
tree | 86ab151f5d1d4ccb5bd10ab6961c3a54988d1076 /koch.nim | |
parent | 23e9ed81a274bd4c6420d9c900e7275f59125f95 (diff) | |
download | Nim-dd6c5f8929c45926f60f71cfac2bf574c883267b.tar.gz |
Adds documentation about koch.
Diffstat (limited to 'koch.nim')
-rw-r--r-- | koch.nim | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim index 9d59344f2..054db4f8f 100644 --- a/koch.nim +++ b/koch.nim @@ -6,6 +6,8 @@ # See the file "copying.txt", included in this # distribution, for details about the copyright. # +# See doc/koch.txt for documentation. +# when defined(gcc) and defined(windows): when defined(x86): |