From: Jean-Paul Pelteret Date: Sun, 12 May 2019 19:04:24 +0000 (+0200) Subject: Fix some doxygen parameters X-Git-Tag: v9.1.0-rc1~39^2~1 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49214334e10fb4e968dd0a8a6675b7c4e51f9629;p=dealii.git Fix some doxygen parameters --- 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,