diff options
author | Araq <rumpf_a@web.de> | 2012-06-23 08:41:11 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-23 08:41:11 +0200 |
commit | 01ab5948aab5f8a9533392f2d2dc5ca98e5e1458 (patch) | |
tree | 61b13b8e863ca81a429317ba001380a2e4c4f439 /web/news.txt | |
parent | 720c04cb6f48118ea6a60bca6fb9e23959842d6c (diff) | |
download | Nim-01ab5948aab5f8a9533392f2d2dc5ca98e5e1458.tar.gz |
first implementation of docgen2
Diffstat (limited to 'web/news.txt')
-rwxr-xr-x | web/news.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt index 55cfd7853..44068f50d 100755 --- a/web/news.txt +++ b/web/news.txt @@ -100,7 +100,8 @@ Compiler Additions option or pragma. - The compiler now generates marker procs that the GC can use instead of RTTI. This speeds up the GC quite a bit. -- The compiler now supports OpenMP's parallel for loop. +- The compiler now includes a new advanced documentation generator + via ``doc2``. Language Additions |