diff options
author | egor-tensin <Egor.Tensin@gmail.com> | 2023-07-04 00:23:27 +0000 |
---|---|---|
committer | egor-tensin <Egor.Tensin@gmail.com> | 2023-07-04 00:23:27 +0000 |
commit | f1ba68bd61d35f084bf42db123c6667e170b981d (patch) | |
tree | c1f9f226f14a2da261b9b100241090c6a1310f83 /search/searchdata.js | |
download | winapi-utf8-gh-pages.tar.gz winapi-utf8-gh-pages.zip |
Deploying to gh-pages from @ egor-tensin/winapi-utf8@5df6c58501383d82eff71e89e02957837258481c 🚀gh-pages
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" +}; + |