stephen-a-stc opened a new issue, #676: URL: https://github.com/apache/arrow-nanoarrow/issues/676
This issue refers to the documentation hosted here: https://arrow.apache.org/nanoarrow/0.6.0/reference/c.html#arrow-c-data-interface The C API reference documentation for version `0.6.0` appears to be missing some content. Perhaps some of this was removed intentionally, but I believe much of the missing content is unintentional, particularly for the "Error handling" and "Arrow C Data Interface" sections. Here is a list of some items that were present in the [`0.5.0` documentation](https://arrow.apache.org/nanoarrow/0.5.0/reference/c.html) but are missing from [`0.6.0` documentation](https://arrow.apache.org/nanoarrow/0.6.0/reference/c.html). - Creating arrays > `ArrowValidationLevel` - Reading arrays > `ArrowBufferType` - Owning, growable buffers - `ArrowBufferAllocator` - `ArrowBuffer` - Bitmap utilities - `ArrowBitmap` - Error handling - `ArrowErrorCode` - `ArrowErrorInit()` - `ArrowErrorMessage()` - `ArrowErrorSetString()` - `ArrowError` - Utility Data Structures - Significant differences in available content - Arrow C Data Interface - the entire section is missing, an error message appears > **Arrow C Data Interface *[warning message](https://arrow.apache.org/nanoarrow/0.6.0/reference/c.html#arrow-c-data-interface)*** > *doxygengroup: Cannot find group “nanoarrow-arrow-cdata” in doxygen xml output for project “nanoarrow_c” from directory: ../../src/apidoc/xml* -- 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]
