From: Wolfgang Bangerth Date: Thu, 12 Jan 2006 05:34:12 +0000 (+0000) Subject: Make the iterators classes subordinate to the grid classes. X-Git-Tag: v8.0.0~12665 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f40033b0cd72db11ba68469b0cac92b250ae7dc2;p=dealii.git Make the iterators classes subordinate to the grid classes. git-svn-id: https://svn.dealii.org/trunk@11997 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/deal.II/iterators.h b/deal.II/doc/doxygen/headers/deal.II/iterators.h index 3e34c406fa..968cb0d0c8 100644 --- a/deal.II/doc/doxygen/headers/deal.II/iterators.h +++ b/deal.II/doc/doxygen/headers/deal.II/iterators.h @@ -331,10 +331,15 @@ a hexehedron in 3d), there are corresponding types and calls like dimension independent geometric objects line, quad, and hex. These calls, just as the ones above, exist in active and non-active forms. +@ingroup grid */ + +//@} + + /** -@defgroup Accessors Accessor classes of the mesh iterators + * @defgroup Accessors Accessor classes of the mesh iterators + * @ingroup Iterators */ -//@}