Fix a lot of Doxygen warnings in Tensor module

This commit is contained in:
Christoph Hertzberg
2018-10-09 20:22:47 +02:00
parent f6359ad795
commit 3f2c8b7ff0
9 changed files with 168 additions and 166 deletions

View File

@@ -35,7 +35,7 @@ struct StaticIf<true, T> {
/// \struct Tuple
/// \brief is a fixed-size collection of heterogeneous values
/// \ztparam Ts... - the types of the elements that the tuple stores.
/// \tparam Ts... - the types of the elements that the tuple stores.
/// Empty list is supported.
template <class... Ts>
struct Tuple {};