From 21e09772880abc8bd79ad9b8c61dd151a4a0c7ff Mon Sep 17 00:00:00 2001 From: Alex Rao Date: Thu, 11 Dec 2025 16:27:04 -0500 Subject: 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 --- docs/yaml/functions/install_headers.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') 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 -- cgit v1.2.3