Commit 2625ff3
authored
MINOR: [C++][Docs] Fix doxygen issue in ree_util.h (apache#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.
Authored-by: Bryce Mecum <petridish@gmail.com>
Signed-off-by: Sutou Kouhei <kou@clear-code.com>1 parent ca311c1 commit 2625ff3
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
392 | 392 | | |
393 | 393 | | |
394 | 394 | | |
395 | | - | |
| 395 | + | |
| 396 | + | |
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
399 | 400 | | |
400 | 401 | | |
401 | 402 | | |
402 | | - | |
| 403 | + | |
403 | 404 | | |
| 405 | + | |
404 | 406 | | |
405 | 407 | | |
406 | 408 | | |
| |||
0 commit comments