From: Wolfgang Bangerth Date: Mon, 26 Jun 2000 09:34:08 +0000 (+0000) Subject: Fix "@p ..." by "@p{...}" X-Git-Tag: v8.0.0~20352 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b305dc9dc925268e248dc1439d6cdfb3abe998b9;p=dealii.git Fix "@p ..." by "@p{...}" git-svn-id: https://svn.dealii.org/trunk@3071 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/dof_print_solver_step.h b/deal.II/deal.II/include/numerics/dof_print_solver_step.h index 82cae1d6c4..22d7c85501 100644 --- a/deal.II/deal.II/include/numerics/dof_print_solver_step.h +++ b/deal.II/deal.II/include/numerics/dof_print_solver_step.h @@ -39,9 +39,9 @@ class DoFPrintSolverStep : /** * Constructor. First, we take * the arguments needed for the - * solver. @p data_out is the object - * doing the output as a finite element - * function. + * solver. @p{data_out} is the + * object doing the output as a + * finite element function. * * One output file with the name * @p{basename.[step].[suffix]} diff --git a/deal.II/lac/include/lac/eigen.h b/deal.II/lac/include/lac/eigen.h index 5e1ef124ae..81fd1e489a 100644 --- a/deal.II/lac/include/lac/eigen.h +++ b/deal.II/lac/include/lac/eigen.h @@ -128,14 +128,15 @@ class EigenPower : private Solver virtual ~EigenPower (); /** - * Power method. @p x is the (not - * necessarily normalized) start - * vector for the power + * Power method. @p{x} is the + * (not necessarily normalized) + * start vector for the power * method. After the iteration, - * @p value is the approximated - * eigenvalue and @p x is the + * @p{value} is the approximated + * eigenvalue and @p{x} is the * corresponding eigenvector, - * normalized with respect to the l2-norm. + * normalized with respect to the + * l2-norm. */ template typename Solver::ReturnState @@ -204,14 +205,14 @@ class EigenInverse : private Solver virtual ~EigenInverse (); /** - * Inverse method. @p value is + * Inverse method. @p{value} is * the start guess for the - * eigenvalue and @p x is the + * eigenvalue and @p{x} is the * (not necessarily normalized) * start vector for the power * method. After the iteration, - * @p value is the approximated - * eigenvalue and @p x is the + * @p{value} is the approximated + * eigenvalue and @p{x} is the * corresponding eigenvector, * normalized with respect to the * l2-norm.