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!