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 3614459b..3e32b04c 100644
--- a/search/searchdata.js
+++ b/search/searchdata.js
@@ -1,13 +1,14 @@
var indexSectionsWithContent =
{
0: "cdgmrtvy",
- 1: "mv",
+ 1: "gmv",
2: "y",
3: "m",
4: "cdgmrt",
5: "d",
6: "v",
- 7: "dy"
+ 7: "g",
+ 8: "dy"
};
var indexSectionNames =
@@ -19,7 +20,8 @@ var indexSectionNames =
4: "functions",
5: "variables",
6: "typedefs",
- 7: "pages"
+ 7: "groups",
+ 8: "pages"
};
var indexSectionLabels =
@@ -31,6 +33,7 @@ var indexSectionLabels =
4: "Functions",
5: "Variables",
6: "Typedefs",
- 7: "Pages"
+ 7: "Modules",
+ 8: "Pages"
};