chiark / gitweb /
doxygen: test that search keywords inside sections are bubbled up.
authorVladimír Vondruš <mosra@centrum.cz>
Sat, 10 Feb 2018 23:23:28 +0000 (00:23 +0100)
committerVladimír Vondruš <mosra@centrum.cz>
Sat, 10 Feb 2018 23:23:28 +0000 (00:23 +0100)
They aren't.

doxygen/test/search/Dir/File.h

index 176292fd14493d91e35c99a4c3570c570b2dff5f..8785fe33e9d36165fa8d87539d1cc20606d7fcf3 100644 (file)
@@ -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: