Escaping an RST character to correct a Sphinx warning.

llvm-svn: 213651
This commit is contained in:
Aaron Ballman 2014-07-22 13:12:38 +00:00
parent 08b065909f
commit a2a3b3fc5b
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.