How does one get to the root of a package in ddox?
Martin Nowak via Digitalmars-d
digitalmars-d at puremagic.com
Sat Jun 11 06:21:31 PDT 2016
On 04/16/2016 07:38 AM, Sönke Ludwig wrote:
> Am 15.04.2016 um 22:38 schrieb Andrei Alexandrescu:
>> Say you're on https://dlang.org/library/std/range/primitives.html and
>> try to find your way to https://dlang.org/library/std/range.html.
>>
>> Clicking on "range" in the navigation panel doesn't help - it just
>> collapses/expands the tree branch.
Also the links in the fully qualified name (at the top) should include
links to the package.
Module std.range.primitives
(https://dlang.org/library/std/range/primitives.html)
range -> std/range.html
Enum member std.range.primitives.isOutputRange
(https://dlang.org/library/std/range/primitives/is_output_range.html)
range -> std/range.html
primitives -> std/range/primitives.html
More information about the Digitalmars-d
mailing list