From: guido Date: Thu, 23 Sep 2004 13:47:54 +0000 (+0000) Subject: missing @p X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73e444c6ec225bb64e4e9af637c3e8b4265c526b;p=dealii-svn.git missing @p git-svn-id: https://svn.dealii.org/trunk@9681 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/fe/mapping.h b/deal.II/deal.II/include/fe/mapping.h index dcfbb476f1..7458e1b83e 100644 --- a/deal.II/deal.II/include/fe/mapping.h +++ b/deal.II/deal.II/include/fe/mapping.h @@ -238,7 +238,7 @@ class Mapping : public Subscriptor * * The list of arguments is as follows: * we transform as many elements in the - * @p input field, starting from @offset, + * @p input field, starting from @p offset, * as there are elements in @p * output. The @p input array may hold * more elements than are needed (some @@ -285,7 +285,7 @@ class Mapping : public Subscriptor * * The list of arguments is as follows: * we transform as many elements in the - * @p input field, starting from @offset, + * @p input field, starting from @p offset, * as there are elements in @p * output. The @p input array may hold * more elements than are needed (some