Ready to make page-per-item ddocs the default?

Tobias Pankrath via Digitalmars-d digitalmars-d at puremagic.com
Fri Jan 9 12:29:23 PST 2015


On Friday, 9 January 2015 at 20:00:27 UTC, H. S. Teoh via 
Digitalmars-d wrote:
> On Fri, Jan 09, 2015 at 11:46:47AM -0800, Andrei Alexandrescu 
> via Digitalmars-d wrote:
> [...]
>> Stuff's up!
>> http://dlang.org/library-prerelease/core/stdc/complex.html. I 
>> couldn't
>> get rid of the darn space between the header name and the 
>> period.
> [...]
>
> Isn't this caused by the fact that the various *REF*/*LINK* 
> macros
> insert gratuitous  's after the link? I ran into this 
> several times
> while rewriting std.algorithm docs, and it's very annoying, 
> since it
> precludes using these macros in many places where I'd like to 
> use them.
> I've had to rephrase sentences just so the extraneous spaces 
> don't show
> up in the wrong place.
>
>
> T

In this case there is a <span class="pln"> </span> that is 16px 
wide and occupies exactly the space you want to get rid of. It 
only shows up when viewing the HTML using the Chrome developer 
tools (F12). It's not in the page source.


More information about the Digitalmars-d mailing list