www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15796] New: REF_ALTTEXT doesn't work yet

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 puremagic.com
          Reporter: greeenify 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:




----------------------------------------------------------------------------

https://github.com/D-Programming-Language/phobos/pull/4079

$(REF_ALTTEXT format, formattedRead, std, format)

produces 

std/stdio/file.by_record.html#format

--
Mar 14 2016