From b9b05fa73600a5180e91282c7d45be60159bc39f Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 28 Jun 2000 08:28:17 +0000 Subject: [PATCH] Document global functions as they are now printed in the docs by kdoc2. git-svn-id: https://svn.dealii.org/trunk@3096 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/grid/tria_iterator.h | 24 ++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/deal.II/deal.II/include/grid/tria_iterator.h b/deal.II/deal.II/include/grid/tria_iterator.h index 73435e7a68..e7e5effb80 100644 --- a/deal.II/deal.II/include/grid/tria_iterator.h +++ b/deal.II/deal.II/include/grid/tria_iterator.h @@ -997,6 +997,14 @@ TriaActiveIterator::TriaActiveIterator (const TriaRawIterator inline ostream & operator << (ostream &out, const TriaRawIterator &i) @@ -1007,6 +1015,14 @@ ostream & operator << (ostream &out, const TriaRawIterator &i) +/** + * Print the address to which this iterator points to @p{out}. The + * address is given by the pair @p{(level,index)}, where @p{index} is + * an index relative to the level in which the object is that is + * pointed to. + * + * @author Wolfgang Bangerth, 1998 + */ template inline ostream & operator << (ostream &out, const TriaIterator &i) @@ -1017,6 +1033,14 @@ ostream & operator << (ostream &out, const TriaIterator &i) +/** + * Print the address to which this iterator points to @p{out}. The + * address is given by the pair @p{(level,index)}, where @p{index} is + * an index relative to the level in which the object is that is + * pointed to. + * + * @author Wolfgang Bangerth, 1998 + */ template inline ostream & operator << (ostream &out, const TriaActiveIterator &i) -- 2.39.5