docgen2 improvements

This commit is contained in:
Araq
2012-06-23 09:24:02 +02:00
parent 1acc7a09c5
commit 0e936cbabd
2 changed files with 1 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ Advanced commands:
//compileToC, cc compile project with C code generator
//compileToCpp, cpp compile project to C++ code
//compileToOC, objc compile project to Objective C code
//doc2 generate the documentation for the project
//doc2 generate the documentation for the whole project
//rst2html convert a reStructuredText file to HTML
//rst2tex convert a reStructuredText file to TeX
//buildIndex build an index for the whole documentation

View File

@@ -1,8 +1,6 @@
version 0.9.0
=============
- test new doc2 generator
Debug GC session:
- bug: stress testing basic method example (eval example)
without ``-d:release`` leaks memory?