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)
llvm-svn: 214967

clang/docs/ClangFormatStyleOptions.rst

index 470db9d..1dcc2af 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.