r211693 - Fixing the RST markup for the #pragma loop attribute documentation.

Aaron Ballman aaron at aaronballman.com
Wed Jun 25 05:49:06 PDT 2014


Author: aaronballman
Date: Wed Jun 25 07:49:05 2014
New Revision: 211693

URL: http://llvm.org/viewvc/llvm-project?rev=211693&view=rev
Log:
Fixing the RST markup for the #pragma loop attribute documentation.

Modified:
    cfe/trunk/include/clang/Basic/AttrDocs.td

Modified: cfe/trunk/include/clang/Basic/AttrDocs.td
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Basic/AttrDocs.td?rev=211693&r1=211692&r2=211693&view=diff
==============================================================================
--- cfe/trunk/include/clang/Basic/AttrDocs.td (original)
+++ cfe/trunk/include/clang/Basic/AttrDocs.td Wed Jun 25 07:49:05 2014
@@ -1015,12 +1015,12 @@ This attribute is incompatible with the
 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.
   }];
 }





More information about the cfe-commits mailing list