]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Fix up markup.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 19 Sep 2009 20:42:02 +0000 (20:42 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sat, 19 Sep 2009 20:42:02 +0000 (20:42 +0000)
git-svn-id: https://svn.dealii.org/trunk@19480 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/lac/include/lac/matrix_block.h

index 325849c74494a5c036360e4029b673f9b223059c..6a0a6db4194f5e71799a23b2a8a68a534c4ae861 100644 (file)
@@ -33,7 +33,7 @@ DEAL_II_NAMESPACE_OPEN
  * MatrixBlock comes handy when using BlockMatrixArray. Once the
  * MatrixBlock has been properly initalized and filled, it can be used
  * as:
- * @begin{code}
+ * @code
  * std::vector<MatrixBlock<SparseMatrix<double> > > blocks;
  *
  * ...
@@ -42,7 +42,7 @@ DEAL_II_NAMESPACE_OPEN
  *
  * for (unsigned int i=0;i<blocks.size;++i)
  *   matrix.enter(blocks[i].row, blocks[i].column, blocks[i].matrix);
- * @end{code}
+ * @endcode
  *
  *
  * @author Guido Kanschat, 2006

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.