Skip to content

Commit

Permalink
Add CXREF to changelog.dd.
Browse files Browse the repository at this point in the history
The section on split needs to reference core.time, and changelog.dd does
not appear to use std.ddoc, so CXREF needs to be defined in changelog.dd
so that the links to core.time work.
  • Loading branch information
jmdavis committed Jul 19, 2014
1 parent 0e02ae7 commit 0bfce18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changelog.dd
Expand Up @@ -8965,3 +8965,4 @@ Macros:

STDMODREF = <a href="phobos/std_$1.html">$(D $2)</a>
XREF = <a href="phobos/std_$1.html#$2">$(D $2)</a>
CXREF = <a href="phobos/core_$1.html#$2">$(D $2)</a>

0 comments on commit 0bfce18

Please sign in to comment.