summaryrefslogtreecommitdiff
path: root/src/core/smallvec_type.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/smallvec_type.hpp')
-rw-r--r--src/core/smallvec_type.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/smallvec_type.hpp b/src/core/smallvec_type.hpp
index b7d984670..4c6c8bf04 100644
--- a/src/core/smallvec_type.hpp
+++ b/src/core/smallvec_type.hpp
@@ -22,8 +22,8 @@
* to care about that you grab an item which is
* inside the list.
*
- * @param T The type of the items stored
- * @param S The steps of allocation
+ * @tparam T The type of the items stored
+ * @tparam S The steps of allocation
*/
template <typename T, uint S>
class SmallVector {