Escaping a special character in the documentation.

llvm-svn: 219407
This commit is contained in:
Aaron Ballman 2014-10-09 13:03:12 +00:00
parent 458a669f49
commit 201b94e63f
1 changed files with 1 additions and 1 deletions

View File

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