D issues are now tracked on GitHub. This Bugzilla instance remains as a read-only archive.
Issue 1205 - Make links from phobos web pages to source code
Summary: Make links from phobos web pages to source code
Status: RESOLVED FIXED
Alias: None
Product: D
Classification: Unclassified
Component: dlang.org (show other issues)
Version: D1 (retired)
Hardware: All All
: P2 enhancement
Assignee: Walter Bright
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-30 22:59 UTC by Bill Baxter
Modified: 2014-02-16 15:23 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Bill Baxter 2007-04-30 22:59:27 UTC
It would be handy if there were a link on all the phobos web pages that pointed to the source code for the given module.  Especially given the current documentation, I often find myself going to the source frequently to find out what one particular bit of cryptically terse documentation really means.  It would also help advertise the fact that Phobos is open source.

If you want to get fancy then you could have per-function links, but I'd be happy with just per-module links.
Comment 1 Walter Bright 2007-06-30 20:37:34 UTC
This is a very good idea, but it'll take a bit of work to set up.
Comment 2 Yao Gomez 2012-02-04 22:19:17 UTC
This has been resolved. Both Phobos and druntime web pages point to the source code in GitHub. For example, check this examples:

Phobos
* http://dlang.org/phobos/std_concurrency.html

Druntime:
* http://dlang.org/phobos/core_thread.html

This bug report should be closed.
Comment 3 Bill Baxter 2012-02-04 22:24:15 UTC
Cool!  I'll close it.