docs(functions): add category metadata to undocumented functions

This commit is contained in:
2026-07-27 20:04:37 -04:00
parent 0d8a2110cf
commit d2f3da4a23
9 changed files with 152 additions and 2 deletions
+8 -2
View File
@@ -3,7 +3,10 @@
# Adapted from icezyclon/zoxide.fish (MIT)
# Heavily customized for Fish 4.x compatibility and performance
# SYNOPSIS
# CATEGORY
# 02-navigation
#
# INTERNAL SYNOPSIS
# _zoxide_z_complete [comp] [desc]
#
# DESCRIPTION
@@ -50,7 +53,10 @@ function _zoxide_z_complete -d "Complete directory first or zoxide queries other
end
end
# SYNOPSIS
# CATEGORY
# 02-navigation
#
# INTERNAL SYNOPSIS
# _zoxide_equals_first_token <check>
#
# DESCRIPTION