From: Guido Kanschat Date: Fri, 1 Aug 2003 23:46:45 +0000 (+0000) Subject: wrong command X-Git-Tag: v8.0.0~16312 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b90f785d1f3e67fcb01f5da167898c9e4528fc5;p=dealii.git wrong command git-svn-id: https://svn.dealii.org/trunk@7898 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/filtered_matrix.h b/deal.II/lac/include/lac/filtered_matrix.h index 548a87d74f..102f9c60da 100644 --- a/deal.II/lac/include/lac/filtered_matrix.h +++ b/deal.II/lac/include/lac/filtered_matrix.h @@ -215,7 +215,7 @@ class FilteredMatrix : public Subscriptor * Default constructor. You will * have to set the matrix to be * used later using the - * @{set_referenced_matrix} + * @p{set_referenced_matrix} * function. */ FilteredMatrix (); @@ -269,7 +269,7 @@ class FilteredMatrix : public Subscriptor * enforced on the respective * solution vector's entry. Thus, * the data type might be, for - * example, a @{std::list} or + * example, a @p{std::list} or * @p{std::vector} of * @ref{IndexValuePair} objects, * but also a @@ -411,7 +411,7 @@ class FilteredMatrix : public Subscriptor * returned. * * Note that it is assumed that - * @{b} is a vector that has been + * @p{b} is a vector that has been * treated by the * @ref{modify_rhs} function, * since we can then assume that diff --git a/deal.II/lac/include/lac/full_matrix.h b/deal.II/lac/include/lac/full_matrix.h index d2efd28310..30837e2c8d 100644 --- a/deal.II/lac/include/lac/full_matrix.h +++ b/deal.II/lac/include/lac/full_matrix.h @@ -321,7 +321,7 @@ class FullMatrix : public Table<2,number> * into the target. The two * permutation @p{p_r} and * @p{p_c} operate in a way, such - * that @{result(i,j) = + * that @p{result(i,j) = * src(p_r[i], p_c[j])}. * * The vectors may also be a