aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/search/searchdata.js
blob: ba4a26936e1b1861a7e2c51a16eac72d9046792b (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
var indexSectionsWithContent =
{
  0: "nuw",
  1: "u",
  2: "nw",
  3: "w"
};

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

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