diff options
author | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-01-27 15:47:25 +0000 |
---|---|---|
committer | joeycastillo <joeycastillo@users.noreply.github.com> | 2022-01-27 15:47:25 +0000 |
commit | c0090716995447bd59954c8a7e24cd5c20598f7a (patch) | |
tree | fd06dac4eb9e8c0d28e04f9e1393ec0c338212c4 /search/searchdata.js | |
parent | fabc6d28eaf6e0227c68673d3c564c31f4c01a17 (diff) | |
download | Sensor-Watch-c0090716995447bd59954c8a7e24cd5c20598f7a.tar.gz Sensor-Watch-c0090716995447bd59954c8a7e24cd5c20598f7a.tar.bz2 Sensor-Watch-c0090716995447bd59954c8a7e24cd5c20598f7a.zip |
deploy: 29fa6052831f8d26815405d4652b5799e3c74147
Diffstat (limited to 'search/searchdata.js')
-rw-r--r-- | search/searchdata.js | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/search/searchdata.js b/search/searchdata.js index f95870c9..73977dd3 100644 --- a/search/searchdata.js +++ b/search/searchdata.js @@ -1,12 +1,42 @@ var indexSectionsWithContent = { + 0: "_abdilnrsuw", + 1: "w", + 2: "w", + 3: "_aw", + 4: "n", + 5: "bw", + 6: "bw", + 7: "bw", + 8: "abdilrsu", + 9: "s" }; var indexSectionNames = { + 0: "all", + 1: "classes", + 2: "files", + 3: "functions", + 4: "variables", + 5: "typedefs", + 6: "enums", + 7: "enumvalues", + 8: "groups", + 9: "pages" }; var indexSectionLabels = { + 0: "All", + 1: "Data Structures", + 2: "Files", + 3: "Functions", + 4: "Variables", + 5: "Typedefs", + 6: "Enumerations", + 7: "Enumerator", + 8: "Modules", + 9: "Pages" }; |