]> granicus.if.org Git - clang/commitdiff
Fix sphinx warning.
authorDan Liew <dan@su-root.co.uk>
Wed, 6 Aug 2014 13:49:33 +0000 (13:49 +0000)
committerDan Liew <dan@su-root.co.uk>
Wed, 6 Aug 2014 13:49:33 +0000 (13:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@214967 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index 470db9d321bab7b74488ea41e1abd5b3fa215568..1dcc2afb39f826a78d97824d90a5cd2e02276490 100644 (file)
@@ -220,7 +220,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.