From: Wolfgang Bangerth Date: Mon, 16 Feb 2015 19:10:56 +0000 (-0600) Subject: Avoid referencing things doxygen doesn't know about. X-Git-Tag: v8.3.0-rc1~454^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4054d2e95c663ddb0d6f0ae0e0e0dc5e894abf79;p=dealii.git Avoid referencing things doxygen doesn't know about. --- 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);