[phobos] [D-Programming-Language/phobos] 54101e: Fix broken ddoc build for std/regex/package.d.
GitHub via phobos
phobos at puremagic.com
Sat Dec 6 12:37:04 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/phobos
Commit: 54101e8d62b89d38d801c1364e502bc5ba6f6fc7
https://github.com/D-Programming-Language/phobos/commit/54101e8d62b89d38d801c1364e502bc5ba6f6fc7
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M posix.mak
Log Message:
-----------
Fix broken ddoc build for std/regex/package.d.
Commit: ad44c0bc7abd1ed25add3c741440b79ef5251ee9
https://github.com/D-Programming-Language/phobos/commit/ad44c0bc7abd1ed25add3c741440b79ef5251ee9
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M std/range/interfaces.d
M std/range/package.d
M std/range/primitives.d
Log Message:
-----------
Update std.range.* docs.
The previous docs were simply dissected from the original std.range docs, and
the text in each module is truncated and awkward to read. The main package.d
docs were also missing links to the submodules. So, update the docs to reflect
the current state of things.
Commit: 33af62ec896a132df5bde8afc37033f7b915abbc
https://github.com/D-Programming-Language/phobos/commit/33af62ec896a132df5bde8afc37033f7b915abbc
Author: H. S. Teoh <hsteoh at quickfur.ath.cx>
Date: 2014-12-01 (Mon, 01 Dec 2014)
Changed paths:
M std/range/package.d
Log Message:
-----------
Fix broken PHOBOSSRC link.
This is caused by Ddoc's "helpful" auto-highlighting of every occurrence of the
name of the module, including places where it's not very helpful.
Commit: 67605b53dc30967e05c443845beb44d90050a206
https://github.com/D-Programming-Language/phobos/commit/67605b53dc30967e05c443845beb44d90050a206
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-12-06 (Sat, 06 Dec 2014)
Changed paths:
M posix.mak
M std/range/interfaces.d
M std/range/package.d
M std/range/primitives.d
Log Message:
-----------
Merge pull request #2771 from quickfur/issue13766
Issue 13766: Fix broken ddoc build for std/regex/package.d.
Compare: https://github.com/D-Programming-Language/phobos/compare/decdffe184b0...67605b53dc30
More information about the phobos
mailing list