From 49214334e10fb4e968dd0a8a6675b7c4e51f9629 Mon Sep 17 00:00:00 2001 From: Jean-Paul Pelteret Date: Sun, 12 May 2019 21:04:24 +0200 Subject: [PATCH] Fix some doxygen parameters --- 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 2c190d8ddd..5f5f25a31b 100644 --- a/include/deal.II/meshworker/scratch_data.h +++ b/include/deal.II/meshworker/scratch_data.h @@ -287,12 +287,12 @@ namespace MeshWorker * * @param fe The finite element * @param quadrature The cell quadrature - * @param update_flags UpdateFlags for the current cell FEValues + * @param update_flags UpdateFlags for the current cell FEValues and + * neighbor cell FEValues * @param face_quadrature Face quadrature, used for FEFaceFvalues and * FESubfaceValues for both the current cell and the neighbor cell * @param face_update_flags UpdateFlags used for FEFaceFvalues and - * FESubfaceValues for the current cell - * FESubfaceValues for the neighbor cell + * FESubfaceValues for both the current cell and the neighbor cell */ ScratchData( const FiniteElement &fe, -- 2.39.5