Skip to content

Commit 566073b

Browse files
authored
Add "enum." to manual search sections (#1238)
1 parent 7ea1b1b commit 566073b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/site.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ function get_available_sqlites() {
189189
// Get all manual prefix search sections
190190
function get_manual_search_sections() {
191191
return [
192-
"", "book.", "ref.", "function.", "class.",
192+
"", "book.", "ref.", "function.", "class.", "enum.",
193193
"features.", "control-structures.", "language.",
194194
"about.", "faq.",
195195
];

0 commit comments

Comments
 (0)