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.