Home
last modified time | relevance | path

Searched refs:rtf_keywords (Results 1 – 3 of 3) sorted by relevance

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Drtfstyle.h36 extern QCString rtf_keywords;
H A Drtfstyle.cpp32 QCString rtf_keywords; variable
45 { "Keywords", rtf_keywords }
H A Drtfgen.cpp427 if (!rtf_keywords.isEmpty()) m_t << "{\\keywords " << rtf_keywords << "}\n"; in startIndexSection()