From a29e81cb1cd217ca2096a44d01fb273e085b4e8b Mon Sep 17 00:00:00 2001 From: ferdymercury Date: Wed, 20 Mar 2024 10:44:10 +0100 Subject: [PATCH] [skip-ci] brief is for file, not for namespace In https://root.cern.ch/doc/master/namespaces.html the description of the ROOT namespace was picked form this file brief. Try to fix it this way. --- core/testsupport/src/TestSupport.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/core/testsupport/src/TestSupport.cxx b/core/testsupport/src/TestSupport.cxx index 1b66f974e7e25..4917b64f58e36 100644 --- a/core/testsupport/src/TestSupport.cxx +++ b/core/testsupport/src/TestSupport.cxx @@ -1,3 +1,4 @@ +/// \file /// \brief This file contains a specialised ROOT message handler to test for diagnostic in unit tests. /// /// \author Stephan Hageboeck