http://git-wip-us.apache.org/repos/asf/arrow-site/blob/4c7c2f1b/docs/cpp/buffer_8h.html
----------------------------------------------------------------------
diff --git a/docs/cpp/buffer_8h.html b/docs/cpp/buffer_8h.html
index 4eab90e..d69bcac 100644
--- a/docs/cpp/buffer_8h.html
+++ b/docs/cpp/buffer_8h.html
@@ -80,6 +80,7 @@ $(function() {
<code>#include <memory></code><br />
<code>#include <string></code><br />
<code>#include <type_traits></code><br />
+<code>#include "<a class="el"
href="memory__pool_8h_source.html">arrow/memory_pool.h</a>"</code><br />
<code>#include "<a class="el"
href="status_8h_source.html">arrow/status.h</a>"</code><br />
<code>#include "<a class="el"
href="bit-util_8h_source.html">arrow/util/bit-util.h</a>"</code><br />
<code>#include "<a class="el"
href="macros_8h_source.html">arrow/util/macros.h</a>"</code><br />
@@ -90,17 +91,19 @@ $(function() {
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a
name="nested-classes"></a>
Classes</h2></td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class
 </td><td class="memItemRight" valign="bottom"><a class="el"
href="classarrow_1_1_buffer.html">arrow::Buffer</a></td></tr>
-<tr class="memdesc:"><td class="mdescLeft"> </td><td
class="mdescRight">Immutable API for a chunk of bytes which may or may not be
owned by the class instance. <a
href="classarrow_1_1_buffer.html#details">More...</a><br /></td></tr>
+<tr class="memdesc:"><td class="mdescLeft"> </td><td
class="mdescRight">Object containing a pointer to a piece of contiguous memory
with a particular size. <a
href="classarrow_1_1_buffer.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class
 </td><td class="memItemRight" valign="bottom"><a class="el"
href="classarrow_1_1_mutable_buffer.html">arrow::MutableBuffer</a></td></tr>
-<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A
<a class="el" href="classarrow_1_1_buffer.html" title="Immutable API for a
chunk of bytes which may or may not be owned by the class instance.
">Buffer</a> whose contents can be mutated. May or may not own its data. <a
href="classarrow_1_1_mutable_buffer.html#details">More...</a><br /></td></tr>
+<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A
<a class="el" href="classarrow_1_1_buffer.html" title="Object containing a
pointer to a piece of contiguous memory with a particular size. ">Buffer</a>
whose contents can be mutated. <a
href="classarrow_1_1_mutable_buffer.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class
 </td><td class="memItemRight" valign="bottom"><a class="el"
href="classarrow_1_1_resizable_buffer.html">arrow::ResizableBuffer</a></td></tr>
+<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A
mutable buffer that can be resized. <a
href="classarrow_1_1_resizable_buffer.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class
 </td><td class="memItemRight" valign="bottom"><a class="el"
href="classarrow_1_1_pool_buffer.html">arrow::PoolBuffer</a></td></tr>
-<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A
<a class="el" href="classarrow_1_1_buffer.html" title="Immutable API for a
chunk of bytes which may or may not be owned by the class instance.
">Buffer</a> whose lifetime is tied to a particular <a class="el"
href="classarrow_1_1_memory_pool.html" title="Base class for memory allocation.
">MemoryPool</a>. <a
href="classarrow_1_1_pool_buffer.html#details">More...</a><br /></td></tr>
+<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A
<a class="el" href="classarrow_1_1_buffer.html" title="Object containing a
pointer to a piece of contiguous memory with a particular size. ">Buffer</a>
whose lifetime is tied to a particular <a class="el"
href="classarrow_1_1_memory_pool.html" title="Base class for memory allocation.
">MemoryPool</a>. <a
href="classarrow_1_1_pool_buffer.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class
 </td><td class="memItemRight" valign="bottom"><a class="el"
href="classarrow_1_1_buffer_builder.html">arrow::BufferBuilder</a></td></tr>
+<tr class="memdesc:"><td class="mdescLeft"> </td><td class="mdescRight">A
class for incrementally building a contiguous chunk of in-memory data. <a
href="classarrow_1_1_buffer_builder.html#details">More...</a><br /></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>
<tr class="memitem:"><td class="memItemLeft" align="right" valign="top">class
 </td><td class="memItemRight" valign="bottom"><a class="el"
href="classarrow_1_1_typed_buffer_builder.html">arrow::TypedBufferBuilder< T
></a></td></tr>
<tr class="separator:"><td class="memSeparator" colspan="2"> </td></tr>