[llvm] r298398 - Fix RST docs AttributeList heading underline

Reid Kleckner via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 21 10:05:00 PDT 2017


Author: rnk
Date: Tue Mar 21 12:05:00 2017
New Revision: 298398

URL: http://llvm.org/viewvc/llvm-project?rev=298398&view=rev
Log:
Fix RST docs AttributeList heading underline

Modified:
    llvm/trunk/docs/HowToUseAttributes.rst

Modified: llvm/trunk/docs/HowToUseAttributes.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/HowToUseAttributes.rst?rev=298398&r1=298397&r2=298398&view=diff
==============================================================================
--- llvm/trunk/docs/HowToUseAttributes.rst (original)
+++ llvm/trunk/docs/HowToUseAttributes.rst Tue Mar 21 12:05:00 2017
@@ -39,7 +39,7 @@ convert any code which does treat them a
 methods on the Attribute class.
 
 ``AttributeList``
-================
+=================
 
 The ``AttributeList`` stores a collection of Attribute objects for each kind of
 object that may have an attribute associated with it: the function as a whole,




More information about the llvm-commits mailing list