You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@arrow.apache.org by "Antoine Pitrou (Jira)" <ji...@apache.org> on 2021/11/25 12:59:00 UTC

[jira] [Commented] (ARROW-14881) [C++][Doc] Warnings in Doxygen

    [ https://issues.apache.org/jira/browse/ARROW-14881?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17449182#comment-17449182 ] 

Antoine Pitrou commented on ARROW-14881:
----------------------------------------

I only see one warning (below). Which version are you using?
{code:bash}
$ doxygen 
warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1118 of file 'Doxyfile' has become obsolete.
         To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"

$ doxygen --version
1.9.1 (ab553a81f1725c385ca98109c269b0222389b72a*)
{code}

> [C++][Doc] Warnings in Doxygen
> ------------------------------
>
>                 Key: ARROW-14881
>                 URL: https://issues.apache.org/jira/browse/ARROW-14881
>             Project: Apache Arrow
>          Issue Type: Bug
>          Components: Documentation
>            Reporter: Alessandro Molina
>            Priority: Major
>
> When building the doxygen apidoc for C++ I get a few warnings that forced me to disable {{WARN_AS_ERROR}} option to be able to proceed with building the docs.
> Is it an actual issue or something stray in my local environment?
> Here is a preview of the warnings
> {code:java}
> $ doxygen
> warning: Tag 'COLS_IN_ALPHA_INDEX' at line 1118 of file 'Doxyfile' has become obsolete.
>          To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
> /Users/amol/ARROW/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()
> /Users/amol/ARROW/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
> /Users/amol/ARROW/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
> /Users/amol/ARROW/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)
> /Users/amol/ARROW/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)
> /Users/amol/ARROW/arrow/cpp/src/arrow/flight/Flight.pb.h:2761: warning: no uniquely matching class member found for 
>   void arrow::flight::protocol::HandshakeRequest::clear_payload()
> /Users/amol/ARROW/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
> /Users/amol/ARROW/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)
> /Users/amol/ARROW/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() {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)