aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@centricular.com>2018-10-27 23:11:44 +0100
committerNirbheek Chauhan <nirbheek@centricular.com>2018-10-27 23:11:44 +0100
commit1c2cfe45292aea0e6f938098add92f3dd90727f1 (patch)
tree5ac7c3d72b977c63b087ddc8e398e07483d096cf /docs/markdown/Reference-manual.md
parent026bdd600ae640c9b1b99b57fe73efc232e5eb20 (diff)
downloadmeson-1c2cfe45292aea0e6f938098add92f3dd90727f1.zip
meson-1c2cfe45292aea0e6f938098add92f3dd90727f1.tar.gz
meson-1c2cfe45292aea0e6f938098add92f3dd90727f1.tar.bz2
docs: Fix gcc attribute list link [skip ci]
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index 59d4173..c9fe25b 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -1790,7 +1790,7 @@ the following methods:
compiler supports the GNU style (`__attribute__(...)`) `name`. This is
preferable to manual compile checks as it may be optimized for compilers that
do not support such attributes.
- [This table](Reference-tables.md#gcc-attribute-support) Lists all of the
+ [This table](Reference-tables.md#gcc-__attribute__) lists all of the
supported attributes.
- `get_supported_function_attributes(list_of_names)` *(added in 0.48.0)