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 3b4ede4ac docs: link to AdbcDriverInitFunc in how_manager.rst (#3227)
3b4ede4ac is described below
commit 3b4ede4ac305444b7d5db1748408eecacf650c3f
Author: Bryce Mecum <[email protected]>
AuthorDate: Fri Aug 1 21:27:56 2025 -0700
docs: link to AdbcDriverInitFunc in how_manager.rst (#3227)
This adds a link to the doxygen section for AdbcDriverInitFunc so users
can find out how the driver manager infers an init function when it has
to guess at one.
---
docs/source/format/how_manager.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/source/format/how_manager.rst
b/docs/source/format/how_manager.rst
index def58c63d..befc486e7 100644
--- a/docs/source/format/how_manager.rst
+++ b/docs/source/format/how_manager.rst
@@ -133,7 +133,8 @@ table of function pointers with one entry per ADBC
function. That way, an
application can dynamically load a driver and call an entrypoint function that
returns this table of function pointers. (It does have to hardcode or guess
the name of the entrypoint; the ADBC spec lists a set of names it can try,
-based on the name of the driver library itself.)
+based on the name of the driver library itself. See
+:c:type:`AdbcDriverInitFunc`.)
.. figure:: DriverTableLoad.mmd.svg