From 11cc0e0d137673953a76a3099086da57aca34ae9 Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Wed, 28 Aug 2019 11:33:36 -0400 Subject: [PATCH] some doxygen fixes --- include/deal.II/distributed/cell_data_transfer.h | 2 +- include/deal.II/fe/mapping_q_cache.h | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) 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 -- 2.39.5