Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix add_project_link_arguments documentation #12270

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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