Skip to content

Commit 0fd80bc

Browse files
authored
chore(format): fix invalid Doxygen documentation (#3141)
that raises warnings with clang -Wdocumentation
1 parent e8bfe17 commit 0fd80bc

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

c/include/arrow-adbc/adbc_driver_manager.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,8 @@ AdbcStatusCode AdbcLoadDriver(const char* driver_name, const char* entrypoint,
101101
/// entrypoint based on the driver name.
102102
/// \param[in] version The ADBC revision to attempt to initialize.
103103
/// \param[in] load_options bit mask of AdbcLoadFlags to control the directories searched
104-
/// \param[out] raw_driver The table of function pointers to initialize
104+
/// \param[out] driver The table of function pointers to initialize
105105
/// \param[out] error An optional location to return an error message
106-
/// @return
107106
ADBC_EXPORT
108107
AdbcStatusCode AdbcFindLoadDriver(const char* driver_name, const char* entrypoint,
109108
const int version, const AdbcLoadFlags load_options,

go/adbc/drivermgr/arrow-adbc/adbc_driver_manager.h

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)