From 6917f25d040868fb9f8fc586af468a019338e23c Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 13 Aug 2017 17:48:33 +0100 Subject: Updating docs --- search/searchdata.js | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'search/searchdata.js') diff --git a/search/searchdata.js b/search/searchdata.js index 269a1ceb..b9f3d40a 100644 --- a/search/searchdata.js +++ b/search/searchdata.js @@ -1,14 +1,13 @@ var indexSectionsWithContent = { - 0: "cdgmnortvy", + 0: "cdgmrtvy", 1: "gmv", 2: "y", 3: "m", - 4: "cdgmnort", + 4: "cdgmrt", 5: "d", 6: "v", - 7: "g", - 8: "dy" + 7: "dy" }; var indexSectionNames = @@ -20,8 +19,7 @@ var indexSectionNames = 4: "functions", 5: "variables", 6: "typedefs", - 7: "groups", - 8: "pages" + 7: "pages" }; var indexSectionLabels = @@ -33,7 +31,6 @@ var indexSectionLabels = 4: "Functions", 5: "Variables", 6: "Typedefs", - 7: "Modules", - 8: "Pages" + 7: "Pages" }; -- cgit