diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-10-27 23:11:44 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-10-27 23:11:44 +0100 |
commit | 1c2cfe45292aea0e6f938098add92f3dd90727f1 (patch) | |
tree | 5ac7c3d72b977c63b087ddc8e398e07483d096cf /docs/markdown/Reference-tables.md | |
parent | 026bdd600ae640c9b1b99b57fe73efc232e5eb20 (diff) | |
download | meson-1c2cfe45292aea0e6f938098add92f3dd90727f1.zip meson-1c2cfe45292aea0e6f938098add92f3dd90727f1.tar.gz meson-1c2cfe45292aea0e6f938098add92f3dd90727f1.tar.bz2 |
docs: Fix gcc attribute list link [skip ci]
Diffstat (limited to 'docs/markdown/Reference-tables.md')
-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 4657e17..ef5d24b 100644 --- a/docs/markdown/Reference-tables.md +++ b/docs/markdown/Reference-tables.md @@ -114,7 +114,7 @@ These are the parameters names that are supported using `compiler.has_function_attribute()` or `compiler.get_supported_function_attributes()` -### GCC __attribute__ +### GCC `__attribute__` These values are supported using the GCC style `__attribute__` annotations, which are supported by GCC, Clang, and other compilers. |