COMPMID-1578: Add ShuffleNet graph example

Change-Id: I0e577568b74cf5b2285e6f8c51f8403c9d5f78d2
Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/148747
Tested-by: bsgcomp <bsgcomp@arm.com>
Reviewed-by: Michalis Spyrou <michalis.spyrou@arm.com>
diff --git a/examples/graph_squeezenet_v1_1.cpp b/examples/graph_squeezenet_v1_1.cpp
index 013664d..de3d4e8 100644
--- a/examples/graph_squeezenet_v1_1.cpp
+++ b/examples/graph_squeezenet_v1_1.cpp
@@ -31,11 +31,7 @@
 using namespace arm_compute::graph::frontend;
 using namespace arm_compute::graph_utils;
 
-/** Example demonstrating how to implement Squeezenet's v1.1 network using the Compute Library's graph API
- *
- * @param[in] argc Number of arguments
- * @param[in] argv Arguments
- */
+/** Example demonstrating how to implement Squeezenet's v1.1 network using the Compute Library's graph API */
 class GraphSqueezenet_v1_1Example : public Example
 {
 public: