From 1c2cfe45292aea0e6f938098add92f3dd90727f1 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Sat, 27 Oct 2018 23:11:44 +0100 Subject: docs: Fix gcc attribute list link [skip ci] --- docs/markdown/Reference-manual.md | 2 +- docs/markdown/Reference-tables.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/markdown') 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) 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. -- cgit v1.1