r217524 - [sphinx cleanup]

Dan Liew dan at su-root.co.uk
Wed Sep 10 10:26:21 PDT 2014


Author: delcypher
Date: Wed Sep 10 12:26:21 2014
New Revision: 217524

URL: http://llvm.org/viewvc/llvm-project?rev=217524&view=rev
Log:
[sphinx cleanup]
Fix sphinx warning introduced by r217501.

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=217524&r1=217523&r2=217524&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Wed Sep 10 12:26:21 2014
@@ -260,7 +260,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