aboutsummaryrefslogtreecommitdiffstats
path: root/search/searchdata.js
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-08-23 23:06:03 +0100
committerYann Herklotz <ymherklotz@gmail.com>2017-08-23 23:06:03 +0100
commitb30ecce9beb4b28e464de16db925608f022b0965 (patch)
treed7ce8e7e6c2cc0a42e0f8414e02d571d8bcb6f3f /search/searchdata.js
parentee465746eb37865079daeb5c47f25f11cdcddada (diff)
downloadYAGE-b30ecce9beb4b28e464de16db925608f022b0965.tar.gz
YAGE-b30ecce9beb4b28e464de16db925608f022b0965.zip
Updating docs
Diffstat (limited to 'search/searchdata.js')
-rw-r--r--search/searchdata.js11
1 files changed, 4 insertions, 7 deletions
diff --git a/search/searchdata.js b/search/searchdata.js
index ee163790..df7609f3 100644
--- a/search/searchdata.js
+++ b/search/searchdata.js
@@ -3,15 +3,14 @@ var indexSectionsWithContent =
0: "abcdefghiklmnopqrstuvwxy~",
1: "bcgimprstuvw",
2: "y",
- 3: "bcfgimprstvwy",
+ 3: "bcgimprstvwy",
4: "abcdegiklmnopqrstuvwxy~",
5: "abcdfghikmnoprstuvwxy",
6: "v",
7: "w",
8: "bfhs",
9: "d",
- 10: "acdhps",
- 11: "dy"
+ 10: "dy"
};
var indexSectionNames =
@@ -26,8 +25,7 @@ var indexSectionNames =
7: "enums",
8: "enumvalues",
9: "related",
- 10: "defines",
- 11: "pages"
+ 10: "pages"
};
var indexSectionLabels =
@@ -42,7 +40,6 @@ var indexSectionLabels =
7: "Enumerations",
8: "Enumerator",
9: "Friends",
- 10: "Macros",
- 11: "Pages"
+ 10: "Pages"
};