diff options
author | Araq <rumpf_a@web.de> | 2014-11-03 10:47:14 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-11-03 10:47:14 +0100 |
commit | 59c0a2db8427852d919f8a65cd0158d52ade2ab7 (patch) | |
tree | 71c7685f001d6dd51e36eb1272d9ad81cef3b37e /web | |
parent | 26b4761f14bbd81101dff9e1258c081b99da1a67 (diff) | |
download | Nim-59c0a2db8427852d919f8a65cd0158d52ade2ab7.tar.gz |
added threadpool and cpuinfo to the docgen
Diffstat (limited to 'web')
-rw-r--r-- | web/nim.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/nim.ini b/web/nim.ini index e982d6ec3..dd29eb330 100644 --- a/web/nim.ini +++ b/web/nim.ini @@ -43,6 +43,7 @@ pdf: "manual;lib;tut1;tut2;nimc;niminst;gc" srcdoc2: "system.nim" srcdoc2: "core/macros;pure/marshal;core/typeinfo;core/unsigned" srcdoc2: "impure/re;pure/sockets;pure/typetraits" +srcdoc2: "pure/concurrency/threadpool.nim;pure/concurrency/cpuinfo.nim" 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" |