Downgrades public module comments to private level.

This avoids the weird concatenation in the final system.html file which
doesn't make any sense.
This commit is contained in:
Grzegorz Adam Hankiewicz
2014-08-05 17:07:43 +02:00
parent 8aa0be82d4
commit 1daa54e5a2
2 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@
# distribution, for details about the copyright.
#
## Atomic operations for Nimrod.
# Atomic operations for Nimrod.
{.push stackTrace:off.}
const someGcc = defined(gcc) or defined(llvm_gcc) or defined(clang)

View File

@@ -7,8 +7,8 @@
# distribution, for details about the copyright.
#
## Nimrod support for C/C++'s `wide strings`:idx:. This is part of the system
## module! Do not import it directly!
# Nimrod support for C/C++'s `wide strings`:idx:. This is part of the system
# module! Do not import it directly!
when not defined(NimString):
{.error: "You must not import this module explicitly".}