From 3b5307281617d19e9e654da51bec7e2b8ad41124 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Tue, 21 Mar 2017 17:05:00 +0000 Subject: [PATCH] Fix RST docs AttributeList heading underline git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@298398 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/HowToUseAttributes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.50.1