]> granicus.if.org Git - clang/commitdiff
Fixing the RST markup for the #pragma loop attribute documentation.
authorAaron Ballman <aaron@aaronballman.com>
Wed, 25 Jun 2014 12:49:05 +0000 (12:49 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 25 Jun 2014 12:49:05 +0000 (12:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211693 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Basic/AttrDocs.td

index 5ba14462b215aea79769416dd148246cc7382985..69513728fa08c4dcdd415523aeed04e125fb21e3 100644 (file)
@@ -1015,12 +1015,12 @@ This attribute is incompatible with the ``always_inline`` attribute.
 def LoopHintDocs : Documentation {
   let Category = DocCatStmt;
   let Content = [{
-The ``#pragma clang loop'' directive allows loop optimization hints to be
+The ``#pragma clang loop`` directive allows loop optimization hints to be
 specified for the subsequent loop. The directive allows vectorization,
 interleaving, and unrolling to be enabled or disabled. Vector width as well
 as interleave and unrolling count can be manually specified. See
 `language extensions
-<http://clang.llvm.org/docs/LanguageExtensions.html#extensions-for-loop-hint-optimizations>'_
+<http://clang.llvm.org/docs/LanguageExtensions.html#extensions-for-loop-hint-optimizations>`_
 for details.
   }];
 }