From: Reid Kleckner Date: Tue, 21 Mar 2017 17:05:00 +0000 (+0000) Subject: Fix RST docs AttributeList heading underline X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3b5307281617d19e9e654da51bec7e2b8ad41124;p=llvm Fix RST docs AttributeList heading underline git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298398 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/HowToUseAttributes.rst b/docs/HowToUseAttributes.rst index bb7f63f43a3..1d05e238587 100644 --- a/docs/HowToUseAttributes.rst +++ b/docs/HowToUseAttributes.rst @@ -39,7 +39,7 @@ convert any code which does treat them as a bit mask to use the new query 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,