Skip to content

Commit

Permalink
#issue #9816 Missing search files in QCH content
Browse files Browse the repository at this point in the history
- adding missing `*.js` files
  • Loading branch information
albert-github committed Jan 26, 2023
1 parent aed5276 commit 3795d35
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/searchindex_js.cpp
Expand Up @@ -572,6 +572,7 @@ void writeJavaScriptSearchIndex()
ti << "]]]\n";
}
ti << "];\n";
Doxygen::indexList->addStyleSheetFile(qPrint("search/"+baseName+".js"));
}
else
{
Expand Down Expand Up @@ -635,6 +636,7 @@ void writeJavaScriptSearchIndex()
if (j>0) t << "\n";
t << "};\n\n";
}
Doxygen::indexList->addStyleSheetFile("search/searchdata.js");
ResourceMgr::instance().copyResource("search.js",searchDirName);
}

Expand Down

0 comments on commit 3795d35

Please sign in to comment.