From: Wolfgang Bangerth Date: Thu, 26 Apr 2012 16:09:28 +0000 (+0000) Subject: Fix another markup problem. X-Git-Tag: v8.0.0~2647 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d6849d02dbc1d286ea1be19a8c9aa970af5e22f;p=dealii.git Fix another markup problem. git-svn-id: https://svn.dealii.org/trunk@25454 0785d39b-7218-0410-832d-ea1e28bc413d --- 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