[Issue 15656] broken link in datetime.d documentation

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Feb 8 02:47:05 PST 2016


https://issues.dlang.org/show_bug.cgi?id=15656

ag0aep6g at gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ag0aep6g at gmail.com

--- Comment #1 from ag0aep6g at gmail.com ---
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>

--


More information about the Digitalmars-d-bugs mailing list