From: Timo Heister Date: Wed, 28 Aug 2019 15:33:36 +0000 (-0400) Subject: some doxygen fixes X-Git-Tag: v9.2.0-rc1~1166^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F8664%2Fhead;p=dealii.git some doxygen fixes --- diff --git a/include/deal.II/distributed/cell_data_transfer.h b/include/deal.II/distributed/cell_data_transfer.h index 1fffffedc0..f253774a91 100644 --- a/include/deal.II/distributed/cell_data_transfer.h +++ b/include/deal.II/distributed/cell_data_transfer.h @@ -223,7 +223,7 @@ namespace parallel /** * @copydoc CellDataTransfer::CellDataTransfer * - * @copydoc Use the above constructor instead. + * @deprecated Use the above constructor instead. */ DEAL_II_DEPRECATED CellDataTransfer(const parallel::distributed::Triangulation diff --git a/include/deal.II/fe/mapping_q_cache.h b/include/deal.II/fe/mapping_q_cache.h index dbf654000f..6f1a4225e9 100644 --- a/include/deal.II/fe/mapping_q_cache.h +++ b/include/deal.II/fe/mapping_q_cache.h @@ -117,6 +117,8 @@ private: boost::signals2::connection clear_signal; }; +/*@}*/ + DEAL_II_NAMESPACE_CLOSE #endif