r189947 - A minor fix in the documentation.
Alexander Kornienko
alexfh at google.com
Wed Sep 4 08:14:18 PDT 2013
Author: alexfh
Date: Wed Sep 4 10:14:18 2013
New Revision: 189947
URL: http://llvm.org/viewvc/llvm-project?rev=189947&view=rev
Log:
A minor fix in the documentation.
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=189947&r1=189946&r2=189947&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Wed Sep 4 10:14:18 2013
@@ -62,8 +62,8 @@ Configurable Format Style Options
This section lists the supported style options. Value type is specified for
each option. For enumeration types possible values are specified both as a C++
-enumeration member (with a prefix, e.g. LS_Auto), and as a value usable in the
-configuration (without a prefix).
+enumeration member (with a prefix, e.g. ``LS_Auto``), and as a value usable in
+the configuration (without a prefix: ``Auto``).
**BasedOnStyle** (``string``)
More information about the cfe-commits
mailing list