From ce45c560586f991b427471ba206edf48881baab5 Mon Sep 17 00:00:00 2001 From: TravisBot <> Date: Fri, 22 Sep 2017 00:09:02 +0000 Subject: Rebuilding documentation --- search/search.js | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) (limited to 'search/search.js') diff --git a/search/search.js b/search/search.js index 0017b093..7bc3f96d 100644 --- a/search/search.js +++ b/search/search.js @@ -7,11 +7,17 @@ var indexSectionsWithContent = { - 0: "mrty", - 1: "m", + 0: "abcdefghiklmnopqrstuvwxy~", + 1: "bcgimprstuvw", 2: "y", - 3: "mrt", - 4: "y" + 3: "bcgimprstvwy", + 4: "abcdeghiklmnopqrstuvwxy~", + 5: "abcdfghikmnoprstuvwxy", + 6: "sv", + 7: "w", + 8: "bfhs", + 9: "d", + 10: "bdpty" }; var indexSectionNames = @@ -20,7 +26,13 @@ var indexSectionNames = 1: "classes", 2: "namespaces", 3: "files", - 4: "pages" + 4: "functions", + 5: "variables", + 6: "typedefs", + 7: "enums", + 8: "enumvalues", + 9: "related", + 10: "pages" }; function convertToId(search) -- cgit