Author: Max Sagebaum Date: 2021-05-27T13:12:55+02:00 New Revision: 7faffdeb48d3d81ba8fc1353f1a9a563a25adf6d
URL: https://github.com/llvm/llvm-project/commit/7faffdeb48d3d81ba8fc1353f1a9a563a25adf6d DIFF: https://github.com/llvm/llvm-project/commit/7faffdeb48d3d81ba8fc1353f1a9a563a25adf6d.diff LOG: [clang-format] [NFC] realign documentation in Format.h... ... and ClanfFormatStyleOptions.rst for EmptyLineAfterAccessModifier Differential-Revision: https://reviews.llvm.org/D102989 Added: Modified: clang/include/clang/Format/Format.h Removed: ################################################################################ diff --git a/clang/include/clang/Format/Format.h b/clang/include/clang/Format/Format.h index d13c6ff4d9334..4392b4aa4b43a 100644 --- a/clang/include/clang/Format/Format.h +++ b/clang/include/clang/Format/Format.h @@ -1973,7 +1973,9 @@ struct FormatStyle { ELAAMS_Always, }; - /// Defines in which cases to put empty line after access modifiers. + /// Defines when to put an empty line after access modifiers. + /// ``EmptyLineBeforeAccessModifier`` configuration handles the number of + /// empty lines between two access modifiers. EmptyLineAfterAccessModifierStyle EmptyLineAfterAccessModifier; /// Different styles for empty line before access modifiers. _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits