From c4f73e020897f25c8690bad07bdc5d2c7d3cf05a Mon Sep 17 00:00:00 2001 From: Alexander Kornienko Date: Wed, 4 Sep 2013 15:14:18 +0000 Subject: [PATCH] A minor fix in the documentation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@189947 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ClangFormatStyleOptions.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index f7f2413f2e..658e285af1 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/docs/ClangFormatStyleOptions.rst @@ -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``) -- 2.40.0