[docs] Apply previous sphinx fix to its actual source
authorEmilia Dreamer <emilia@rymiel.space>
Wed, 11 Jan 2023 12:43:29 +0000 (14:43 +0200)
committerEmilia Dreamer <emilia@rymiel.space>
Wed, 11 Jan 2023 12:44:36 +0000 (14:44 +0200)
This clang-format documentation file is auto-generated from Format.h,
so the fix should be applied there, or else it will be overwritten
whenever Format.h is modified and that file is regenerated.

clang/include/clang/Format/Format.h

index 3a90c1f..f6c8723 100644 (file)
@@ -2501,7 +2501,7 @@ struct FormatStyle {
   /// \endcode
   struct IntegerLiteralSeparatorStyle {
     /// Format separators in binary literals.
-    /// \code
+    /// \code{.text}
     ///    -1: 0b100111101101
     ///     0: 0b10011'11'0110'1
     ///     3: 0b100'111'101'101