From 201b94e63f9180be5ec0df9f425075a4704e4295 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Thu, 9 Oct 2014 13:03:12 +0000 Subject: Escaping a special character in the documentation. llvm-svn: 219407 --- 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 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. -- cgit v1.2.3