X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=v1.0.x%2Fsearch%2Fsearchdata.js;fp=v1.0.x%2Fsearch%2Fsearchdata.js;h=8740ad3f50803bd006fc2fe0bc84c9329dac1fd3;hb=81669568e8efb556df803a2bb02afd93764f4868;hp=0000000000000000000000000000000000000000;hpb=1d9bb866738b09085bc6f387e83690c16d26c762;p=m6w6%2Fext-propro diff --git a/v1.0.x/search/searchdata.js b/v1.0.x/search/searchdata.js new file mode 100644 index 0000000..8740ad3 --- /dev/null +++ b/v1.0.x/search/searchdata.js @@ -0,0 +1,24 @@ +var indexSectionsWithContent = +{ + 0: "p", + 1: "p", + 2: "p", + 3: "p" +}; + +var indexSectionNames = +{ + 0: "all", + 1: "files", + 2: "variables", + 3: "defines" +}; + +var indexSectionLabels = +{ + 0: "All", + 1: "Files", + 2: "Variables", + 3: "Macros" +}; +