From: Wolfgang Bangerth Date: Tue, 17 Jan 2006 16:43:13 +0000 (+0000) Subject: Put into group output. X-Git-Tag: v8.0.0~12609 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=502ec5ec5b55c861c80fd6f275af4226704c2e78;p=dealii.git Put into group output. git-svn-id: https://svn.dealii.org/trunk@12062 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/base/include/base/conditional_ostream.h b/deal.II/base/include/base/conditional_ostream.h index c89f2d19b3..8ee1b9c7ff 100644 --- a/deal.II/base/include/base/conditional_ostream.h +++ b/deal.II/base/include/base/conditional_ostream.h @@ -75,6 +75,7 @@ * system_matrix.print_formatted(cout); * @endcode * + * @ingroup output * @author Ralf Hartmann, Wolfgang Bangerth, 2004 */ class ConditionalOStream diff --git a/deal.II/base/include/base/logstream.h b/deal.II/base/include/base/logstream.h index bc34b2d05a..e14a233d76 100644 --- a/deal.II/base/include/base/logstream.h +++ b/deal.II/base/include/base/logstream.h @@ -51,6 +51,7 @@ *
  • deallog.pop() when leaving that stage entered with push. * * + * @ingroup output * @author Guido Kanschat, Wolfgang Bangerth, 1999, 2003 */ class LogStream