From: Marek Kurdej Date: Mon, 25 Jan 2021 09:59:47 +0000 (+0100) Subject: [clang-format] [docs] Fix RST indentation. X-Git-Tag: llvmorg-13-init~253 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=33a63a36d3cb0a59ef80054a02babe7a28a9842a;p=platform%2Fupstream%2Fllvm.git [clang-format] [docs] Fix RST indentation. --- diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 6877cac..3141dd5 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -327,7 +327,7 @@ the configuration (without a prefix: ``Auto``). int ee : 3; * ``ACS_AcrossEmptyLinesAndComments`` - (in configuration: ``AcrossEmptyLinesAndComments``) + (in configuration: ``AcrossEmptyLinesAndComments``) Same as ACS_Consecutive, but also spans over lines only containing comments and empty lines, e.g. @@ -401,7 +401,7 @@ the configuration (without a prefix: ``Auto``). bool c = false; * ``ACS_AcrossEmptyLinesAndComments`` - (in configuration: ``AcrossEmptyLinesAndComments``) + (in configuration: ``AcrossEmptyLinesAndComments``) Same as ACS_Consecutive, but also spans over lines only containing comments and empty lines, e.g. @@ -476,7 +476,7 @@ the configuration (without a prefix: ``Auto``). #define bar(y, z) (y + z) * ``ACS_AcrossEmptyLinesAndComments`` - (in configuration: ``AcrossEmptyLinesAndComments``) + (in configuration: ``AcrossEmptyLinesAndComments``) Same as ACS_Consecutive, but also spans over lines only containing comments and empty lines, e.g. diff --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h index a956890..fcc38e25 100644 --- a/clang/include/clang/Format/Format.h +++ b/clang/include/clang/Format/Format.h @@ -153,7 +153,7 @@ struct FormatStyle { /// \endcode /// /// * ``ACS_AcrossEmptyLinesAndComments`` - /// (in configuration: ``AcrossEmptyLinesAndComments``) + /// (in configuration: ``AcrossEmptyLinesAndComments``) /// /// Same as ACS_Consecutive, but also spans over lines only containing /// comments and empty lines, e.g. @@ -290,7 +290,7 @@ struct FormatStyle { /// \endcode /// /// * ``ACS_AcrossEmptyLinesAndComments`` - /// (in configuration: ``AcrossEmptyLinesAndComments``) + /// (in configuration: ``AcrossEmptyLinesAndComments``) /// /// Same as ACS_Consecutive, but also spans over lines only containing /// comments and empty lines, e.g. @@ -359,7 +359,7 @@ struct FormatStyle { /// \endcode /// /// * ``ACS_AcrossEmptyLinesAndComments`` - /// (in configuration: ``AcrossEmptyLinesAndComments``) + /// (in configuration: ``AcrossEmptyLinesAndComments``) /// /// Same as ACS_Consecutive, but also spans over lines only containing /// comments and empty lines, e.g.