COMPMID-616 - Optimizing GEMMLowp on NEON intrinsics

Change-Id: Ibbeff5d37249b6e8fc34ad496035a1511c9da5a3
Reviewed-on: http://mpd-gerrit.cambridge.arm.com/94072
Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Reviewed-by: Pablo Tello <pablo.tello@arm.com>
diff --git a/arm_compute/core/TensorShape.h b/arm_compute/core/TensorShape.h
index 3b395e7..ad10260 100644
--- a/arm_compute/core/TensorShape.h
+++ b/arm_compute/core/TensorShape.h
@@ -117,8 +117,8 @@
 
     /** Collapse the first n dimensions.
      *
+     * @param[in] n     Number of dimensions to collapse into @p first
      * @param[in] first Dimensions into which the following @p n are collapsed.
-     * @param[in] n     Number of dimensions to collapse into @p first.
      */
     void collapse(size_t n, size_t first = 0)
     {