]> granicus.if.org Git - clang/commitdiff
Escaping an RST character to correct a Sphinx warning.
authorAaron Ballman <aaron@aaronballman.com>
Tue, 22 Jul 2014 13:12:38 +0000 (13:12 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Tue, 22 Jul 2014 13:12:38 +0000 (13:12 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@213651 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index 910192bd34802fdb332e134a95168243f7c68d22..07febaf3898b088853dc72963daa472158cf3cef 100644 (file)
@@ -213,7 +213,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.