From cb2ec28002799e603a8cd54f32321be7cb0eb850 Mon Sep 17 00:00:00 2001 From: heister Date: Thu, 13 Feb 2014 01:56:27 +0000 Subject: [PATCH] doxygen formatting git-svn-id: https://svn.dealii.org/trunk@32472 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/fe/fe_poly_face.h | 42 +++++++---------------- deal.II/include/deal.II/fe/fe_tools.h | 15 +++++--- 2 files changed, 23 insertions(+), 34 deletions(-) diff --git a/deal.II/include/deal.II/fe/fe_poly_face.h b/deal.II/include/deal.II/fe/fe_poly_face.h index b4e57deca0..4828ef82cb 100644 --- a/deal.II/include/deal.II/fe/fe_poly_face.h +++ b/deal.II/include/deal.II/fe/fe_poly_face.h @@ -271,35 +271,19 @@ protected: * The effect in this element is * as follows: * */ diff --git a/deal.II/include/deal.II/fe/fe_tools.h b/deal.II/include/deal.II/fe/fe_tools.h index 61cc2d6e5c..685cacda70 100644 --- a/deal.II/include/deal.II/fe/fe_tools.h +++ b/deal.II/include/deal.II/fe/fe_tools.h @@ -308,12 +308,17 @@ namespace FETools /** * Compute the embedding matrices on faces needed for constraint matrices. * - * @param fe The finite element for which to compute these matrices. @param - * matrices An array of GeometryInfo::subfaces_per_face = + * @param fe The finite element for which to compute these matrices. + * + * @param matrices An array of GeometryInfo::subfaces_per_face = * 2dim-1 FullMatrix objects,holding the embedding matrix for - * each subface. @param face_coarse The number of the face on the coarse - * side of the face for which this is computed. @param face_fine The number - * of the face on the refined side of the face for which this is computed. + * each subface. + * + * @param face_coarse The number of the face on the coarse side of the face + * for which this is computed. + * + * @param face_fine The number of the face on the refined side of the face + * for which this is computed. * * @warning This function will be used in computing constraint matrices. It * is not sufficiently tested yet. -- 2.39.5