summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2014-06-25 12:41:28 +0000
committerAaron Ballman <aaron@aaronballman.com>2014-06-25 12:41:28 +0000
commit00a9f1b30e1c5da2883351848fc8a399c2d59d12 (patch)
treed8933b95a39190d4035b5d8b5476b2bfd83f9332
parent96a2ac536aac000f27607bdbdeec30fabb9f6d6c (diff)
downloadclang-00a9f1b30e1c5da2883351848fc8a399c2d59d12.tar.gz
clang-00a9f1b30e1c5da2883351848fc8a399c2d59d12.tar.bz2
clang-00a9f1b30e1c5da2883351848fc8a399c2d59d12.tar.xz
Escaping a literal character to fix an RST warning.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@211690 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/ClangFormatStyleOptions.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst
index fefeff30af..29dce2d45d 100644
--- a/docs/ClangFormatStyleOptions.rst
+++ b/docs/ClangFormatStyleOptions.rst
@@ -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.