Skip to content

Commit 17722cf

Browse files
committed
Rebase
Created using spr 1.3.6-beta.1
2 parents 9ac14c7 + f5cd874 commit 17722cf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

clang-tools-extra/test/clang-doc/templates.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ void function<bool, 0>(bool x) {}
100100

101101
/// A Tuple type
102102
///
103-
/// Does nothing.
103+
/// Does Tuple things.
104104
template<typename ...Tys>
105105
struct tuple{};
106106

@@ -154,3 +154,4 @@ tuple<int,int,bool> func_with_tuple_param(tuple<int,int,bool> t){ return t;}
154154
// MD: *Defined at {{.*}}templates.cpp#[[# @LINE - 44]]*
155155
// MD: A function with a tuple parameter
156156
// MD: **t** The input to func_with_tuple_param
157+

0 commit comments

Comments
 (0)