aboutsummaryrefslogtreecommitdiffstats
path: root/search/searchdata.js
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-09-26 14:18:22 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-09-26 14:18:22 +0100
commit0e5a826935cd1e5ef1e3061d029e2aafea038f47 (patch)
tree44ee9ab4f8318ddc90b088f2c89eb440b83e6992 /search/searchdata.js
parentb58c121142303862ad383d6ba95008f18fe36446 (diff)
downloadYAGE-0e5a826935cd1e5ef1e3061d029e2aafea038f47.tar.gz
YAGE-0e5a826935cd1e5ef1e3061d029e2aafea038f47.zip
Adding
Diffstat (limited to 'search/searchdata.js')
-rw-r--r--search/searchdata.js45
1 files changed, 45 insertions, 0 deletions
diff --git a/search/searchdata.js b/search/searchdata.js
new file mode 100644
index 00000000..b6f150c4
--- /dev/null
+++ b/search/searchdata.js
@@ -0,0 +1,45 @@
+var indexSectionsWithContent =
+{
+ 0: "abcdefghiklmnopqrstuvwxy~",
+ 1: "bcgimprstuvw",
+ 2: "y",
+ 3: "bcgimprstvwy",
+ 4: "abcdefghiklmnopqrstuvwxy~",
+ 5: "abcdfghikmnoprstuvwxy",
+ 6: "sv",
+ 7: "w",
+ 8: "bfhs",
+ 9: "d",
+ 10: "bdpty"
+};
+
+var indexSectionNames =
+{
+ 0: "all",
+ 1: "classes",
+ 2: "namespaces",
+ 3: "files",
+ 4: "functions",
+ 5: "variables",
+ 6: "typedefs",
+ 7: "enums",
+ 8: "enumvalues",
+ 9: "related",
+ 10: "pages"
+};
+
+var indexSectionLabels =
+{
+ 0: "All",
+ 1: "Classes",
+ 2: "Namespaces",
+ 3: "Files",
+ 4: "Functions",
+ 5: "Variables",
+ 6: "Typedefs",
+ 7: "Enumerations",
+ 8: "Enumerator",
+ 9: "Friends",
+ 10: "Pages"
+};
+