r214967 - Fix sphinx warning.
Dan Liew
dan at su-root.co.uk
Wed Aug 6 06:49:34 PDT 2014
Author: delcypher
Date: Wed Aug 6 08:49:33 2014
New Revision: 214967
URL: http://llvm.org/viewvc/llvm-project?rev=214967&view=rev
Log:
Fix sphinx warning.
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=214967&r1=214966&r2=214967&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Wed Aug 6 08:49:33 2014
@@ -220,7 +220,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