parsed = parse_desc_internal(state, i)
assert parsed.section
assert not parsed.templates and not parsed.params and not parsed.return_value
+ if parsed.search_keywords:
+ out.search_keywords += parsed.search_keywords
# Top-level section has no ID or title
if not out.section: out.section = ('', '', [])
namespace Namespace {
/**
- * @brief A class
- *
- * @note Keywords inside a note should be propagated outside:
- * @m_keywords{glClass()}
+@brief A class
+
+@section section2 A section, stuff inside should be propagated outside
+
+@note Keywords inside a note should be propagated outside:
+ @m_keywords{glClass()}
*/
class Class {
public: