From f397fb04085ea752c26e0b32111333be9fa0ac4c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Mon, 8 Jun 2020 22:49:03 +0200 Subject: [PATCH] documentation/doxygen: haha what. --- .../test_doxygen/compound_base_derived_in_root_namespace/File.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/test_doxygen/compound_base_derived_in_root_namespace/File.h b/documentation/test_doxygen/compound_base_derived_in_root_namespace/File.h index 79fde603..e729f792 100644 --- a/documentation/test_doxygen/compound_base_derived_in_root_namespace/File.h +++ b/documentation/test_doxygen/compound_base_derived_in_root_namespace/File.h @@ -9,7 +9,7 @@ struct Base {}; namespace Namespace { /** @brief A namespaced class with both base and derived in the root NS */ -struct BothBaseAndDerivedInRootNamespace: Base {} +struct BothBaseAndDerivedInRootNamespace: Base {}; } -- 2.30.2