]> granicus.if.org Git - clang/commitdiff
A minor fix in the documentation.
authorAlexander Kornienko <alexfh@google.com>
Wed, 4 Sep 2013 15:14:18 +0000 (15:14 +0000)
committerAlexander Kornienko <alexfh@google.com>
Wed, 4 Sep 2013 15:14:18 +0000 (15:14 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189947 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ClangFormatStyleOptions.rst

index f7f2413f2e02f18835aaff4490692615ce4a4a69..658e285af1320d21d1fec26289174b224d1d2418 100644 (file)
@@ -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``)