diff options
| author | Eli Schwartz <eschwartz93@gmail.com> | 2023-12-28 17:26:47 -0500 |
|---|---|---|
| committer | Eli Schwartz <eschwartz93@gmail.com> | 2023-12-28 17:28:42 -0500 |
| commit | 4a96ad0170126f82b0aa13c26a31013f5d8127d8 (patch) | |
| tree | 068bf0f8071bcf718ead2c635bcdd1968c700942 | |
| parent | 4351f56f13519d0ba6fc26e651c4a0a0331d5767 (diff) | |
| download | meson-4a96ad0170126f82b0aa13c26a31013f5d8127d8.tar.gz | |
docs: fix regression that broke intended meaning of compiler variables note
In commit 58c2aeb5e433ae7652488d53021c40db1712dea5, an asterisk used to
indicate "see note at bottom" was doubled up into an "italicize this
paragraph", which didn't contextually make any sense.
See: https://github.com/mesonbuild/meson/pull/12674#issue-2057666653
| -rw-r--r-- | docs/markdown/Reference-tables.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-tables.md b/docs/markdown/Reference-tables.md index 86f3e9ea5..965a3cad6 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -377,7 +377,7 @@ machine](#Environment-variables-per-machine) section for details. | nasm | NASM | | Uses the C linker | *The old environment variables are still supported, but are deprecated -and will be removed in a future version of Meson.* +and will be removed in a future version of Meson. *changed in 1.3.0* Paths with spaces were split unconditionally to extract components such as the [path to Ccache](Feature-autodetection.md#ccache), |
