diff options
Diffstat (limited to 'web/nimrod.ini')
-rw-r--r-- | web/nimrod.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/web/nimrod.ini b/web/nimrod.ini index af9ac0cd9..38a906ac5 100644 --- a/web/nimrod.ini +++ b/web/nimrod.ini @@ -37,11 +37,11 @@ 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" -doc: "tools;c2nim;niminst;nimgrep;gc;estp;idetools;docgen;koch;backends.txt" -pdf: "manual;lib;tut1;tut2;nimrodc;c2nim;niminst;gc" +doc: "tools;niminst;nimgrep;gc;estp;idetools;docgen;koch;backends.txt" +pdf: "manual;lib;tut1;tut2;nimrodc;niminst;gc" srcdoc2: "system.nim;impure/graphics;wrappers/sdl" srcdoc2: "core/macros;pure/marshal;core/typeinfo;core/unsigned" -srcdoc2: "impure/re;pure/sockets" +srcdoc2: "impure/re;pure/sockets;pure/typetraits" srcdoc: "system/threads.nim;system/channels.nim;js/dom" srcdoc2: "pure/os;pure/strutils;pure/math;pure/matchers;pure/algorithm" srcdoc2: "pure/complex;pure/times;pure/osproc;pure/pegs;pure/dynlib" |