summaryrefslogtreecommitdiff
path: root/0.14/search/searchdata.js
diff options
context:
space:
mode:
Diffstat (limited to '0.14/search/searchdata.js')
-rw-r--r--0.14/search/searchdata.js42
1 files changed, 42 insertions, 0 deletions
diff --git a/0.14/search/searchdata.js b/0.14/search/searchdata.js
new file mode 100644
index 00000000..2e2fad97
--- /dev/null
+++ b/0.14/search/searchdata.js
@@ -0,0 +1,42 @@
+var indexSectionsWithContent =
+{
+ 0: "_abcdefghilmnopqrstuvwyz",
+ 1: "_abcdefghilmnoprstvwyz",
+ 2: "adlp",
+ 3: "abcdefgipqrstuv",
+ 4: "abcdefhilmnoprstvwyz",
+ 5: "pz",
+ 6: "emop",
+ 7: "hln",
+ 8: "dl",
+ 9: "adw"
+};
+
+var indexSectionNames =
+{
+ 0: "all",
+ 1: "classes",
+ 2: "files",
+ 3: "functions",
+ 4: "variables",
+ 5: "typedefs",
+ 6: "enums",
+ 7: "enumvalues",
+ 8: "groups",
+ 9: "pages"
+};
+
+var indexSectionLabels =
+{
+ 0: "All",
+ 1: "Classes",
+ 2: "Files",
+ 3: "Functions",
+ 4: "Variables",
+ 5: "Typedefs",
+ 6: "Enumerations",
+ 7: "Enumerator",
+ 8: "Modules",
+ 9: "Pages"
+};
+