From a21754c6b54ce171048a6543c417b06e416e07b6 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 6 Aug 2015 06:50:12 -0500 Subject: [PATCH] Fix invalid references. --- include/deal.II/lac/linear_operator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. * -- 2.39.5