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, 21 insertions, 0 deletions
diff --git a/search/searchdata.js b/search/searchdata.js
new file mode 100644
index 00000000..45dbfb48
--- /dev/null
+++ b/search/searchdata.js
@@ -0,0 +1,21 @@
+var indexSectionsWithContent =
+{
+ 0: "bcgimprstuvwy",
+ 1: "bcgimprstuvw",
+ 2: "y"
+};
+
+var indexSectionNames =
+{
+ 0: "all",
+ 1: "classes",
+ 2: "pages"
+};
+
+var indexSectionLabels =
+{
+ 0: "All",
+ 1: "Classes",
+ 2: "Pages"
+};
+