From: Aaron Ballman Date: Thu, 9 Oct 2014 13:03:12 +0000 (+0000) Subject: Escaping a special character in the documentation. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fe9c20ab81e871aea14a936c6e94f30dfcc0ce48;p=clang Escaping a special character in the documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219407 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index 530f7c5bf8..e273a3de35 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/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.