From 8ae2318a652352f121ab6d7c4f089f28d52b57ef Mon Sep 17 00:00:00 2001 From: anonymous Date: Thu, 13 Aug 2015 13:15:57 +0200 Subject: [PATCH 1/2] fix issue 14879 - tuple documentation broken link.fix tuple.dd --- tuple.dd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tuple.dd b/tuple.dd index c8b207a8cd..f7e824e25b 100644 --- a/tuple.dd +++ b/tuple.dd @@ -1,7 +1,7 @@ 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). From 356a474ac01e2eec7264cf3d2a998a28e1753b28 Mon Sep 17 00:00:00 2001 From: anonymous Date: Thu, 13 Aug 2015 13:16:21 +0200 Subject: [PATCH 2/2] give tuple.dd a TITLE --- tuple.dd | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tuple.dd b/tuple.dd index f7e824e25b..4afe9505be 100644 --- a/tuple.dd +++ b/tuple.dd @@ -5,3 +5,6 @@ different values) refer to $(LINK2 phobos/std_typecons.html#tuple, Phobos docume 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