Author: Aaron Ballman Date: 2022-10-30T08:59:33-04:00 New Revision: 63a3a067d0ad5b243dbd9f993c2515dcc630cce2
URL: https://github.com/llvm/llvm-project/commit/63a3a067d0ad5b243dbd9f993c2515dcc630cce2 DIFF: https://github.com/llvm/llvm-project/commit/63a3a067d0ad5b243dbd9f993c2515dcc630cce2.diff LOG: Fix the clang Sphinx build This should address the issue found in: https://lab.llvm.org/buildbot/#/builders/92/builds/34906 Added: Modified: clang/docs/ClangFormatStyleOptions.rst Removed: ################################################################################ diff --git a/clang/docs/ClangFormatStyleOptions.rst b/clang/docs/ClangFormatStyleOptions.rst index 1911af6511b0..0416190a2fd5 100644 --- a/clang/docs/ClangFormatStyleOptions.rst +++ b/clang/docs/ClangFormatStyleOptions.rst @@ -914,6 +914,7 @@ the configuration (without a prefix: ``Auto``). int abcdef; // aligned + And with ``MaxEmptyLinesToKeep`` is 2 and ``OverEmptyLines`` is 1, .. code-block:: c++ _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits