Skip to content

Commit 26a251a

Browse files
committed
issue doxygen#11583 The search functionality does not find items any more since SHA-1 2604e3f in large projects
The result for section titles was not properly converted to XML format (also required for `js` code.
1 parent e6220a2 commit 26a251a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/searchindex_js.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -767,6 +767,7 @@ static void writeJavasScriptSearchDataPage(const QCString &baseName,const QCStri
767767
else if (si)
768768
{
769769
name = parseCommentAsHtml(si->definition(),nullptr,si->title(),si->fileName(),si->lineNr());
770+
name = convertToXML(name);
770771
found = true;
771772
}
772773
if (!found) // fallback

0 commit comments

Comments
 (0)