diff options
Diffstat (limited to 'clang/docs/LanguageExtensions.rst')
| -rw-r--r-- | clang/docs/LanguageExtensions.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/clang/docs/LanguageExtensions.rst b/clang/docs/LanguageExtensions.rst index 645fe4ab9d0..c3e2c83d130 100644 --- a/clang/docs/LanguageExtensions.rst +++ b/clang/docs/LanguageExtensions.rst @@ -842,9 +842,8 @@ Blocks ====== The syntax and high level language feature description is in -`BlockLanguageSpec.rst <BlockLanguageSpec.rst>`_. Implementation and ABI -details for the clang implementation are in `Block-ABI-Apple.txt -<Block-ABI-Apple.txt>`_. +:doc:`BlockLanguageSpec`. Implementation and ABI details for the clang +implementation are in `Block-ABI-Apple.txt <Block-ABI-Apple.txt>`_. Query for this feature with ``__has_extension(blocks)``. |

