From c6e49c5d7f5604eef01433c9a4263c9512edd62b Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Wed, 10 Apr 2019 22:35:20 +0200 Subject: [PATCH] defgroup -> name --- include/deal.II/meshworker/scratch_data.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/deal.II/meshworker/scratch_data.h b/include/deal.II/meshworker/scratch_data.h index 6b46628616..5c4088d5ba 100644 --- a/include/deal.II/meshworker/scratch_data.h +++ b/include/deal.II/meshworker/scratch_data.h @@ -334,7 +334,7 @@ namespace MeshWorker ScratchData(const ScratchData &scratch); /** - * \defgroup CurrentCellMethos Methods to work on current cell + * @name CurrentCellMethos Methods to work on current cell */ /**@{*/ @@ -416,7 +416,7 @@ namespace MeshWorker /** @} */ // CurrentCellMethods /** - * @defgroup NeighborCellMethods Methods to work on neighbor cell + * @name NeighborCellMethods Methods to work on neighbor cell */ /** @{ */ @@ -502,7 +502,7 @@ namespace MeshWorker GeneralDataStorage & get_general_data_storage(); - /** @defgroup CurrentCellEvaluation Evaluation of finite element fields + /** @name CurrentCellEvaluation Evaluation of finite element fields * and their derivatives on the current cell * @{ */ -- 2.39.5