From d329f843d4a470416d5de7663c214eb44b4bc0c7 Mon Sep 17 00:00:00 2001
From: Wolfgang Bangerth <bangerth@math.tamu.edu>
Date: Wed, 5 Aug 2015 11:19:38 -0500
Subject: [PATCH] Fix up documentation.

As pointed out to me by Jean-Paul Pelteret, the documentation of
BlockMatrixArray has gone out of sync with regard to the
examples/doxygen/block_matrix.cc program from which it includes
code.
---
 include/deal.II/lac/block_matrix_array.h | 17 ++++++-----------
 1 file changed, 6 insertions(+), 11 deletions(-)

diff --git a/include/deal.II/lac/block_matrix_array.h b/include/deal.II/lac/block_matrix_array.h
index e55eb2b33c..e54a70a352 100644
--- a/include/deal.II/lac/block_matrix_array.h
+++ b/include/deal.II/lac/block_matrix_array.h
@@ -82,19 +82,14 @@ DEAL_II_NAMESPACE_OPEN
  * @skip main
  * @until C.fill
  *
- * The BlockMatrixArray needs a VectorMemory&lt;Vector&lt;number&gt; &gt;
- * object to allocate auxiliary vectors. <tt>number</tt> must equal the second
- * template argument of BlockMatrixArray and also the number type of the
- * BlockVector used later. We use the GrowingVectorMemory type, since it
- * remembers the vector and avoids reallocating.
- *
- * @line Growing
- *
  * Now, we are ready to build a <i>2x2</i> BlockMatrixArray.
- * @line Block First, we enter the matrix <tt>A</tt> multiplied by 2 in the
+ * @line Block
+ * First, we enter the matrix <tt>A</tt> multiplied by 2 in the
  * upper left block
- * @line enter Now -1 times <tt>B1</tt> in the upper right block.
- * @line enter We add the transpose of <tt>B2</tt> to the upper right block
+ * @line enter
+ * Now -1 times <tt>B1</tt> in the upper right block.
+ * @line enter
+ * We add the transpose of <tt>B2</tt> to the upper right block
  * and continue in a similar fashion. In the end, the block matrix structure
  * is printed into an LaTeX table.
  * @until latex
-- 
2.39.5