From c71534c1bba700f47c88e215518480957628d9bc Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 12 Jul 2004 13:53:37 +0000 Subject: [PATCH] Fix docs. git-svn-id: https://svn.dealii.org/trunk@9499 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_accessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/grid/tria_accessor.h b/deal.II/deal.II/include/grid/tria_accessor.h index 6d4629db2d..604d176acb 100644 --- a/deal.II/deal.II/include/grid/tria_accessor.h +++ b/deal.II/deal.II/include/grid/tria_accessor.h @@ -307,7 +307,7 @@ class TriaAccessor /** * Common template for line, quad, hex accessors. According to - * @p celldim objects of this class represent lines, quadrilaterals, + * @p celldim, objects of this class represent lines, quadrilaterals, * or hexahedra in @p dim space dimensions. Concrete implementations * are done for specialized @p celldim template parameter. For easier * access, we nevertheless document all functions of the specialized -- 2.39.5