From b95449389065bc50a67d175497a6e126dfe0f408 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Wed, 6 Aug 2014 13:49:33 +0000 Subject: [PATCH] Fix sphinx warning. llvm-svn: 214967 --- clang/docs/ClangFormatStyleOptions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 470db9d..1dcc2af 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -220,7 +220,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. -- 2.7.4