From: Ralf Hartmann Date: Tue, 11 Oct 2005 14:24:41 +0000 (+0000) Subject: Add missing end of group X-Git-Tag: v8.0.0~13019 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84cdd89838072ab14958c801d62cc9e6c3406a6b;p=dealii.git Add missing end of group git-svn-id: https://svn.dealii.org/trunk@11584 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/multigrid/mg_block_smoother.h b/deal.II/deal.II/include/multigrid/mg_block_smoother.h index c6f8dda9d0..bb9178ccfc 100644 --- a/deal.II/deal.II/include/multigrid/mg_block_smoother.h +++ b/deal.II/deal.II/include/multigrid/mg_block_smoother.h @@ -176,6 +176,7 @@ class MGSmootherBlock }; +/**@}*/ //---------------------------------------------------------------------------