From: Vladimír Vondruš Date: Sat, 10 Feb 2018 23:23:28 +0000 (+0100) Subject: doxygen: test that search keywords inside sections are bubbled up. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~cjwatson/git?a=commitdiff_plain;h=fa39bf18c626be24678816aac231fb8e5e8870fa;p=blog.git doxygen: test that search keywords inside sections are bubbled up. They aren't. --- 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: