Tue, 29 Oct 2024 16:47:19 +0100
fix missing pointer initializations
390 | 1 | var indexSectionsWithContent = |
2 | { | |
3 | 0: "_abcdefhiklmnprstuvw", | |
4 | 1: "su", | |
5 | 2: "ablmpstu", | |
6 | 3: "su", | |
7 | 4: "abcdefhiklmnprstuvw", | |
8 | 5: "cdruw", | |
9 | 6: "_apsu", | |
10 | 7: "u" | |
11 | }; | |
12 | ||
13 | var indexSectionNames = | |
14 | { | |
15 | 0: "all", | |
16 | 1: "classes", | |
17 | 2: "files", | |
18 | 3: "functions", | |
19 | 4: "variables", | |
20 | 5: "typedefs", | |
21 | 6: "defines", | |
22 | 7: "pages" | |
23 | }; | |
24 | ||
25 | var indexSectionLabels = | |
26 | { | |
27 | 0: "All", | |
28 | 1: "Data Structures", | |
29 | 2: "Files", | |
30 | 3: "Functions", | |
31 | 4: "Variables", | |
32 | 5: "Typedefs", | |
33 | 6: "Macros", | |
34 | 7: "Pages" | |
35 | }; | |
36 |