source: flair-dev/trunk/doc/Flair/search/searchdata.js

Last change on this file was 56, checked in by Sanahuja Guillaume, 7 years ago

m

File size: 708 bytes
Line 
1var indexSectionsWithContent =
2{
3 0: "abcdefghijklmnopqrstuvwxyz~",
4 1: "abcdefghijklmnopqrstuvwx",
5 2: "fpq",
6 3: "abcdefghijlmnopqrstuvwx",
7 4: "abcdefghijklmnopqrstuvwxyz~",
8 5: "abcdefghiklmnopqrstvwxyz",
9 6: "t",
10 7: "cflmnprtu",
11 8: "abdefgijlmnpqrstuvwxy",
12 9: "abcdefghiklmnopqrstuvwxyz"
13};
14
15var indexSectionNames =
16{
17 0: "all",
18 1: "classes",
19 2: "namespaces",
20 3: "files",
21 4: "functions",
22 5: "variables",
23 6: "typedefs",
24 7: "enums",
25 8: "enumvalues",
26 9: "properties"
27};
28
29var indexSectionLabels =
30{
31 0: "All",
32 1: "Classes",
33 2: "Namespaces",
34 3: "Files",
35 4: "Functions",
36 5: "Variables",
37 6: "Typedefs",
38 7: "Enumerations",
39 8: "Enumerator",
40 9: "Properties"
41};
42
Note: See TracBrowser for help on using the repository browser.