COMPMID-2911 Fix doxygen

Signed-off-by: SiCong Li <sicong.li@arm.com>
Change-Id: If901b8bf30e813a8878f7052bdc613cc7e38e1e6
Reviewed-on: https://review.mlplatform.org/c/2383
Reviewed-by: Georgios Pinitas <georgios.pinitas@arm.com>
Tested-by: Georgios Pinitas <georgios.pinitas@arm.com>
diff --git a/docs/00_introduction.dox b/docs/00_introduction.dox
index 24e119c..476023b 100644
--- a/docs/00_introduction.dox
+++ b/docs/00_introduction.dox
@@ -291,8 +291,8 @@
     - @ref CLGEMMDeconvolutionLayer
     - @ref NEDeconvolutionLayer
  - Added SYMMETRIC and REFLECT modes for @ref CLPadLayerKernel / @ref CLPadLayer.
- - Replaced the calls to @ref NECopyKernel and @ref NEMemsetKernel with @ref NEPadLayer in @ref NEGenerateProposals.
- - Replaced the calls to @ref CLCopyKernel and @ref CLMemsetKernel with @ref CLPadLayer in @ref CLGenerateProposals.
+ - Replaced the calls to @ref NECopyKernel and @ref NEMemsetKernel with @ref NEPadLayer in @ref NEGenerateProposalsLayer.
+ - Replaced the calls to @ref CLCopyKernel and @ref CLMemsetKernel with @ref CLPadLayer in @ref CLGenerateProposalsLayer.
  - Improved performance for CL Inception V3 - FP16.
  - Improved accuracy for CL Inception V3 - FP16 by enabling FP32 accumulator (mixed-precision).
  - Improved NEON performance by enabling fusing batch normalization with convolution and depth-wise convolution layer.