https://issues.dlang.org/show_bug.cgi?id=15656
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #1 from [email protected] --- I suppose this is about the ddox pages [1], right? The link is broken there, but it's fine on the ddoc pages [2]. The underscore is there for a reason: Without it, "datetime" would be highlighted by ddoc, which would garble the URL, breaking the link. That ddox carries over the underscore literally seems to be a bug, or at least an incompatibility between ddox and ddoc. So, fixing this will be more complicated than just removing the underscore, unfortunately. [1] <http://dlang.org/library/std/datetime.html>, <http://dlang.org/library-prerelease/std/datetime.html> [2] <http://dlang.org/phobos/std_datetime.html>, <http://dlang.org/phobos-prerelease/std_datetime.html> --
