aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/Error.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/Error.h')
-rw-r--r--arm_compute/core/Error.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arm_compute/core/Error.h b/arm_compute/core/Error.h
index f178936ede..ce395ccfae 100644
--- a/arm_compute/core/Error.h
+++ b/arm_compute/core/Error.h
@@ -32,6 +32,8 @@ namespace arm_compute
/** Ignores unused arguments
*
* @tparam T Argument types
+ *
+ * @param[in] ... Ignored arguments
*/
template <typename... T>
inline void ignore_unused(T &&...)