Skip to content

Commit 3fd4df3

Browse files
authored
Merge pull request doxygen#11589 from albert-github/feature/issue_11583
issue doxygen#11583 The search functionality does not find items any more since SHA-1 2604e3f in large projects
2 parents 22c1725 + 26a251a commit 3fd4df3

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)