summaryrefslogtreecommitdiffstats
path: root/src/searchindex.cpp
diff options
context:
space:
mode:
authorDimitri van Heesch <doxygen@gmail.com>2021-05-20 18:23:39 (GMT)
committerDimitri van Heesch <doxygen@gmail.com>2021-05-20 18:24:26 (GMT)
commit32dc0630c43c081c9af15b02b2366516ad78a868 (patch)
tree2a83d9b37f74ca3930fcb015fa61253d333c2e08 /src/searchindex.cpp
parente6f54449c5b688cdc6647f80558d67dcaa03b30d (diff)
downloadDoxygen-32dc0630c43c081c9af15b02b2366516ad78a868.zip
Doxygen-32dc0630c43c081c9af15b02b2366516ad78a868.tar.gz
Doxygen-32dc0630c43c081c9af15b02b2366516ad78a868.tar.bz2
Make templated HTML output more similar to hardcoded output.
Diffstat (limited to 'src/searchindex.cpp')
-rw-r--r--src/searchindex.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/searchindex.cpp b/src/searchindex.cpp
index cf09e67..f87cd33 100644
--- a/src/searchindex.cpp
+++ b/src/searchindex.cpp
@@ -1214,6 +1214,7 @@ void writeJavaScriptSearchIndex()
t << "</html>\n";
}
}
+
Doxygen::indexList->addStyleSheetFile("search/search.js");
}