Bug 14403 – DDox: std.algorithm index links are 404

Status
RESOLVED
Resolution
FIXED
Severity
normal
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
All
OS
All
Creation time
2015-04-03T10:37:00Z
Last change time
2016-10-01T11:45:20Z
Keywords
ddoc, pull
Assigned to
sludwig
Creator
dlang-bugzilla

Comments

Comment #0 by dlang-bugzilla — 2015-04-03T10:37:47Z
All the links in the overview table on http://dlang.org/library/std/algorithm.html are 404. Looks like the links are using _ (underscore) as the module path delimiter, but DDox expects / (forward slash).
Comment #1 by sludwig — 2016-06-02T14:56:26Z
For a proper fix needs a way to implement $(REF_ALTTEXT) for DDOX - probably via a special built-in macro.
Comment #2 by sludwig — 2016-06-02T20:33:22Z
Comment #3 by github-bugzilla — 2016-06-02T23:54:06Z
Commit pushed to master at https://github.com/dlang/dlang.org https://github.com/dlang/dlang.org/commit/8e12e01f388097bc947ef8e7ace1fef5926b3521 Merge pull request #1322 from s-ludwig/master Fix formatting of (M)REF_ALTTEXT. See issue 14403.
Comment #4 by github-bugzilla — 2016-06-03T10:23:02Z
Commits pushed to master at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e43ac92e69a6b68be6343d9461009c16d2a4c039 Use REF_ALTTEXT for overview table symbol links. See issue 14403. https://github.com/dlang/phobos/commit/28a7775fe43b70c607a788ee5cdb1a612f4b8256 Merge pull request #4395 from s-ludwig/master Use REF_ALTTEXT for overview table symbol links. See issue 14403.
Comment #5 by github-bugzilla — 2016-10-01T11:45:11Z
Comment #6 by github-bugzilla — 2016-10-01T11:45:20Z
Commits pushed to stable at https://github.com/dlang/phobos https://github.com/dlang/phobos/commit/e43ac92e69a6b68be6343d9461009c16d2a4c039 Use REF_ALTTEXT for overview table symbol links. See issue 14403. https://github.com/dlang/phobos/commit/28a7775fe43b70c607a788ee5cdb1a612f4b8256 Merge pull request #4395 from s-ludwig/master