[Issue 9696] New: Ddoc should provide macro on types to allow injecting links to definitions
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Mar 11 21:24:54 PDT 2013
http://d.puremagic.com/issues/show_bug.cgi?id=9696
Summary: Ddoc should provide macro on types to allow injecting
links to definitions
Product: D
Version: D2
Platform: All
OS/Version: All
Status: NEW
Keywords: ddoc
Severity: enhancement
Priority: P2
Component: DMD
AssignedTo: nobody at puremagic.com
ReportedBy: andrej.mitrovich at gmail.com
--- Comment #0 from Andrej Mitrovic <andrej.mitrovich at gmail.com> 2013-03-11 21:24:51 PDT ---
Take this for example:
http://dlang.org/phobos/std_algorithm.html#levenshteinDistanceAndPath
The return type is: "Tuple!(size_t, EditOp[])"
However EditOp is documented almost a page up, it's easy to miss.
Ddoc should add some kind of macro to the type so we can make the types
clickable, which would take us to:
http://dlang.org/phobos/std_algorithm.html#EditOp
I'm not sure if this might already be doable without touching ddoc code.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list