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

Brad Anderson via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 6 16:42:12 PST 2015


On Wednesday, 7 January 2015 at 00:06:28 UTC, Danny wrote:
> http://dlang.org/library/core/math/ldexp.html
>
> "Compute n * 2⊃"
>
> Huh?

Weird.

It's `Compute n * 2$(SUP exp)` in the source[1]. SUP is a locally 
defined macro. Maybe ddox doesn't like local macros?

1. 
https://github.com/D-Programming-Language/druntime/blob/v2.066.1/src/core/math.d#L96


More information about the Digitalmars-d mailing list