From b4cd75c4d25ef06bd9e27f8df3cad7b281822c88 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 9 Jan 2022 21:40:40 +0100 Subject: [PATCH] documentation/doxygen: fix Doxygen warning. Funnily enough this doesn't make the multiline brief bug go away. So what's even the point of checking those, Doxygen?! --- documentation/test_doxygen/contents_autobrief_multiline/File.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/test_doxygen/contents_autobrief_multiline/File.h b/documentation/test_doxygen/contents_autobrief_multiline/File.h index e583734c..6853a5fd 100644 --- a/documentation/test_doxygen/contents_autobrief_multiline/File.h +++ b/documentation/test_doxygen/contents_autobrief_multiline/File.h @@ -2,3 +2,5 @@ /// @{ /// Second line of a brief output gets ignored with a warning namespace Namespace {} + +/// @} -- 2.30.2