[sphinx cleanup]

Fix sphinx warning introduced by r217501.

llvm-svn: 217524
This commit is contained in:
Dan Liew 2014-09-10 17:26:21 +00:00
parent fa2de77a14
commit 1c9547ed51
1 changed files with 1 additions and 1 deletions

View File

@ -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.