diff options
author | Matthew White <mehw.is.me@inventati.org> | 2017-07-24 08:02:35 (GMT) |
---|---|---|
committer | Matthew White <mehw.is.me@inventati.org> | 2017-08-03 03:38:51 (GMT) |
commit | 818f0458205a2965f0a676265e2454450a4c3455 (patch) | |
tree | 52f32c4887031f14b868957835e62701ad6586b1 /VERSION | |
parent | fce142b4282d80f16fff53ba1cbd2572119b17ef (diff) | |
download | Doxygen-818f0458205a2965f0a676265e2454450a4c3455.zip Doxygen-818f0458205a2965f0a676265e2454450a4c3455.tar.gz Doxygen-818f0458205a2965f0a676265e2454450a4c3455.tar.bz2 |
Add variadic template function regression tests
* testing/069_link_variadic_template.cpp: new file, @link regression
test for variadic template function
* testing/069/069__link__variadic__template_8cpp.xml: new file, expected
@link regression test result for variadic template function
* testing/070_ref_variadic_template.cpp: new file, @ref regression
test for variadic template function
* testing/070/070__ref__variadic__template_8cpp.xml: new file, expected
@ref regression test result for variadic template function
At the time of writing, the part between <> is totally ignored:
func<Args...>(Args... args) is interpreted as func(Args... args).
Beware that a function parameter with either a & or * operator, e.g.
'const Args&... args', requires @link and @ref to use such parameter
as verbatim, i.e. {@link func(const Args&... args)}. At the time of
writing, the form {@link func(const Args&...)} will fail, unless the
function parameter was declared just as 'const Args&...'.
Diffstat (limited to 'VERSION')
0 files changed, 0 insertions, 0 deletions