]> granicus.if.org Git - clang/commitdiff
Escaping a special character in the documentation.
authorAaron Ballman <aaron@aaronballman.com>
Thu, 9 Oct 2014 13:03:12 +0000 (13:03 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Thu, 9 Oct 2014 13:03:12 +0000 (13:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219407 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index 530f7c5bf8371887875926419a4fe658e7823189..e273a3de35f7972772fe0524dd1d0842012c90eb 100644 (file)
@@ -292,7 +292,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.