On Friday, 2 January 2015 at 23:03:19 UTC, Walter Bright wrote:
On 12/31/2014 4:39 PM, Adam D. Ruppe wrote:
But the point is translating a module name to a Phobos link
requires
transformation code too complex for a ddoc macro...
In my C++ compiler library documentation, I made a point in the
code examples to hyperlink every call to a library function to
the documentation for that library function.
Yes, it would be nice to make this automatic.
ironically needing something like LUCKY - an external search
engine - to fix...
LUCKY isn't the only macro I use to make horrific url's
palatable. I also use them for Amazon links, for example.
by the way, how about a link in the docs to source for methods,
types and everything?