TheAlgorithms-C/search/searchdata.js
2020-08-26 19:28:38 +00:00

40 lines
606 B
JavaScript

var indexSectionsWithContent =
{
0: "3_abcdefghijklmnopqrstuvwxyz",
1: "_abcdeghklmnopqstvw",
2: "abcdfghijklmnopqrstuv",
3: "_abcdefghijklmnopqrstuvx",
4: "abcdeghlnpqrsvwxyz",
5: "bcdelmnqv",
6: "_aelmops",
7: "3ahklms",
8: "acdhlpst"
};
var indexSectionNames =
{
0: "all",
1: "classes",
2: "files",
3: "functions",
4: "variables",
5: "typedefs",
6: "defines",
7: "groups",
8: "pages"
};
var indexSectionLabels =
{
0: "All",
1: "Data Structures",
2: "Files",
3: "Functions",
4: "Variables",
5: "Typedefs",
6: "Macros",
7: "Modules",
8: "Pages"
};