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 69fc87a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/yaml/functions/add_project_link_arguments.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: add_project_link_arguments
returns: void
description: |
Adds global arguments to the linker command line.
Adds project specific 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 69fc87a

Please sign in to comment.