From: wolf Date: Wed, 28 Jun 2000 08:28:17 +0000 (+0000) Subject: Document global functions as they are now printed in the docs by kdoc2. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9b05fa73600a5180e91282c7d45be60159bc39f;p=dealii-svn.git 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 --- 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)