Skip to content

Commit

Permalink
docs: fix add_project_link_arguments documentation
Browse files Browse the repository at this point in the history
It should refer to `add_project_arguments`, not `add_global_arguments`.
  • Loading branch information
benoit-pierre committed Sep 19, 2023
1 parent 8cb0217 commit 5f29f9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/yaml/functions/add_project_link_arguments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ returns: void
description: |
Adds global arguments to the linker command line.
Like [[add_global_arguments]] but the arguments are passed to the linker.
Like [[add_project_arguments]] but the arguments are passed to the linker.
notes:
- You must pass always arguments individually `arg1, arg2, ...`
Expand All @@ -14,4 +14,4 @@ varargs:
name: Linker argument
description: The linker arguments to add

kwargs_inherit: add_global_arguments
kwargs_inherit: add_project_arguments

0 comments on commit 5f29f9c

Please sign in to comment.