r211690 - Escaping a literal character to fix an RST warning.

Aaron Ballman aaron at aaronballman.com
Wed Jun 25 05:41:28 PDT 2014


Author: aaronballman
Date: Wed Jun 25 07:41:28 2014
New Revision: 211690

URL: http://llvm.org/viewvc/llvm-project?rev=211690&view=rev
Log:
Escaping a literal character to fix an RST warning.

Modified:
    cfe/trunk/docs/ClangFormatStyleOptions.rst

Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=211690&r1=211689&r2=211690&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Wed Jun 25 07:41:28 2014
@@ -213,7 +213,7 @@ the configuration (without a prefix: ``A
 
 **DerivePointerAlignment** (``bool``)
   If ``true``, analyze the formatted file for the most common
-  alignment of & and *. ``PointerAlignment`` is then used only as fallback.
+  alignment of & and \*. ``PointerAlignment`` is then used only as fallback.
 
 **DisableFormat** (``bool``)
   Disables formatting at all.





More information about the cfe-commits mailing list