X-Git-Url: https://git.m6w6.name/?p=m6w6%2Fext-propro;a=blobdiff_plain;f=v1.0.x%2Fsearch%2Fsearchdata.js;h=d4e352f2bac3d8dc52b650ad0286474ed89e762b;hp=23fd30c9e23dcba8a81d02ac62fe825ce6859497;hb=3fe393f093ada1856dffecb79388be0c33712307;hpb=25440bcce7a785032dbb7e9cc5e16cdc62ac18a8 diff --git a/v1.0.x/search/searchdata.js b/v1.0.x/search/searchdata.js index 23fd30c..d4e352f 100644 --- a/v1.0.x/search/searchdata.js +++ b/v1.0.x/search/searchdata.js @@ -1,14 +1,15 @@ var indexSectionsWithContent = { - 0: "cdfmopsz", + 0: "cdfmoprsz", 1: "p", - 2: "p", + 2: "cpr", 3: "pz", 4: "cmpz", 5: "p", 6: "z", 7: "fs", - 8: "dop" + 8: "dop", + 9: "c" }; var indexSectionNames = @@ -21,7 +22,8 @@ var indexSectionNames = 5: "typedefs", 6: "enums", 7: "enumvalues", - 8: "defines" + 8: "defines", + 9: "pages" }; var indexSectionLabels = @@ -34,6 +36,7 @@ var indexSectionLabels = 5: "Typedefs", 6: "Enumerations", 7: "Enumerator", - 8: "Macros" + 8: "Macros", + 9: "Pages" };