COMPMID-3637: Move wrapper to src

Signed-off-by: Georgios Pinitas <georgios.pinitas@arm.com>
Change-Id: I524b0c4b49c7a7035b7d078b9585d77b0d438e10
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4083
Reviewed-by: Michele Di Giorgio <michele.digiorgio@arm.com>
Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com>
Comments-Addressed: Arm Jenkins <bsgcomp@arm.com>
diff --git a/docs/ComputeLibrary.dir b/docs/ComputeLibrary.dir
index 5645113..270e7fa 100644
--- a/docs/ComputeLibrary.dir
+++ b/docs/ComputeLibrary.dir
@@ -87,30 +87,6 @@
  *  @brief Folder containing all the NEON kernels
  */
 
-/** @dir arm_compute/core/NEON/kernels/detail
- *  @brief Common code for several intrinsics implementations.
- */
-
-/** @dir arm_compute/core/NEON/wrapper
- *  @brief NEON wrapper used to simplify code
- */
-
-/** @file arm_compute/core/NEON/wrapper/traits.h
- *  @brief Traits defined on NEON vectors
- */
-
-/** @file arm_compute/core/NEON/wrapper/wrapper.h
- *  @brief Includes all wrapper headers at once
- */
-
-/** @dir arm_compute/core/NEON/wrapper/intrinsics
- *  @brief NEON intrinsics wrappers
- */
-
-/** @dir arm_compute/core/NEON/wrapper/scalar
- *  @brief Scalar operations
- */
-
 /** @dir arm_compute/core/utils
  *  @brief Common core utilities.
  */
@@ -283,6 +259,30 @@
  *  @brief Source code implementing all the arm_compute headers.
  */
 
+/** @dir src/core/NEON/kernels/detail
+ *  @brief Common code for several intrinsics implementations.
+ */
+
+/** @dir src/core/NEON/wrapper
+ *  @brief NEON wrapper used to simplify code
+ */
+
+/** @file src/core/NEON/wrapper/traits.h
+ *  @brief Traits defined on NEON vectors
+ */
+
+/** @file src/core/NEON/wrapper/wrapper.h
+ *  @brief Includes all wrapper headers at once
+ */
+
+/** @dir src/core/NEON/wrapper/intrinsics
+ *  @brief NEON intrinsics wrappers
+ */
+
+/** @dir src/core/NEON/wrapper/scalar
+ *  @brief Scalar operations
+ */
+
 /** @dir src/core/CL/cl_kernels
  *  @brief All the OpenCL kernels
  */