aboutsummaryrefslogtreecommitdiffstats
path: root/search/searchdata.js
diff options
context:
space:
mode:
Diffstat (limited to 'search/searchdata.js')
-rw-r--r--search/searchdata.js11
1 files changed, 7 insertions, 4 deletions
diff --git a/search/searchdata.js b/search/searchdata.js
index 45dbfb48..b9610786 100644
--- a/search/searchdata.js
+++ b/search/searchdata.js
@@ -1,21 +1,24 @@
var indexSectionsWithContent =
{
- 0: "bcgimprstuvwy",
+ 0: "bcdgimprstuvwy",
1: "bcgimprstuvw",
- 2: "y"
+ 2: "m",
+ 3: "dy"
};
var indexSectionNames =
{
0: "all",
1: "classes",
- 2: "pages"
+ 2: "files",
+ 3: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
- 2: "Pages"
+ 2: "Files",
+ 3: "Pages"
};