Skip to content

Commit

Permalink
fix links into sub-packages
Browse files Browse the repository at this point in the history
XREF doesn't support sub-packages. REF does.
  • Loading branch information
aG0aep6G committed Apr 26, 2016
1 parent d55d25c commit 0ac2a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions changelog.dd
Expand Up @@ -21,9 +21,9 @@ $(BUGSTITLE Library Changes,
$(LI $(XREF regex, regex) now supports inline comments with (?#...) syntax.)
$(LI std.regex had numerous optimization applied, compile-time $(XREF regex, ctRegex)
should now be generally faster then the run-time version.)
$(LI $(XREF range, primitives, moveAt) accepts only `size_t` for its index
$(LI $(REF moveAt, std,range,primitives) accepts only `size_t` for its index
arguments.)
$(LI $(XREF algorithm, sorting, isStrictlyMonotonic) which doesn't allow
$(LI $(REF isStrictlyMonotonic, std,algorithm,sorting) which doesn't allow
equal values was added.)
$(LI $(REF readLink, std,file) and $(REF symlink, std,file) have been
rangified.)
Expand Down Expand Up @@ -72,7 +72,7 @@ assert(m.front[1] == "12");
)

$(LI $(LNAME2 mutation, `std.algorithm.mutation` was exposed)
$(P $(XREF algorithm, mutation, swapAt) allows to swap elements
$(P $(REF swapAt, std,algorithm,mutation) allows to swap elements
of a RandomAccessRange by their indices.
)
)
Expand Down

0 comments on commit 0ac2a56

Please sign in to comment.