Skip to content

Commit

Permalink
Merge pull request #1064 from aG0aep6G/14879
Browse files Browse the repository at this point in the history
fix 14879 - tuple documentation broken link
  • Loading branch information
DmitryOlshansky committed Aug 15, 2015
2 parents 233a280 + 356a474 commit cf535ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tuple.dd
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Ddoc

For documentation on tuples that are commonly present in other languages (anonymous runtime entity that groups
different values) refer to $(LINK2 std_typecons.html#tuple, Phobos documentation on std.typecons.tuple)
different values) refer to $(LINK2 phobos/std_typecons.html#tuple, Phobos documentation on std.typecons.tuple)

You may be also looking for documentation for built-in $(LINK2 ctarguments.html, compile-time argument lists)
which can be sometimes referred as "tuples" too (though it is discouraged).

Macros:
TITLE=Tuples

0 comments on commit cf535ca

Please sign in to comment.