amoeba opened a new pull request, #46012: URL: https://github.com/apache/arrow/pull/46012
### Rationale for this change clang 19.1.0 or higher now warns (or errors under `-Wdocumentation`) about improper use of the `\par` directive and we have one such instance in our docs in https://github.com/apache/arrow/blob/main/cpp/src/arrow/util/ree_util.h#L395. See https://godbolt.org/z/61Wh5bEs9. ### What changes are included in this PR? Fixed docstring so it reads and renders as the original author likely intended. ### Are these changes tested? Yes. The code in question isn't currently included in any or our rendered documentation so we can't do a preview here in the PR but I have tested this locally. ### Are there any user-facing changes? No. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org