amoeba opened a new issue, #44506: URL: https://github.com/apache/arrow/issues/44506
### Describe the bug, including details regarding any error messages, version, and platform. https://github.com/apache/arrow/pull/44357 was merged yesterday and I noticed when building the docs locally that we get an error related to the particular Sphinx directive we used for ChunkLocation: > doxygenstruct: Cannot find class “arrow::ChunkLocation” in doxygen xml output for project “arrow_cpp” from directory: ../../cpp/apidoc/xml ChunkLocation is a typedef/alias so it should use the `doxygentypedef` directive to be properly documented. I originally filed a a minor PR for this, https://github.com/apache/arrow/pull/44505, but am now creating an issue and updating the PR so we can track this alongside https://github.com/apache/arrow/issues/34535 as a backport candidate (i.e., they should be cherry-picked together). ### Component(s) C++, Documentation -- 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]
