r213651 - Escaping an RST character to correct a Sphinx warning.

Aaron Ballman aaron at aaronballman.com
Tue Jul 22 06:12:39 PDT 2014


Author: aaronballman
Date: Tue Jul 22 08:12:38 2014
New Revision: 213651

URL: http://llvm.org/viewvc/llvm-project?rev=213651&view=rev
Log:
Escaping an RST character to correct a Sphinx 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=213651&r1=213650&r2=213651&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Tue Jul 22 08:12:38 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