From: Dan Liew Date: Tue, 16 Sep 2014 08:44:27 +0000 (+0000) Subject: [sphinx cleanup] X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5ce1cbcffd7625935379d405d76af576bfec0d8d;p=clang [sphinx cleanup] Fix warning introduced by r211098. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@217864 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index 84b3fc8202..5bd051663f 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/docs/ClangFormatStyleOptions.rst @@ -270,7 +270,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.