aboutsummaryrefslogtreecommitdiffstats
path: root/search/searchdata.js
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-07-29 10:00:20 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-07-29 10:00:20 +0100
commit3d96965ecd28b9037a83c4b22f65fcf502dce336 (patch)
tree46530a0a38fe558b324edeb8bc88ded9ac7bc881 /search/searchdata.js
parente7770985a2be00cc22c3cd1302afb1fcc16bf94b (diff)
downloadYAGE-3d96965ecd28b9037a83c4b22f65fcf502dce336.tar.gz
YAGE-3d96965ecd28b9037a83c4b22f65fcf502dce336.zip
Updating docs
Diffstat (limited to 'search/searchdata.js')
-rw-r--r--search/searchdata.js21
1 files changed, 15 insertions, 6 deletions
diff --git a/search/searchdata.js b/search/searchdata.js
index d447eca4..3614459b 100644
--- a/search/searchdata.js
+++ b/search/searchdata.js
@@ -1,10 +1,13 @@
var indexSectionsWithContent =
{
- 0: "bcdgimprstuvwy",
- 1: "bcgimprstuvw",
- 2: "d",
+ 0: "cdgmrtvy",
+ 1: "mv",
+ 2: "y",
3: "m",
- 4: "dy"
+ 4: "cdgmrt",
+ 5: "d",
+ 6: "v",
+ 7: "dy"
};
var indexSectionNames =
@@ -13,7 +16,10 @@ var indexSectionNames =
1: "classes",
2: "namespaces",
3: "files",
- 4: "pages"
+ 4: "functions",
+ 5: "variables",
+ 6: "typedefs",
+ 7: "pages"
};
var indexSectionLabels =
@@ -22,6 +28,9 @@ var indexSectionLabels =
1: "Classes",
2: "Namespaces",
3: "Files",
- 4: "Pages"
+ 4: "Functions",
+ 5: "Variables",
+ 6: "Typedefs",
+ 7: "Pages"
};