From: Wolfgang Bangerth Date: Thu, 6 Aug 2015 11:50:12 +0000 (-0500) Subject: Fix invalid references. X-Git-Tag: v8.4.0-rc2~642^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a21754c6b54ce171048a6543c417b06e416e07b6;p=dealii.git Fix invalid references. --- diff --git a/include/deal.II/lac/linear_operator.h b/include/deal.II/lac/linear_operator.h index 2086b94078..d1f83e535f 100644 --- a/include/deal.II/lac/linear_operator.h +++ b/include/deal.II/lac/linear_operator.h @@ -578,7 +578,7 @@ operator*(const LinearOperator &first_op, * @relates LinearOperator * * Returns the transpose linear operations of - * @ref op. + * @p op. * * @ingroup LAOperators */ @@ -682,7 +682,7 @@ inverse_operator(const LinearOperatorstd::function object - * @ref reinit_vector + * @p reinit_vector * as an argument to initialize the reinit_range_vector and * reinit_domain_vector objects of the LinearOperator object. *