From 60b549820d123f05a74a0bd0856a4546e156795b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ra=C3=BAl=20Cumplido?= Date: Thu, 25 Jun 2026 15:11:02 +0200 Subject: [PATCH] GH-50257: [CI][Docs] Fix doxygen failing due to double backticks --- cpp/src/arrow/util/bit_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/src/arrow/util/bit_util.h b/cpp/src/arrow/util/bit_util.h index cd6d15f9134..971b77d6979 100644 --- a/cpp/src/arrow/util/bit_util.h +++ b/cpp/src/arrow/util/bit_util.h @@ -191,7 +191,7 @@ struct CopyBitsParams { /// /// Copy bits [start, end[ from src into the position [start, end[ in dst /// and return the result (inputs are unmodified). -/// Setting ``kAllowFullCopy`` to false is an optimization when the caller can +/// Setting `kAllowFullCopy` to false is an optimization when the caller can /// guarantee that the range of bits to copy does not cover the whole range. template [[nodiscard]] constexpr Uint CopyBitsInInteger(const CopyBitsParams& params) {