diff options
author | Araq <rumpf_a@web.de> | 2012-06-23 16:32:14 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-23 16:32:14 +0200 |
commit | 3c985184876f47127dc055d7e7661f228e261d22 (patch) | |
tree | 7293f79a772c14dfd6b285af22050d325ef99e1f /lib/system/sysio.nim | |
parent | 0e936cbabd6b97132778a2d0644195b3ba495d9d (diff) | |
download | Nim-3c985184876f47127dc055d7e7661f228e261d22.tar.gz |
docgen2 improvements
Diffstat (limited to 'lib/system/sysio.nim')
-rwxr-xr-x | lib/system/sysio.nim | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/system/sysio.nim b/lib/system/sysio.nim index 0180bcdae..adcb32b42 100755 --- a/lib/system/sysio.nim +++ b/lib/system/sysio.nim @@ -8,9 +8,9 @@ # -## Nimrod's standard IO library. It contains high-performance -## routines for reading and writing data to (buffered) files or -## TTYs. +# Nimrod's standard IO library. It contains high-performance +# routines for reading and writing data to (buffered) files or +# TTYs. {.push debugger:off .} # the user does not want to trace a part # of the standard library! |