[Issue 12762] Missing documentation for std.range.SearchPolicy.linear

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jul 15 21:17:27 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=12762

--- Comment #2 from hsteoh at quickfur.ath.cx ---
P.S. Just for the record, here's how to build the docs:
1) git clone the dlang.org repo from github, say into /path/to/d/dlang.org
(assuming phobos lives in /path/to/d/phobos)
2) cd /path/to/d/dlang.org ; make -f posix.mak html  # this creates html and
css files in /path/to/d/dlang.org/web
3) cp -rp web ../  # copy docs to /path/to/d/web, just because that's where the
phobos makefile expects it to be
4) cd ../phobos ; make -f posix.mak html  # this will generate the phobos docs
into /path/to/d/web
5) copy /path/to/d/web to your web folder and point your browser there.

--


More information about the Digitalmars-d-bugs mailing list