This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new 0fd80bce0 chore(format): fix invalid Doxygen documentation (#3141)
0fd80bce0 is described below
commit 0fd80bce0ba2f8511057547da90961a0ddb643e9
Author: Even Rouault <[email protected]>
AuthorDate: Sun Jul 13 07:07:39 2025 +0100
chore(format): fix invalid Doxygen documentation (#3141)
that raises warnings with clang -Wdocumentation
---
c/include/arrow-adbc/adbc_driver_manager.h | 3 +--
go/adbc/drivermgr/arrow-adbc/adbc_driver_manager.h | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/c/include/arrow-adbc/adbc_driver_manager.h
b/c/include/arrow-adbc/adbc_driver_manager.h
index 477584d7c..9cd0fa1d0 100644
--- a/c/include/arrow-adbc/adbc_driver_manager.h
+++ b/c/include/arrow-adbc/adbc_driver_manager.h
@@ -101,9 +101,8 @@ AdbcStatusCode AdbcLoadDriver(const char* driver_name,
const char* entrypoint,
/// entrypoint based on the driver name.
/// \param[in] version The ADBC revision to attempt to initialize.
/// \param[in] load_options bit mask of AdbcLoadFlags to control the
directories searched
-/// \param[out] raw_driver The table of function pointers to initialize
+/// \param[out] driver The table of function pointers to initialize
/// \param[out] error An optional location to return an error message
-/// @return
ADBC_EXPORT
AdbcStatusCode AdbcFindLoadDriver(const char* driver_name, const char*
entrypoint,
const int version, const AdbcLoadFlags
load_options,
diff --git a/go/adbc/drivermgr/arrow-adbc/adbc_driver_manager.h
b/go/adbc/drivermgr/arrow-adbc/adbc_driver_manager.h
index 477584d7c..9cd0fa1d0 100644
--- a/go/adbc/drivermgr/arrow-adbc/adbc_driver_manager.h
+++ b/go/adbc/drivermgr/arrow-adbc/adbc_driver_manager.h
@@ -101,9 +101,8 @@ AdbcStatusCode AdbcLoadDriver(const char* driver_name,
const char* entrypoint,
/// entrypoint based on the driver name.
/// \param[in] version The ADBC revision to attempt to initialize.
/// \param[in] load_options bit mask of AdbcLoadFlags to control the
directories searched
-/// \param[out] raw_driver The table of function pointers to initialize
+/// \param[out] driver The table of function pointers to initialize
/// \param[out] error An optional location to return an error message
-/// @return
ADBC_EXPORT
AdbcStatusCode AdbcFindLoadDriver(const char* driver_name, const char*
entrypoint,
const int version, const AdbcLoadFlags
load_options,