amol- commented on pull request #167:
URL: https://github.com/apache/arrow-site/pull/167#issuecomment-984416266
@kou This are the errors that I get if I build the doxygen docs:
```
/arrow/cpp/src/xsimd_ep/include/xsimd/types/xsimd_generic_arch.hpp:15:
warning: missing title after \defgroup arch
/arrow/cpp/src/arrow/flight/Flight.pb.h:2741: warning: no uniquely matching
class member found for
void arrow::flight::protocol::HandshakeRequest::clear_protocol_version()
/arrow/cpp/src/arrow/flight/Flight.pb.h:2744: warning: no uniquely matching
class member found for
PROTOBUF_NAMESPACE_ID::uint64
arrow::flight::protocol::HandshakeRequest::_internal_protocol_version() const
/arrow/cpp/src/arrow/flight/Flight.pb.h:2747: warning: no uniquely matching
class member found for
PROTOBUF_NAMESPACE_ID::uint64
arrow::flight::protocol::HandshakeRequest::protocol_version() const
/arrow/cpp/src/arrow/flight/Flight.pb.h:2751: warning: no uniquely matching
class member found for
void
arrow::flight::protocol::HandshakeRequest::_internal_set_protocol_version(::PROTOBUF_NAMESPACE_ID::uint64
value)
/arrow/cpp/src/arrow/flight/Flight.pb.h:2755: warning: no uniquely matching
class member found for
void
arrow::flight::protocol::HandshakeRequest::set_protocol_version(::PROTOBUF_NAMESPACE_ID::uint64
value)
/arrow/cpp/src/arrow/flight/Flight.pb.h:2761: warning: no uniquely matching
class member found for
void arrow::flight::protocol::HandshakeRequest::clear_payload()
/arrow/cpp/src/arrow/flight/Flight.pb.h:2764: warning: no uniquely matching
class member found for
const std::string & arrow::flight::protocol::HandshakeRequest::payload()
const
/arrow/cpp/src/arrow/flight/Flight.pb.h:2768: warning: no uniquely matching
class member found for
void arrow::flight::protocol::HandshakeRequest::set_payload(const
std::string &value)
/arrow/cpp/src/arrow/flight/Flight.pb.h:2772: warning: no uniquely matching
class member found for
std::string * arrow::flight::protocol::HandshakeRequest::mutable_payload()
/arrow/cpp/src/arrow/flight/Flight.pb.h:2776: warning: no uniquely matching
class member found for
const std::string &
arrow::flight::protocol::HandshakeRequest::_internal_payload() const
/arrow/cpp/src/arrow/flight/Flight.pb.h:2779: warning: no uniquely matching
class member found for
void
arrow::flight::protocol::HandshakeRequest::_internal_set_payload(const
std::string &value)
/arrow/cpp/src/arrow/flight/Flight.pb.h:2783: warning: no uniquely matching
class member found for
void arrow::flight::protocol::HandshakeRequest::set_payload(std::string
&&value)
/arrow/cpp/src/arrow/flight/Flight.pb.h:2789: warning: no uniquely matching
class member found for
void arrow::flight::protocol::HandshakeRequest::set_payload(const char
*value)
/arrow/cpp/src/arrow/flight/Flight.pb.h:2795: warning: no uniquely matching
class member found for
void arrow::flight::protocol::HandshakeRequest::set_payload(const void
*value, size_t size)
/arrow/cpp/src/arrow/flight/Flight.pb.h:2802: warning: no uniquely matching
class member found for
std::string *
arrow::flight::protocol::HandshakeRequest::_internal_mutable_payload()
/arrow/cpp/src/arrow/flight/Flight.pb.h:2806: warning: no uniquely matching
class member found for
std::string * arrow::flight::protocol::HandshakeRequest::release_payload()
```
--
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]