diff options
author | Simon Hafner <hafnersimon@gmail.com> | 2014-04-19 16:05:06 -0500 |
---|---|---|
committer | Simon Hafner <hafnersimon@gmail.com> | 2014-04-19 16:05:06 -0500 |
commit | 1f9f34b9a747b313a85c1e9a15e3a0fdb5f2255a (patch) | |
tree | bc01308a1713d3551d5fb3faa2801b6e6d75e98c | |
parent | 23e9ed81a274bd4c6420d9c900e7275f59125f95 (diff) | |
parent | 6ee17172383a6fd11c3ff442903fc7301880d8fc (diff) | |
download | Nim-1f9f34b9a747b313a85c1e9a15e3a0fdb5f2255a.tar.gz |
Merge pull request #1111 from gradha/pr_mentions_jsondoc_command
Mentions jsondoc in compiler advanced help.
-rw-r--r-- | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 0ebc85370..f5ff90791 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -4,6 +4,7 @@ Advanced commands: //compileToOC, objc compile project to Objective C code //rst2html convert a reStructuredText file to HTML //rst2tex convert a reStructuredText file to TeX + //jsondoc extract the documentation to a json file //buildIndex build an index for the whole documentation //run run the project (with Tiny C backend; buggy!) //genDepend generate a DOT file containing the |