Escaping a literal character to fix an RST warning.

llvm-svn: 211690
This commit is contained in:
Aaron Ballman 2014-06-25 12:41:28 +00:00
parent c403be1991
commit 3cf5c9de14
1 changed files with 1 additions and 1 deletions

View File

@ -213,7 +213,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.