diff options
author | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-05-22 23:04:13 +0300 |
---|---|---|
committer | Jussi Pakkanen <jussi.pakkanen@mailbox.org> | 2025-05-22 23:04:13 +0300 |
commit | 351665e510fff22c7a805a263885a24252e73464 (patch) | |
tree | 811b938d848af1fa6566cd19d821cee6953b0ae0 | |
parent | 4049ce5a81091c45143f735dd27130679dafd91d (diff) | |
download | meson-fixtests.zip meson-fixtests.tar.gz meson-fixtests.tar.bz2 |
Use two hashes in snippet.fixtests
-rw-r--r-- | docs/markdown/snippets/gnome-rsp-files-support.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/gnome-rsp-files-support.md b/docs/markdown/snippets/gnome-rsp-files-support.md index 0506cf7..29c9082 100644 --- a/docs/markdown/snippets/gnome-rsp-files-support.md +++ b/docs/markdown/snippets/gnome-rsp-files-support.md @@ -1,4 +1,4 @@ -# Support response files for custom targets +## Support response files for custom targets When using the Ninja backend, Meson can now pass arguments to supported tools through response files. |