From 9142257c60caf8161189652616f5b68f70bba9a4 Mon Sep 17 00:00:00 2001 From: Marko Ristin Date: Fri, 19 Jan 2024 14:35:46 +0100 Subject: [PATCH] Remove redundant curly bracked in C++ (#433) We mistakenly forgot to remove a curly bracket when removing string interpolation in C++ generator. --- .../test_main/aas_core_meta.v3/expected_output/enhancing.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_data/cpp/test_main/aas_core_meta.v3/expected_output/enhancing.hpp b/test_data/cpp/test_main/aas_core_meta.v3/expected_output/enhancing.hpp index 2390a811e..1d5092f64 100644 --- a/test_data/cpp/test_main/aas_core_meta.v3/expected_output/enhancing.hpp +++ b/test_data/cpp/test_main/aas_core_meta.v3/expected_output/enhancing.hpp @@ -18,7 +18,7 @@ namespace aas_3_0 { /** * \defgroup enhancing Enhance instances of the model with your custom enhancements. - * @{{ + * @{ */ namespace enhancing {