aboutsummaryrefslogtreecommitdiffstats
path: root/search/searchdata.js
diff options
context:
space:
mode:
Diffstat (limited to 'search/searchdata.js')
-rw-r--r--search/searchdata.js21
1 files changed, 12 insertions, 9 deletions
diff --git a/search/searchdata.js b/search/searchdata.js
index 2ae5ec10..35e184db 100644
--- a/search/searchdata.js
+++ b/search/searchdata.js
@@ -1,16 +1,17 @@
var indexSectionsWithContent =
{
0: "abcdefghiklmnopqrstuvwxy~",
- 1: "bcgimprstuvw",
- 2: "y",
+ 1: "abcghimnprstuvwx",
+ 2: "ry",
3: "bcgimprstvwy",
- 4: "abcdegiklmnopqrstuvwxy~",
+ 4: "abcdefgiklmnopqrstuvwxy~",
5: "abcdfghikmnoprstuvwxy",
6: "v",
- 7: "w",
- 8: "bfhs",
- 9: "d",
- 10: "bty"
+ 7: "nw",
+ 8: "bfhns",
+ 9: "dx",
+ 10: "r",
+ 11: "bty"
};
var indexSectionNames =
@@ -25,7 +26,8 @@ var indexSectionNames =
7: "enums",
8: "enumvalues",
9: "related",
- 10: "pages"
+ 10: "defines",
+ 11: "pages"
};
var indexSectionLabels =
@@ -40,6 +42,7 @@ var indexSectionLabels =
7: "Enumerations",
8: "Enumerator",
9: "Friends",
- 10: "Pages"
+ 10: "Macros",
+ 11: "Pages"
};