www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.learn - feature request for dlang.org library preview

reply Steven Schveighoffer <schveiguy yahoo.com> writes:
So I just noticed, when I click on "source code" button for a function 
in dlang.org library preview, it brings me to the source code as of that 
release, but to the file itself (on github).

I'd like it to go to the specific line where that function is defined 
instead. I'm not sure if we need updated output from dmd, or if this is 
all ddox, so I don't know where to file this feature request. Does one 
file ddox requests on issues.dlang.org?

-Steve
Mar 26 2015
parent =?UTF-8?B?U8O2bmtlIEx1ZHdpZw==?= <sludwig rejectedsoftware.com> writes:
Am 26.03.2015 um 21:36 schrieb Steven Schveighoffer:
 So I just noticed, when I click on "source code" button for a function
 in dlang.org library preview, it brings me to the source code as of that
 release, but to the file itself (on github).

 I'd like it to go to the specific line where that function is defined
 instead. I'm not sure if we need updated output from dmd, or if this is
 all ddox, so I don't know where to file this feature request. Does one
 file ddox requests on issues.dlang.org?

 -Steve
This had actually already been implemented, but obviously got broken at some point. I'll look into that. As for bug reports, there are some of them on issues.dlang.org, but the more direct way would be to file them at the ddox repository on github (even if this particular issue is really specific to dlang.org).
Apr 07 2015