Thread overview
[Issue 10365] Anchors in ddoc are generated with a leading dot
Aug 09, 2014
Nick Treleaven
Dec 17, 2022
Iain Buclaw
August 09, 2014
https://issues.dlang.org/show_bug.cgi?id=10365

Nick Treleaven <ntrel-public@yahoo.co.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ntrel-public@yahoo.co.uk

--- Comment #5 from Nick Treleaven <ntrel-public@yahoo.co.uk> ---
BTW this is by design. When we added qualified anchors, I wanted to keep all existing anchors working. This would have been broken without the leading dot, e.g.:

Foo.bar
bar

Foo.bar gets the original anchor 'bar', bar also gets the new anchor '.bar'. Without the dot, an existing link to 'bar' would change from pointing to the 1st to the 2nd item.

--
June 09, 2015
https://issues.dlang.org/show_bug.cgi?id=10365

Andrei Alexandrescu <andrei@erdani.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Version|future                      |D2

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=10365

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P3

--