This is an automated email from the ASF dual-hosted git repository.
paleolimbot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-nanoarrow.git
The following commit(s) were added to refs/heads/main by this push:
new a66afcc add missing group titles (#64)
a66afcc is described below
commit a66afcc5a9faf48fe7062eb2a025d808ccfac5dd
Author: Dewey Dunnington <[email protected]>
AuthorDate: Tue Oct 25 15:53:37 2022 -0300
add missing group titles (#64)
---
src/nanoarrow/nanoarrow.h | 2 +-
src/nanoarrow/nanoarrow.hpp | 4 ++--
src/nanoarrow/nanoarrow_types.h | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/nanoarrow/nanoarrow.h b/src/nanoarrow/nanoarrow.h
index 9ec7bed..d22cb8d 100644
--- a/src/nanoarrow/nanoarrow.h
+++ b/src/nanoarrow/nanoarrow.h
@@ -109,7 +109,7 @@
extern "C" {
#endif
-/// \defgroup nanoarrow
+/// \defgroup nanoarrow Nanoarrow C library
///
/// Except where noted, objects are not thread-safe and clients should
/// take care to serialize accesses to methods.
diff --git a/src/nanoarrow/nanoarrow.hpp b/src/nanoarrow/nanoarrow.hpp
index 50d427e..992253a 100644
--- a/src/nanoarrow/nanoarrow.hpp
+++ b/src/nanoarrow/nanoarrow.hpp
@@ -22,7 +22,7 @@
#ifndef NANOARROW_HPP_INCLUDED
#define NANOARROW_HPP_INCLUDED
-/// \defgroup nanoarrow_hpp
+/// \defgroup nanoarrow_hpp Nanoarrow C++ Helpers
///
/// The utilities provided in this file are intended to support C++ users
/// of the nanoarrow C library such that C++-style resource allocation
@@ -156,7 +156,7 @@ class Unique {
} // namespace internal
-/// \defgroup nanoarrow_hpp-unique
+/// \defgroup nanoarrow_hpp-unique Unique object wrappers
///
/// The Arrow C Data interface, the Arrow C Stream interface, and the
/// nanoarrow C library use stack-allocatable objects, some of which
diff --git a/src/nanoarrow/nanoarrow_types.h b/src/nanoarrow/nanoarrow_types.h
index cb463b3..f62d358 100644
--- a/src/nanoarrow/nanoarrow_types.h
+++ b/src/nanoarrow/nanoarrow_types.h
@@ -30,7 +30,7 @@ extern "C" {
// Extra guard for versions of Arrow without the canonical guard
#ifndef ARROW_FLAG_DICTIONARY_ORDERED
-/// \defgroup nanoarrow-arrow-cdata
+/// \defgroup nanoarrow-arrow-cdata Arrow C Data interface
///
/// The Arrow C Data (https://arrow.apache.org/docs/format/CDataInterface.html)
/// and Arrow C Stream
(https://arrow.apache.org/docs/format/CStreamInterface.html)