From 4054d2e95c663ddb0d6f0ae0e0e0dc5e894abf79 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 13:10:56 -0600 Subject: [PATCH] Avoid referencing things doxygen doesn't know about. --- include/deal.II/lac/solver_control.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/lac/solver_control.h b/include/deal.II/lac/solver_control.h index 100e697247..40d7de92d8 100644 --- a/include/deal.II/lac/solver_control.h +++ b/include/deal.II/lac/solver_control.h @@ -498,13 +498,14 @@ public: /** * Initialize with a SolverControl object. The result will emulate - * SolverControl by setting #reduce to zero. + * SolverControl by setting the reduction target to zero. */ IterationNumberControl (const SolverControl &c); /** * Assign a SolverControl object to ReductionControl. The result of the - * assignment will emulate SolverControl by setting #reduce to zero. + * assignment will emulate SolverControl by setting the reduction target to + * zero. */ IterationNumberControl &operator= (const SolverControl &c); -- 2.39.5