aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorandy5995 <arch_stanton5995@protonmail.com>2022-05-16 01:52:58 -0500
committerJussi Pakkanen <jpakkane@gmail.com>2022-05-24 20:18:42 +0300
commit5746469e45f6e380eedb62a7b030d4e3cb45b116 (patch)
treed6bb2cf20b492159f2f705858a226a21077d3025 /docs
parent8e4fecdd0f8c23f6b0674915059c8cb470ed17b3 (diff)
downloadmeson-5746469e45f6e380eedb62a7b030d4e3cb45b116.zip
meson-5746469e45f6e380eedb62a7b030d4e3cb45b116.tar.gz
meson-5746469e45f6e380eedb62a7b030d4e3cb45b116.tar.bz2
Compiler-properties.md:link to compiler object page
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/Compiler-properties.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md
index e231e16..809ba50 100644
--- a/docs/markdown/Compiler-properties.md
+++ b/docs/markdown/Compiler-properties.md
@@ -2,8 +2,9 @@
Not all compilers and platforms are alike. Therefore Meson provides
the tools to detect properties of the system during configure time. To
-get most of this information, you first need to extract the *compiler
-object* from the main *meson* variable.
+get most of this information, you first need to extract the *[compiler
+object](Reference-manual_returned_compiler.html)* from the main
+*meson* variable.
```meson
compiler = meson.get_compiler('c')