aboutsummaryrefslogtreecommitdiffstats
path: root/search/searchdata.js
diff options
context:
space:
mode:
Diffstat (limited to 'search/searchdata.js')
-rw-r--r--search/searchdata.js15
1 files changed, 9 insertions, 6 deletions
diff --git a/search/searchdata.js b/search/searchdata.js
index b9610786..d447eca4 100644
--- a/search/searchdata.js
+++ b/search/searchdata.js
@@ -2,23 +2,26 @@ var indexSectionsWithContent =
{
0: "bcdgimprstuvwy",
1: "bcgimprstuvw",
- 2: "m",
- 3: "dy"
+ 2: "d",
+ 3: "m",
+ 4: "dy"
};
var indexSectionNames =
{
0: "all",
1: "classes",
- 2: "files",
- 3: "pages"
+ 2: "namespaces",
+ 3: "files",
+ 4: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Classes",
- 2: "Files",
- 3: "Pages"
+ 2: "Namespaces",
+ 3: "Files",
+ 4: "Pages"
};