diff options
| author | Alex Rao <alexhrao@users.noreply.github.com> | 2025-12-11 16:27:04 -0500 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2025-12-11 18:10:40 -0800 |
| commit | 21e09772880abc8bd79ad9b8c61dd151a4a0c7ff (patch) | |
| tree | c29486f776e750de8768fdcd0783286c60e41bd8 /docs | |
| parent | bfa96def243340841c1752bb63eeb4add92fe25a (diff) | |
| download | meson-21e09772880abc8bd79ad9b8c61dd151a4a0c7ff.tar.gz | |
Add closing backtick to the install_headers docs
This commit adds a closing backtick to the mention of
`configure_file()`, that way it shows up correctly as
preformatted
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/yaml/functions/install_headers.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/install_headers.yaml b/docs/yaml/functions/install_headers.yaml index 42f64624b..30332b3ea 100644 --- a/docs/yaml/functions/install_headers.yaml +++ b/docs/yaml/functions/install_headers.yaml @@ -11,7 +11,7 @@ description: | Please note that this can only install static files from the source tree. Generated files are installed via the `install_dir:` kwarg on the respective - generators, such as `custom_target()` or `configure_file(). + generators, such as `custom_target()` or `configure_file()`. example: | For example, this will install `common.h` and `kola.h` into |
