From: Wolfgang Bangerth Date: Fri, 23 Sep 2011 14:04:23 +0000 (+0000) Subject: Add missing doxygen marker. X-Git-Tag: v8.0.0~3416 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0a6d7a89e3fc292ac87978a7a279c0600ee041ce;p=dealii.git Add missing doxygen marker. git-svn-id: https://svn.dealii.org/trunk@24393 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/multigrid/mg_tools.h b/deal.II/include/deal.II/multigrid/mg_tools.h index 6fa2a6371d..5fb1420f5c 100644 --- a/deal.II/include/deal.II/multigrid/mg_tools.h +++ b/deal.II/include/deal.II/multigrid/mg_tools.h @@ -32,8 +32,8 @@ template class BlockSparseMatrix; template class FullMatrix; template class BlockSparseMatrix; -/*!@addtogroup mg */ -/*@{*/ +/* !@addtogroup mg */ +/* @{ */ /** * This is a collection of functions operating on, and manipulating @@ -299,7 +299,7 @@ namespace MGTools std::vector > &interface_dofs); } - +/* @} */ DEAL_II_NAMESPACE_CLOSE