]> granicus.if.org Git - clang/commitdiff
[sphinx cleanup]
authorDan Liew <dan@su-root.co.uk>
Tue, 16 Sep 2014 08:44:27 +0000 (08:44 +0000)
committerDan Liew <dan@su-root.co.uk>
Tue, 16 Sep 2014 08:44:27 +0000 (08:44 +0000)
Fix warning introduced by r211098.

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

docs/ClangFormatStyleOptions.rst

index 84b3fc8202dc82476d52f40d013b4180c4fcc6a8..5bd051663f1724e208d0d98fdd82cd99836a1356 100644 (file)
@@ -270,7 +270,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.