diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2014-06-30 19:11:30 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2014-06-30 19:11:30 +0200 |
commit | ca8f02c7d6ecd5c0b5a9704e0aaf268cacab4242 (patch) | |
tree | e01e695ad5932173be0797e8998bbd273404ba4b /web | |
parent | dc15d37db03a7a5d323b538cf0ef961ef558d940 (diff) | |
parent | 14ba5263d3b6613156ce7b45b83b3d33dfc6840e (diff) | |
download | Nim-ca8f02c7d6ecd5c0b5a9704e0aaf268cacab4242.tar.gz |
Merge pull request #1299 from gradha/pr_documents_interfacing
Documents backend interfacing
Diffstat (limited to 'web')
-rw-r--r-- | web/nimrod.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/nimrod.ini b/web/nimrod.ini index ed8236c3e..fc652c158 100644 --- a/web/nimrod.ini +++ b/web/nimrod.ini @@ -37,7 +37,7 @@ UNIX. We don't believe this to be a coincidence. - Jeremy S. Anderson.""" [Documentation] doc: "endb;intern;apis;lib;manual;tut1;tut2;nimrodc;overview;filters;trmacros" -doc: "tools;c2nim;niminst;nimgrep;gc;estp;idetools;docgen;koch" +doc: "tools;c2nim;niminst;nimgrep;gc;estp;idetools;docgen;koch;backends.txt" pdf: "manual;lib;tut1;tut2;nimrodc;c2nim;niminst;gc" srcdoc2: "system.nim;impure/graphics;wrappers/sdl" srcdoc2: "core/macros;pure/marshal;core/typeinfo;core/unsigned" |