chiark / gitweb /
documentation/doxygen: haha what.
authorVladimír Vondruš <mosra@centrum.cz>
Mon, 8 Jun 2020 20:49:03 +0000 (22:49 +0200)
committerVladimír Vondruš <mosra@centrum.cz>
Mon, 8 Jun 2020 22:27:47 +0000 (00:27 +0200)
documentation/test_doxygen/compound_base_derived_in_root_namespace/File.h

index 79fde6033a42b0e099572e876c0fe6a35a9f908b..e729f79283d216b234774eda854d6df670e80490 100644 (file)
@@ -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 {};
 
 }