docs(functions): standardize all function doc blocks to UNIX man-page style #30
Reference in New Issue
Block a user
Delete Branch "docs/standardize-function-doc-blocks"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
###banners, bare# alias ...lines) between the license header andfunctiondeclaration in every project-ownedfunctions/*.fishfile with standardized UNIX man-page style doc blocks.# Copyright (C) 2026 Rootiest/SPDX-License-Identifier: AGPL-3.0-or-laterheaders were processed.SYNOPSIS,DESCRIPTION,ARGUMENTS(where applicable),RETURNS(where applicable), andEXAMPLE.AGENTS.md— Retroactive Function Documentation Standardization.Manual Verification
functions/rm.fish) and confirm the doc block between the license header andfunctiondeclaration follows the SYNOPSIS/DESCRIPTION/ARGUMENTS/RETURNS/EXAMPLE format.fish --no-execute functions/<name>.fishon a few files and confirm no parse errors.ls,rm,ping, etc.) still behave as expected.AGENTS.mdTask #6 checkboxes are all marked[x].