www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 15701] New: documenation should link to line number

https://issues.dlang.org/show_bug.cgi?id=15701

          Issue ID: 15701
           Summary: documenation should link to line number
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dlang.org
          Assignee: nobody puremagic.com
          Reporter: seb wilzba.ch

Let's assume I am on the page of a function like 

https://dlang.org/library/std/algorithm/comparison/either.html

Then it would be awesome I clicking on the source code link takes me directly
to the function, e.g.

https://github.com/D-Programming-Language/phobos/blob/v2.070.0/std/algorithm/comparison.d#L1984

--
Feb 18 2016