From: Aaron Ballman Date: Thu, 28 Jun 2018 12:02:38 +0000 (+0000) Subject: Correct the code highlighting marker to be Objective-C rather than C++ which fixes... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a35288989d952cdc7cb4d19b0f5cdf7f623b18ad;p=clang Correct the code highlighting marker to be Objective-C rather than C++ which fixes a Sphinx build warning; NFC. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@335842 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ClangFormatStyleOptions.rst b/docs/ClangFormatStyleOptions.rst index 64008b50a0..b6281ecae7 100644 --- a/docs/ClangFormatStyleOptions.rst +++ b/docs/ClangFormatStyleOptions.rst @@ -1588,7 +1588,7 @@ the configuration (without a prefix: ``Auto``). onto individual lines whenever they go over ``ColumnLimit``. - .. code-block:: c++ + .. code-block:: objc Always (or Auto, if BinPackParameters=true): @interface ccccccccccccc () <