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