diff options
Diffstat (limited to 'search/searchdata.js')
-rw-r--r-- | search/searchdata.js | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/search/searchdata.js b/search/searchdata.js new file mode 100644 index 0000000..ba4a269 --- /dev/null +++ b/search/searchdata.js @@ -0,0 +1,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" +}; + |