]> granicus.if.org Git - clang/commitdiff
[sphinx cleanup]
authorDan Liew <dan@su-root.co.uk>
Wed, 10 Sep 2014 17:26:21 +0000 (17:26 +0000)
committerDan Liew <dan@su-root.co.uk>
Wed, 10 Sep 2014 17:26:21 +0000 (17:26 +0000)
Fix sphinx warning introduced by r217501.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217524 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index c7981cfcdf1fb4f7211174248d6a28223055964c..e0793e80a7d3d071fd7e62c3908997afc9922613 100644 (file)
@@ -260,7 +260,7 @@ the configuration (without a prefix: ``Auto``).
 
 **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.