Mercurial > hg > vamp-docs
comparison code-docs/navtreedata.js @ 6:27319718b1f8 vamp-plugin-sdk-v2.7
Update code docs to v2.7 SDK
author | Chris Cannam |
---|---|
date | Fri, 24 Feb 2017 16:44:47 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
5:5c95f546f0b4 | 6:27319718b1f8 |
---|---|
1 var NAVTREE = | |
2 [ | |
3 [ "VampPluginSDK", "index.html", [ | |
4 [ "Namespaces", null, [ | |
5 [ "Namespace List", "namespaces.html", "namespaces" ], | |
6 [ "Namespace Members", "namespacemembers.html", [ | |
7 [ "All", "namespacemembers.html", null ], | |
8 [ "Functions", "namespacemembers_func.html", null ] | |
9 ] ] | |
10 ] ], | |
11 [ "Classes", "annotated.html", [ | |
12 [ "Class List", "annotated.html", "annotated_dup" ], | |
13 [ "Class Hierarchy", "hierarchy.html", "hierarchy" ], | |
14 [ "Class Members", "functions.html", [ | |
15 [ "All", "functions.html", "functions_dup" ], | |
16 [ "Functions", "functions_func.html", "functions_func" ], | |
17 [ "Variables", "functions_vars.html", null ], | |
18 [ "Typedefs", "functions_type.html", null ], | |
19 [ "Enumerations", "functions_enum.html", null ], | |
20 [ "Enumerator", "functions_eval.html", null ] | |
21 ] ] | |
22 ] ], | |
23 [ "Files", null, [ | |
24 [ "File List", "files.html", "files" ], | |
25 [ "File Members", "globals.html", [ | |
26 [ "All", "globals.html", null ], | |
27 [ "Functions", "globals_func.html", null ], | |
28 [ "Variables", "globals_vars.html", null ], | |
29 [ "Typedefs", "globals_type.html", null ], | |
30 [ "Enumerations", "globals_enum.html", null ], | |
31 [ "Enumerator", "globals_eval.html", null ], | |
32 [ "Macros", "globals_defs.html", null ] | |
33 ] ] | |
34 ] ] | |
35 ] ] | |
36 ]; | |
37 | |
38 var NAVTREEINDEX = | |
39 [ | |
40 "AmplitudeFollower_8cpp.html", | |
41 "classSpectralCentroid.html#a448fb57dc245d47923ec9eeaf9856c5f", | |
42 "classVamp_1_1HostExt_1_1PluginSummarisingAdapter.html#af504f810448961fc489e9b6572471705a320b8a4cd0c3d492aeb17f7fc4ed930c", | |
43 "host-c_8h.html#a4ec9d6f7408267d7567d9b2435807840", | |
44 "vamp_8h.html#ae26a9d54a92f1c083a1b209a25a8e44e" | |
45 ]; | |
46 | |
47 var SYNCONMSG = 'click to disable panel synchronisation'; | |
48 var SYNCOFFMSG = 'click to enable panel synchronisation'; |