HyukjinKwon opened a new pull request, #48795: URL: https://github.com/apache/arrow/pull/48795
### Rationale for this change Fix Doxygen build failure caused by backslash sequences in Windows path placeholders being interpreted as Doxygen commands. ### What changes are included in this PR? Changed path placeholder format in `cpp/src/arrow/flight/sql/odbc/README.md` from `<path\to\repo>` to `` `<path\to\repo>` ``. This prevents Doxygen from interpreting `\to` as a command in inline code contexts. ### Are these changes tested? Should be verified with a CI. ### Are there any user-facing changes? No, dev-only. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
