diff options
author | Araq <rumpf_a@web.de> | 2012-06-23 09:24:02 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-06-23 09:24:02 +0200 |
commit | 0e936cbabd6b97132778a2d0644195b3ba495d9d (patch) | |
tree | 65d7792a58a7ebc50baad6ef81f94eca2d800579 | |
parent | 1acc7a09c589926a286daaaed11f385c355f3001 (diff) | |
download | Nim-0e936cbabd6b97132778a2d0644195b3ba495d9d.tar.gz |
docgen2 improvements
-rwxr-xr-x | doc/advopt.txt | 2 | ||||
-rwxr-xr-x | todo.txt | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 8eafead74..2758e83dc 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 f7c379159..b8d35c281 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? |