From cc1b7435f35f0520c3dbbce946ec1221d0863b16 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 26 Apr 2012 16:09:28 +0000 Subject: [PATCH] Fix another markup problem. git-svn-id: https://svn.dealii.org/trunk@25454 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/full_matrix.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/full_matrix.h b/deal.II/include/deal.II/lac/full_matrix.h index cbbdbd1c04..ce5d4907de 100644 --- a/deal.II/include/deal.II/lac/full_matrix.h +++ b/deal.II/include/deal.II/lac/full_matrix.h @@ -442,8 +442,8 @@ class FullMatrix : public Table<2,number> * Copy the elements of the current matrix object into a specified * set of rows and columns of another matrix. This thus a scatter operation. * - * @param row_index_set The rows of @matrix into which to write. - * @param column_index_set The columns of @matrix into which to write. + * @param row_index_set The rows of @p matrix into which to write. + * @param column_index_set The columns of @p matrix into which to write. * @param matrix The matrix within which certain elements are to be replaced. * @pre The number of elements in @p row_index_set and * @p column_index_set shall be equal to the number of -- 2.39.5