Skip to content

Commit 2b1484e

Browse files
committed
issue #11283 C++ 20 Concepts not found in search when inside a namespace
1 parent c27cead commit 2b1484e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/searchindex_js.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ void createJavaScriptSearchIndex()
355355
{
356356
if (cd->isLinkable())
357357
{
358-
QCString n = cd->name();
358+
QCString n = cd->localName();
359359
g_searchIndexInfo[SEARCH_INDEX_ALL].add(SearchTerm(n,cd.get()));
360360
g_searchIndexInfo[SEARCH_INDEX_CONCEPTS].add(SearchTerm(n,cd.get()));
361361
}

0 commit comments

Comments
 (0)