summary refs log tree commit diff stats
path: root/web/news.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-06-24 02:34:11 +0200
committerAraq <rumpf_a@web.de>2012-06-24 02:34:11 +0200
commit869a5aa90d91fae1e522b69cf5bf4cc330d54a23 (patch)
tree099348ab1a39712040566131725c612b2a12e116 /web/news.txt
parent2d8138768af447742e1e2a6058bdb4d9273600c3 (diff)
downloadNim-869a5aa90d91fae1e522b69cf5bf4cc330d54a23.tar.gz
doc2 improvements
Diffstat (limited to 'web/news.txt')
-rwxr-xr-xweb/news.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/news.txt b/web/news.txt
index 44068f50d..c7dbc5971 100755
--- a/web/news.txt
+++ b/web/news.txt
@@ -101,7 +101,9 @@ Compiler Additions
 - 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 includes a new advanced documentation generator 
-  via ``doc2``.
+  via the ``doc2`` command. This new generator uses all of the semantic passes
+  of the compiler and can thus generate documentation for symbols hiding in
+  macros.
 
 
 Language Additions