[Issue 15796] New: REF_ALTTEXT doesn't work yet
via Digitalmars-d-bugs
digitalmars-d-bugs at puremagic.com
Mon Mar 14 11:55:21 PDT 2016
https://issues.dlang.org/show_bug.cgi?id=15796
Issue ID: 15796
Summary: REF_ALTTEXT doesn't work yet
Product: D
Version: D2
Hardware: x86_64
OS: Linux
Status: NEW
Severity: enhancement
Priority: P1
Component: dlang.org
Assignee: nobody at puremagic.com
Reporter: greeenify at gmail.com
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
--
More information about the Digitalmars-d-bugs
mailing list