From: Vladimír Vondruš Date: Sun, 9 Jan 2022 20:40:40 +0000 (+0100) Subject: documentation/doxygen: fix Doxygen warning. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=b4cd75c4d25ef06bd9e27f8df3cad7b281822c88;p=blog.git 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?! --- 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 {} + +/// @}