summaryrefslogtreecommitdiffstats
path: root/src/doxygen.cpp
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:52:03 (GMT)
committerJosh Soref <jsoref@users.noreply.github.com>2019-11-12 05:52:03 (GMT)
commitda08bf2be9c3470e1cf931cff3bd59c577543436 (patch)
treeabb81af06f92742c2da080305c36acf5f0688050 /src/doxygen.cpp
parent8598cc1347fcdb05b08b1347b86490aee6b11275 (diff)
downloadDoxygen-da08bf2be9c3470e1cf931cff3bd59c577543436.zip
Doxygen-da08bf2be9c3470e1cf931cff3bd59c577543436.tar.gz
Doxygen-da08bf2be9c3470e1cf931cff3bd59c577543436.tar.bz2
spelling: javascript
Diffstat (limited to 'src/doxygen.cpp')
-rw-r--r--src/doxygen.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/doxygen.cpp b/src/doxygen.cpp
index 89a6e3a..bd6152f 100644
--- a/src/doxygen.cpp
+++ b/src/doxygen.cpp
@@ -11649,7 +11649,7 @@ void generateOutput()
g_s.begin("Generating search indices...\n");
if (searchEngine && !serverBasedSearch && (generateHtml || g_useOutputTemplate))
{
- createJavascriptSearchIndex();
+ createJavaScriptSearchIndex();
}
// generate search indices (need to do this before writing other HTML
@@ -11668,7 +11668,7 @@ void generateOutput()
HtmlGenerator::writeSearchData(searchDirName);
if (!serverBasedSearch) // client side search index
{
- writeJavascriptSearchIndex();
+ writeJavaScriptSearchIndex();
}
}
g_s.end();