You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[[@file]], or the return value of [[configure_file]] that
this target depends on but are not listed in the `command` keyword
argument. Useful for adding regen dependencies.
IIUC only the first line of the description is shown; then would you adjust the block so that the comment is more explanative?
And, the closing parenthesis is missed, perhaps
--- a/docs/yaml/functions/custom_target.yaml+++ b/docs/yaml/functions/custom_target.yaml@@ -137,3 +137,3 @@ kwargs:
files ([[@str]],
- [[@file]], or the return value of [[configure_file]] that+ [[@file]]), or the return value of [[configure_file]] that
this target depends on but are not listed in the `command` keyword
To Reproduce
Open the link.
Expected behavior
Something like
depend_files : list[str | file] # files (str, file), or the return value of configure_file()
The text was updated successfully, but these errors were encountered:
Describe the bug
https://mesonbuild.com/Reference-manual_functions.html#signature14
The comment is truncated? It must come from
meson/docs/yaml/functions/custom_target.yaml
Lines 134 to 140 in 6447eb0
IIUC only the first line of the description is shown; then would you adjust the block so that the comment is more explanative?
And, the closing parenthesis is missed, perhaps
To Reproduce
Open the link.
Expected behavior
Something like
The text was updated successfully, but these errors were encountered: