docs(functions): add category metadata to undocumented functions #91

Merged
rootiest merged 1 commits from feat-function-categories into main 2026-07-28 00:07:22 +00:00
Owner

This PR adds # CATEGORY metadata to 8 functions (fast, fast-cli, fish_mode_prompt, fish_prompt, fish_right_prompt, fzf_configure_bindings, sponge_filter_secrets, zoxide) to resolve the verify-manual.py warning. For zoxide.fish, which only contains internal completions starting with _, the # SYNOPSIS blocks were changed to # INTERNAL SYNOPSIS to prevent the test from flagging the file as an undocumented public function.

This PR adds `# CATEGORY` metadata to 8 functions (`fast`, `fast-cli`, `fish_mode_prompt`, `fish_prompt`, `fish_right_prompt`, `fzf_configure_bindings`, `sponge_filter_secrets`, `zoxide`) to resolve the `verify-manual.py` warning. For `zoxide.fish`, which only contains internal completions starting with `_`, the `# SYNOPSIS` blocks were changed to `# INTERNAL SYNOPSIS` to prevent the test from flagging the file as an undocumented public function.
rootiest added 1 commit 2026-07-28 00:04:48 +00:00
rootiest merged commit d91c0c8deb into main 2026-07-28 00:07:22 +00:00
Sign in to join this conversation.