From: Nick Lewycky Date: Sat, 16 Aug 2014 02:11:54 +0000 (+0000) Subject: Try indenting to put all the text inside the block. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8bb346bed9ac06ae6c11f02dfe0569a87277092f;p=clang Try indenting to put all the text inside the block. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@215807 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/AttributeReference.rst b/docs/AttributeReference.rst index d28cee2579..81deeae27c 100644 --- a/docs/AttributeReference.rst +++ b/docs/AttributeReference.rst @@ -237,9 +237,9 @@ enable_if "X","","","" .. Note:: Some features of this attribute are experimental. The meaning of -multiple enable_if attributes on a single declaration is subject to change in -a future version of clang. Also, the ABI is not standardized and the mangled -name produced may change. To avoid that, use asm labels. + multiple enable_if attributes on a single declaration is subject to change in + a future version of clang. Also, the ABI is not standardized and the mangled + name produced may change. To avoid that, use asm labels. The ``enable_if`` attribute can be placed on function declarations to control which overload is selected based on the values of the function's arguments.