D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 10885 - [std.range] refRange is missing from module description tables
Summary: [std.range] refRange is missing from module description tables
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D2
Hardware: All All
: P2 minor
Assignee: No Owner
URL:
Keywords: pull
Depends on:
Blocks:
 
Reported: 2013-08-24 14:11 UTC by Paolo Invernizzi
Modified: 2013-08-26 05:09 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Paolo Invernizzi 2013-08-24 14:11:01 UTC
The link is actually present in the 'Jump To' list, but not in the tables in the top description of the module content.

This is a problem as it's very easy to skip its presence, as a person is focused in exploring the module functionality reading the module description, while the refRange and companions are at the very bottom of the web page right now.
Comment 2 github-bugzilla 2013-08-26 03:38:13 UTC
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/f3e8844b3d0d00def99d7c9118497a0b699c6df1
Merge pull request #1522 from quickfur/issue10885

Add RefRange to ddoc overview (issue 10885)