diff options
author | rusty-snake <41237666+rusty-snake@users.noreply.github.com> | 2021-11-05 07:42:50 +0000 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek.chauhan@gmail.com> | 2021-11-05 21:03:44 +0530 |
commit | 5af556e2b85ce264bb7742261e68ef4347b316aa (patch) | |
tree | 92c919bc830de130b9d63b18bb1b7b8db875aed6 | |
parent | 558f9fed9e4136f858b58749fd35127a73229cd2 (diff) | |
download | meson-5af556e2b85ce264bb7742261e68ef4347b316aa.zip meson-5af556e2b85ce264bb7742261e68ef4347b316aa.tar.gz meson-5af556e2b85ce264bb7742261e68ef4347b316aa.tar.bz2 |
Fix markdown formating in find_program.yaml
fixes #9528
-rw-r--r-- | docs/yaml/functions/find_program.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/yaml/functions/find_program.yaml b/docs/yaml/functions/find_program.yaml index 5e147eb..57efb93 100644 --- a/docs/yaml/functions/find_program.yaml +++ b/docs/yaml/functions/find_program.yaml @@ -12,8 +12,8 @@ description: | 1. [`[binaries]` section](Machine-files.md#binaries) in your machine files 1. Directories provided using the `dirs:` kwarg (see below) 1. Project's source tree relative to the current subdir - - If you use the return value of [[configure_file]], the - current subdir inside the build tree is used instead + - If you use the return value of [[configure_file]], the + current subdir inside the build tree is used instead 1. `PATH` environment variable 1. [`[provide]` sections](Wrap-dependency-system-manual.md#provide-section) in subproject wrap files, if [`wrap_mode`](Builtin-options.md#core-options) is |