]> granicus.if.org Git - clang/commitdiff
Try to fix this link.
authorNick Lewycky <nicholas@mxc.ca>
Sat, 18 Jan 2014 02:29:10 +0000 (02:29 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Sat, 18 Jan 2014 02:29:10 +0000 (02:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@199538 91177308-0d34-0410-b5e6-96231b3b80d8

docs/LanguageExtensions.rst

index 561880525f21dd4bd209204de588835b49e4d85f..05cd756850519fd43b2d85f996894b56e8ab3eb9 100644 (file)
@@ -1405,7 +1405,7 @@ Controlling Overload Resolution
 Clang introduces the ``enable_if`` attribute, which can be placed on function
 declarations to control which overload is selected based on the values of the
 function's arguments. When combined with the
-:ref:``overloadable<langext-overloading>`` attribute, this feature is also
+:ref:`overloadable<langext-overloading>` attribute, this feature is also
 available in C.
 
 .. code-block:: c++