ARROW-884: [C++] Exclude internal namespaces from generated Doxygen docs#918
Closed
wesm wants to merge 4 commits intoapache:masterfrom
Closed
ARROW-884: [C++] Exclude internal namespaces from generated Doxygen docs#918wesm wants to merge 4 commits intoapache:masterfrom
wesm wants to merge 4 commits intoapache:masterfrom
Conversation
…nups of current API page to exclude internal details Change-Id: I7a51a2b4a494c57e85956e0b8ad420fe25a17fca
xhochy
reviewed
Jul 31, 2017
cpp/src/arrow/builder.h
Outdated
| } | ||
|
|
||
| // Check if we would need to expand the underlying storage type | ||
| inline uint8_t ExpandedUintSize(uint64_t val, uint8_t current_int_size) { |
Change-Id: If9a9b0c53394187b11eb29f09135f2473667356d
Change-Id: If9a2ae69ad61e27aa9884111371a8ed63639b282
Change-Id: Ic53c379c60c6fa490315d1ffcc5492da563b6009
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This includes a fair bit of namespace scrubbing. Still lots more to do