diff options
author | Reid Kleckner <rnk@google.com> | 2017-03-21 17:05:00 +0000 |
---|---|---|
committer | Reid Kleckner <rnk@google.com> | 2017-03-21 17:05:00 +0000 |
commit | 974a349bf8abc590f2e6a4c2a2ddc01ca05c68f2 (patch) | |
tree | 94de37f25c95eec173010ad0448174392ecd81e3 /llvm/docs/HowToUseAttributes.rst | |
parent | 5c7a61d221cec7b8ab67c8df15430749a884cc0b (diff) | |
download | bcm5719-llvm-974a349bf8abc590f2e6a4c2a2ddc01ca05c68f2.tar.gz bcm5719-llvm-974a349bf8abc590f2e6a4c2a2ddc01ca05c68f2.zip |
Fix RST docs AttributeList heading underline
llvm-svn: 298398
Diffstat (limited to 'llvm/docs/HowToUseAttributes.rst')
-rw-r--r-- | llvm/docs/HowToUseAttributes.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/HowToUseAttributes.rst b/llvm/docs/HowToUseAttributes.rst index bb7f63f43a3..1d05e238587 100644 --- a/llvm/docs/HowToUseAttributes.rst +++ b/llvm/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, |