Skip to content

Commit

Permalink
docs: add category annotation to GCM builder function
Browse files Browse the repository at this point in the history
  • Loading branch information
Erick2280 committed Nov 26, 2024
1 parent 0188dae commit fd5bc4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mutating/builders/get-code-mutation-builders.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ export function buildRemoveArgumentLabelGCM(
* Builds a {@link MutationOperator.getCodeMutation} that replaces the content
* of the node with the result of a callback called with the node as an argument.
* It expects {@link MutationOperator.findMutationTargetNodes} to return a single node.
*
* @category getCodeMutation Builders
*/
export function buildReplaceNodeContentWithCallbackResultGCM(
findMutationTargetNodes: (match: QueryMatch) => SyntaxNode[],
Expand Down

0 comments on commit fd5bc4f

Please sign in to comment.