aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/search/searchdata.js
blob: a1efb83d5d786bcc08b466b1dc111c1eff3d48f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
var indexSectionsWithContent =
{
  0: "abcdefghilopqrstw",
  1: "bcfhilprs",
  2: "e",
  3: "abcdfghiopqrstw",
  4: "w"
};

var indexSectionNames =
{
  0: "all",
  1: "classes",
  2: "files",
  3: "functions",
  4: "pages"
};

var indexSectionLabels =
{
  0: "All",
  1: "Classes",
  2: "Files",
  3: "Functions",
  4: "Pages"
};