]> granicus.if.org Git - clang/commitdiff
Escaping a literal character to fix an RST warning.
authorAaron Ballman <aaron@aaronballman.com>
Wed, 25 Jun 2014 12:41:28 +0000 (12:41 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Wed, 25 Jun 2014 12:41:28 +0000 (12:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211690 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index fefeff30af2826f8d976d24a1a6d37bdc1771391..29dce2d45d392710bb85b14f756ee3540fd07578 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.