Bug 15796 – REF_ALTTEXT doesn't work yet

Status
RESOLVED
Resolution
FIXED
Severity
enhancement
Priority
P1
Component
dlang.org
Product
D
Version
D2
Platform
x86_64
OS
Linux
Creation time
2016-03-14T18:55:00Z
Last change time
2016-04-03T13:02:27Z
Assigned to
nobody
Creator
greeenify

Comments

Comment #0 by greeenify — 2016-03-14T18:55:21Z
I would like to use the new REF_ALTTEXT syntax in the documentation in two of my pending PRs, but it doesn't seem to work yet. --------------------------------------------------------------------------- https://github.com/D-Programming-Language/phobos/pull/4026 $(REF_ALTTEXT Random access range, isRandomAccessRange, std, range, primitives) produces the following path: std/algorithm/iteration/std_range_primitives.html#.isRandomAccessRange ---------------------------------------------------------------------------- https://github.com/D-Programming-Language/phobos/pull/4079 $(REF_ALTTEXT format, formattedRead, std, format) produces std/stdio/file.by_record.html#format
Comment #1 by jakobovrum — 2016-03-14T19:11:30Z
(In reply to greenify from comment #0) > I would like to use the new REF_ALTTEXT syntax in the documentation in two > of my pending PRs, but it doesn't seem to work yet. Yeah, it seems to be broken for DDox (/library). It works for plain DDoc (/phobos). It doesn't have an override in std-ddox.ddoc; I don't remember if there was some issue implementing it or if it's an oversight, but I'll look into it, thanks!
Comment #2 by jakobovrum — 2016-04-03T13:02:27Z
It's not ideal but it's now implemented for DDox: https://github.com/D-Programming-Language/dlang.org/pull/1257 Please reopen if you think a better solution is possible.