Author: Luffy (sy-records)
Committer: GitHub (web-flow)
Pusher: saundefined
Date: 2025-03-05T09:34:41+03:00
Commit: Add "enum." to manual search sections (#1238) · php/web-php@566073b · GitHub
Raw diff: https://github.com/php/web-php/commit/566073be8abbe9a5eabd1f9a8cb0d5937b4d453a.diff
Add "enum." to manual search sections (#1238)
Changed paths:
M include/site.inc
Diff:
diff --git a/include/site.inc b/include/site.inc
index 2aa9c4a593..aae24537a6 100644
--- a/include/site.inc
+++ b/include/site.inc
@@ -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.",
];