Merge branch 'devel' of https://github.com/nim-lang/Nim into devel

This commit is contained in:
Andreas Rumpf
2016-01-19 09:42:19 +01:00
4 changed files with 4 additions and 10 deletions

View File

@@ -88,7 +88,7 @@ Multiline comments support nesting:
proc p[T](x: T) = discard
]#
Multiline documentation comments look like and support nesting too:
Multiline documentation comments also exist and support nesting too:
.. code-block:: nim
proc foo =

View File

@@ -24,10 +24,9 @@ This installation method is the preferred way for Linux, Mac OS X, and other Uni
like systems. Binary packages may be provided later.
Download one of these:
Download this:
* `nim-0.13.0.zip (28 MB) <download/nim-0.13.0.zip>`_
* `nim-0.13.0.tar.xz (2.6MB) <download/nim-0.13.0.tar.xz>`_
* `nim-0.13.0.tar.xz (3.1MB) <download/nim-0.13.0.tar.xz>`_
Extract the file and follow these instructions:

View File

@@ -70,7 +70,7 @@ code like ``0..kArraySize div 2 -1`` needs to be changed to
This release also adds multi-line comments to Nim. The syntax for them is:
``#[ comment here ]#``. For more details read the section of
the `manual <manual#multiline-comments>`_.
the `manual <docs/manual.html#lexical-analysis-multiline-comments>`_.
Iterator changes
~~~~~~~~~~~~~~~~

View File

@@ -18,9 +18,4 @@
<p>First official Nim conference will be in Kyiv!</p>
</a>
<a class="news" href="news.html#Z2015-05-04-version-0-11-2-released">
<h4>May 4, 2015</h4>
<p>Nim version 0.11.2 has been released!</p>
</a>
<a href="news.html" class="blue">See All News...</a>