aboutsummaryrefslogtreecommitdiffstats
path: root/search/searchdata.js
blob: 45dbfb482411b760b945a8ae8e352b10f945acdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
var indexSectionsWithContent =
{
  0: "bcgimprstuvwy",
  1: "bcgimprstuvw",
  2: "y"
};

var indexSectionNames =
{
  0: "all",
  1: "classes",
  2: "pages"
};

var indexSectionLabels =
{
  0: "All",
  1: "Classes",
  2: "Pages"
};