From a2561f0ff2bdd3fd7d968a56a19c35a59804b992 Mon Sep 17 00:00:00 2001 From: "ramy.elgammal@arm.com" Date: Fri, 16 Jun 2023 20:45:48 +0100 Subject: Fix doxygen warnings Resolves: COMPMID-6312 Signed-off-by: ramy.elgammal@arm.com Change-Id: I9f68ccd2edb8c4d03fec19e6b9c29609d4833342 Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/9806 Tested-by: Arm Jenkins Reviewed-by: Gunes Bayir Comments-Addressed: Arm Jenkins Benchmark: Arm Jenkins --- tests/framework/Framework.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'tests/framework') diff --git a/tests/framework/Framework.h b/tests/framework/Framework.h index 72ec7484d7..2dded30038 100644 --- a/tests/framework/Framework.h +++ b/tests/framework/Framework.h @@ -65,7 +65,7 @@ struct FrameworkConfig LogLevel log_level{ LogLevel::NONE }; /**< Verbosity of the output. */ bool configure_only{ false }; /**< Only configure kernels */ bool print_rerun_cmd{ false }; /**< Print the command to rerun the failed testcase */ - unsigned int seed{0}; /**< The seed that is used to fill tensors with random values.*/ + unsigned int seed{ 0 }; /**< The seed that is used to fill tensors with random values.*/ }; /** Information about a test case. @@ -123,8 +123,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); @@ -361,7 +359,7 @@ private: bool _configure_only{ false }; bool _new_fixture_call{ false }; bool _print_rerun_cmd{ false }; - unsigned int _seed {0}; + unsigned int _seed{ 0 }; using create_function = std::unique_ptr(); std::map _available_instruments{}; -- cgit v1.2.1