r199538 - Try to fix this link.

Nick Lewycky nicholas at mxc.ca
Fri Jan 17 18:29:10 PST 2014


Author: nicholas
Date: Fri Jan 17 20:29:10 2014
New Revision: 199538

URL: http://llvm.org/viewvc/llvm-project?rev=199538&view=rev
Log:
Try to fix this link.

Modified:
    cfe/trunk/docs/LanguageExtensions.rst

Modified: cfe/trunk/docs/LanguageExtensions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/LanguageExtensions.rst?rev=199538&r1=199537&r2=199538&view=diff
==============================================================================
--- cfe/trunk/docs/LanguageExtensions.rst (original)
+++ cfe/trunk/docs/LanguageExtensions.rst Fri Jan 17 20:29:10 2014
@@ -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++





More information about the cfe-commits mailing list