From: Vladimír Vondruš Date: Mon, 8 Jun 2020 20:49:03 +0000 (+0200) Subject: documentation/doxygen: haha what. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=f397fb04085ea752c26e0b32111333be9fa0ac4c;p=blog.git documentation/doxygen: haha what. --- 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 {}; }