diff options
author | Aaron Ballman <aaron@aaronballman.com> | 2014-10-09 13:03:12 +0000 |
---|---|---|
committer | Aaron Ballman <aaron@aaronballman.com> | 2014-10-09 13:03:12 +0000 |
commit | 201b94e63f9180be5ec0df9f425075a4704e4295 (patch) | |
tree | c49a997f17aa2d9eb95b38120b00644bac45122d | |
parent | 458a669f49e30a30b0fbfcc34fc4e556befbb73b (diff) | |
download | bcm5719-llvm-201b94e63f9180be5ec0df9f425075a4704e4295.tar.gz bcm5719-llvm-201b94e63f9180be5ec0df9f425075a4704e4295.zip |
Escaping a special character in the documentation.
llvm-svn: 219407
-rw-r--r-- | clang/docs/ClangFormatStyleOptions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 530f7c5bf83..e273a3de35f 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -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. |