r217864 - [sphinx cleanup]
Dan Liew
dan at su-root.co.uk
Tue Sep 16 01:44:27 PDT 2014
Author: delcypher
Date: Tue Sep 16 03:44:27 2014
New Revision: 217864
URL: http://llvm.org/viewvc/llvm-project?rev=217864&view=rev
Log:
[sphinx cleanup]
Fix warning introduced by r211098.
Modified:
cfe/trunk/docs/ClangFormatStyleOptions.rst
Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=217864&r1=217863&r2=217864&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Tue Sep 16 03:44:27 2014
@@ -270,7 +270,7 @@ the configuration (without a prefix: ``A
**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.
More information about the cfe-commits
mailing list