aboutsummaryrefslogtreecommitdiffstats
path: root/search/search.js
diff options
context:
space:
mode:
authorTravisBot <>2017-11-16 16:33:28 +0000
committerTravisBot <>2017-11-16 16:33:28 +0000
commit8541563f716014241a878b968d73d0a0b00891cd (patch)
treed73d94236171abf2af40448ff09203e0f84e5b36 /search/search.js
parentdd51ec0f1fadd719f5ee298c1c40890f6db1815b (diff)
downloadYAGE-8541563f716014241a878b968d73d0a0b00891cd.tar.gz
YAGE-8541563f716014241a878b968d73d0a0b00891cd.zip
Rebuilding documentation
Diffstat (limited to 'search/search.js')
-rw-r--r--search/search.js16
1 files changed, 9 insertions, 7 deletions
diff --git a/search/search.js b/search/search.js
index 5d3aaa67..4bf0ea39 100644
--- a/search/search.js
+++ b/search/search.js
@@ -8,16 +8,17 @@
var indexSectionsWithContent =
{
0: "abcdefghiklmnopqrstuvwxyz~",
- 1: "bcgimprstuvw",
+ 1: "abcgilmprstuvw",
2: "y",
- 3: "bcgimprstvwy",
+ 3: "abcgilmprstvwy",
4: "abcdefghiklmnopqrstuvwxyz~",
- 5: "abcdfghikmnoprstuvwxyz",
- 6: "sv",
+ 5: "abcdfghiklmnopqrstuvwxyz",
+ 6: "csv",
7: "w",
8: "bfhs",
- 9: "d",
- 10: "bdpty"
+ 9: "dl",
+ 10: "g",
+ 11: "bdpty"
};
var indexSectionNames =
@@ -32,7 +33,8 @@ var indexSectionNames =
7: "enums",
8: "enumvalues",
9: "related",
- 10: "pages"
+ 10: "defines",
+ 11: "pages"
};
function convertToId(search)