Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-4157: [C++] Fix clang documentation warnings on Ubuntu 18.04 #3310

Closed
wants to merge 1 commit into from

Conversation

wesm
Copy link
Member

@wesm wesm commented Jan 4, 2019

I also added an option ARROW_USE_CCACHE to turn ccache on and off

@wesm
Copy link
Member Author

wesm commented Jan 4, 2019

I'm not sure why these don't show up on Ubuntu 14.04. It would be nice if we could figure out how to get our CI to catch these

@wesm
Copy link
Member Author

wesm commented Jan 4, 2019

+1

@wesm wesm closed this in 161d00f Jan 4, 2019
@wesm wesm deleted the doc-fixes branch January 4, 2019 18:53
/// value list of the dictionary
// Construct an Arrow StructArray representing the dictionary.
// Contains a field "keys" for the keys and "vals" for the values.
// \param val_list_data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm confused. Shouldn't this be /// to be picked up by doxygen?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

See serialize.cc. This is internal code and should not be showing up in Doxygen

emkornfield pushed a commit to emkornfield/arrow that referenced this pull request Jan 10, 2019
I also added an option `ARROW_USE_CCACHE` to turn ccache on and off

Author: Wes McKinney <wesm+git@apache.org>

Closes apache#3310 from wesm/doc-fixes and squashes the following commits:

e6c2f20 <Wes McKinney> Fix clang documentation warnings on Ubuntu 18.04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants