From fa39bf18c626be24678816aac231fb8e5e8870fa Mon Sep 17 00:00:00 2001 From: =?utf8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 11 Feb 2018 00:23:28 +0100 Subject: [PATCH] doxygen: test that search keywords inside sections are bubbled up. They aren't. --- doxygen/test/search/Dir/File.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doxygen/test/search/Dir/File.h b/doxygen/test/search/Dir/File.h index 176292fd..8785fe33 100644 --- a/doxygen/test/search/Dir/File.h +++ b/doxygen/test/search/Dir/File.h @@ -20,7 +20,8 @@ namespace Namespace { /** * @brief A class * - * @m_keywords{glClass()} + * @note Keywords inside a note should be propagated outside: + * @m_keywords{glClass()} */ class Class { public: -- 2.30.2