r215807 - Try indenting to put all the text inside the block.

Nick Lewycky nicholas at mxc.ca
Fri Aug 15 19:11:54 PDT 2014


Author: nicholas
Date: Fri Aug 15 21:11:54 2014
New Revision: 215807

URL: http://llvm.org/viewvc/llvm-project?rev=215807&view=rev
Log:
Try indenting to put all the text inside the block.

Modified:
    cfe/trunk/docs/AttributeReference.rst

Modified: cfe/trunk/docs/AttributeReference.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/AttributeReference.rst?rev=215807&r1=215806&r2=215807&view=diff
==============================================================================
--- cfe/trunk/docs/AttributeReference.rst (original)
+++ cfe/trunk/docs/AttributeReference.rst Fri Aug 15 21:11:54 2014
@@ -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.





More information about the cfe-commits mailing list