added threadpool and cpuinfo to the docgen

This commit is contained in:
Araq
2014-11-03 10:47:14 +01:00
parent 26b4761f14
commit 59c0a2db84
2 changed files with 2 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ version 0.10
============
- Declare nimfix as beta-quality.
- implement 'static_call'
- make nimble part of the distribution
- fix babelpackagelist bug

View File

@@ -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"