From: bangerth Date: Fri, 23 Sep 2011 14:04:23 +0000 (+0000) Subject: Add missing doxygen marker. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=749b9400547f7c1207d8eafe726898b82451c1cc;p=dealii-svn.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