r335842 - Correct the code highlighting marker to be Objective-C rather than C++ which fixes a Sphinx build warning; NFC.

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 28 05:02:38 PDT 2018


Author: aaronballman
Date: Thu Jun 28 05:02:38 2018
New Revision: 335842

URL: http://llvm.org/viewvc/llvm-project?rev=335842&view=rev
Log:
Correct the code highlighting marker to be Objective-C rather than C++ which fixes a Sphinx build warning; NFC.

Modified:
    cfe/trunk/docs/ClangFormatStyleOptions.rst

Modified: cfe/trunk/docs/ClangFormatStyleOptions.rst
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/docs/ClangFormatStyleOptions.rst?rev=335842&r1=335841&r2=335842&view=diff
==============================================================================
--- cfe/trunk/docs/ClangFormatStyleOptions.rst (original)
+++ cfe/trunk/docs/ClangFormatStyleOptions.rst Thu Jun 28 05:02:38 2018
@@ -1588,7 +1588,7 @@ the configuration (without a prefix: ``A
   onto individual lines whenever they go over ``ColumnLimit``.
 
 
-  .. code-block:: c++
+  .. code-block:: objc
 
      Always (or Auto, if BinPackParameters=true):
      @interface ccccccccccccc () <




More information about the cfe-commits mailing list