1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Add "enum." to manual search sections (#1238)

This commit is contained in:
Luffy
2025-03-05 14:34:41 +08:00
committed by GitHub
parent 7ea1b1bbe8
commit 566073be8a

View File

@@ -189,7 +189,7 @@ function get_available_sqlites() {
// Get all manual prefix search sections
function get_manual_search_sections() {
return [
"", "book.", "ref.", "function.", "class.",
"", "book.", "ref.", "function.", "class.", "enum.",
"features.", "control-structures.", "language.",
"about.", "faq.",
];