Open
Description
Describe the enhancement requested
This is the sub issue #46808
Since EXTRACT_ALL is set YES in Doxygen, I expect that methods without comments will also be included in the API Doc, but some methods are not documented.
Line 554 in 196cde3
If the EXTRACT_ALL tag is set to YES, Doxygen will assume all entities in documentation are documented, even if no documentation was available. Private class members and static file members will be hidden unless the EXTRACT_PRIVATE respectively EXTRACT_STATIC tags are set to YES.
For example FixedSizeListType::list_size
Lines 1363 to 1390 in 196cde3
https://arrow.apache.org/docs/cpp/api/datatype.html#classarrow_1_1_fixed_size_list_type
Component(s)
Documentation