doc2 improvements

This commit is contained in:
Araq
2012-06-24 02:34:11 +02:00
parent 2d8138768a
commit 869a5aa90d
10 changed files with 27 additions and 22 deletions

View File

@@ -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