From 4d670f8836cc4d23b90534d402efdbd912dae710 Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Thu, 23 Sep 2004 13:47:54 +0000 Subject: [PATCH] missing @p git-svn-id: https://svn.dealii.org/trunk@9681 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/fe/mapping.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5