pitrou commented on code in PR #34972: URL: https://github.com/apache/arrow/pull/34972#discussion_r1219877919
########## cpp/src/arrow/c/abi.h: ########## @@ -15,10 +15,27 @@ // specific language governing permissions and limitations // under the License. +/// \file abi.h Arrow C-Data Interface +/// +/// The Arrow C-Data interface defines a very small, stable set Review Comment: Nit ```suggestion /// \file abi.h Arrow C Data Interface /// /// The Arrow C Data interface defines a very small, stable set ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
