From 0e936cbabd6b97132778a2d0644195b3ba495d9d Mon Sep 17 00:00:00 2001 From: Araq Date: Sat, 23 Jun 2012 09:24:02 +0200 Subject: [PATCH] docgen2 improvements --- doc/advopt.txt | 2 +- todo.txt | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/advopt.txt b/doc/advopt.txt index 8eafead742..2758e83dc2 100755 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -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 diff --git a/todo.txt b/todo.txt index f7c3791599..b8d35c2816 100755 --- a/todo.txt +++ b/todo.txt @@ -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?