diff --git a/python/src/nanoarrow/array.py b/python/src/nanoarrow/array.py index 35ca7c686..25fc2eb04 100644 --- a/python/src/nanoarrow/array.py +++ b/python/src/nanoarrow/array.py @@ -116,7 +116,7 @@ class Array(ArrayViewVisitable): the Arrow C Stream interface. Note that an :class:`Array` is not necessarily contiguous in memory (i.e., - it may consist of zero or more ``ArrowArray``s). + it may consist of zero or more ``ArrowArray`` objects). Parameters ---------- diff --git a/src/apidoc/Doxyfile b/src/apidoc/Doxyfile index 129dd371a..5a7471d0c 100644 --- a/src/apidoc/Doxyfile +++ b/src/apidoc/Doxyfile @@ -187,7 +187,7 @@ FILE_PATTERNS = *.c \ *.ucf \ *.qsf \ *.ice -RECURSIVE = NO +RECURSIVE = YES EXCLUDE = EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS =