aboutsummaryrefslogtreecommitdiff
path: root/tests/framework/Framework.h
diff options
context:
space:
mode:
authorramy.elgammal@arm.com <ramy.elgammal@arm.com>2023-06-16 20:45:48 +0100
committerramy.elgammal@arm.com <ramy.elgammal@arm.com>2023-06-28 11:22:37 +0100
commit71040f931d92ff5fd7d6b33704175eacfbe2c2ee (patch)
tree090a825bcd9a73639b507f8eeb5df5be591a751d /tests/framework/Framework.h
parent604a35bdd9cfa8c4221ac146fb29b9166d78d045 (diff)
downloadComputeLibrary-71040f931d92ff5fd7d6b33704175eacfbe2c2ee.tar.gz
Fix doxygen warnings
Resolves: COMPMID-6312 Signed-off-by: ramy.elgammal@arm.com <ramy.elgammal@arm.com> Change-Id: I9f68ccd2edb8c4d03fec19e6b9c29609d4833342 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9806 Tested-by: Arm Jenkins <bsgcomp@arm.com> Reviewed-by: Gunes Bayir <gunes.bayir@arm.com> Comments-Addressed: Arm Jenkins <bsgcomp@arm.com> Benchmark: Arm Jenkins <bsgcomp@arm.com>
Diffstat (limited to 'tests/framework/Framework.h')
-rw-r--r--tests/framework/Framework.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/framework/Framework.h b/tests/framework/Framework.h
index 274f03a922..3161b717e5 100644
--- a/tests/framework/Framework.h
+++ b/tests/framework/Framework.h
@@ -121,8 +121,6 @@ public:
* registering test cases.
*
* @param[in] name Name of the added test suite.
- *
- * @return Name of the current test suite.
*/
void push_suite(std::string name);