diff --git a/include/matx/core/tensor.h b/include/matx/core/tensor.h index 94b093910..392d72cfb 100644 --- a/include/matx/core/tensor.h +++ b/include/matx/core/tensor.h @@ -229,8 +229,8 @@ class tensor_t : public detail::tensor_impl_t { /** * Constructor for a rank-0 tensor. * - * @param shape - * Tensor shape (empty braces) + * NOTE: Use empty braces {} for the unused parameter. + * */ __MATX_INLINE__ tensor_t(const std::initializer_list /* unused */) : // The ctor argument is unused, but matches {} for rank-0 tensors. We do