diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2014-06-25 12:41:28 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2014-06-25 12:41:28 +0000 |
commit | 00a9f1b30e1c5da2883351848fc8a399c2d59d12 (patch) | |
tree | d8933b95a39190d4035b5d8b5476b2bfd83f9332 /docs/ClangFormatStyleOptions.rst | |
parent | 96a2ac536aac000f27607bdbdeec30fabb9f6d6c (diff) | |
download | clang-00a9f1b30e1c5da2883351848fc8a399c2d59d12.tar.gz |
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
Diffstat (limited to 'docs/ClangFormatStyleOptions.rst')
-rw-r--r-- | docs/ClangFormatStyleOptions.rst | 2 |
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. |