Fix sphinx warning.

llvm-svn: 214967
This commit is contained in:
Dan Liew 2014-08-06 13:49:33 +00:00
parent 4718944399
commit b954493890
1 changed files with 1 additions and 1 deletions

View File

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