From 1c9547ed51ae9db8dd7de6e26b50c1b79669f759 Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Wed, 10 Sep 2014 17:26:21 +0000 Subject: [PATCH] [sphinx cleanup] Fix sphinx warning introduced by r217501. llvm-svn: 217524 --- 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 c7981cfcdf1f..e0793e80a7d3 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -260,7 +260,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.