From: Daniel Arndt Date: Sat, 3 Sep 2016 08:56:03 +0000 (+0200) Subject: Fix doxygen documentation X-Git-Tag: v8.5.0-rc1~615^2~5 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cebacdc2b3ecb44cdc5d08267e6fcf6f07fec565;p=dealii.git Fix doxygen documentation --- diff --git a/include/deal.II/fe/fe_tools.h b/include/deal.II/fe/fe_tools.h index 22ea3ce818..0e7dab6dee 100644 --- a/include/deal.II/fe/fe_tools.h +++ b/include/deal.II/fe/fe_tools.h @@ -783,8 +783,7 @@ namespace FETools const ConstraintMatrix &constraints, OutVector &z2); -#ifdef DEAL_II_WITH_P4EST - /* + /** * Same as above for external parallel VectorTypes * on a parallel::distributed::Triangulation */ @@ -795,7 +794,7 @@ namespace FETools const ConstraintMatrix &constraints2, VectorType &u2); - /* + /** * Same as above for deal.II parallel Vectors * on a parallel::distributed::Triangulation */ @@ -805,7 +804,6 @@ namespace FETools const DoFHandler &dof2, const ConstraintMatrix &constraints2, LinearAlgebra::distributed::Vector &u2); -#endif //DEAL_II_WITH_P4EST //@} /** diff --git a/source/fe/fe_tools_interpolate.cc b/source/fe/fe_tools_interpolate.cc index bdde01876e..0b1d5cff97 100644 --- a/source/fe/fe_tools_interpolate.cc +++ b/source/fe/fe_tools_interpolate.cc @@ -723,10 +723,8 @@ namespace FETools namespace internal { #ifdef DEAL_II_WITH_P4EST - /** - * Implementation of the @p extrapolate function - * on parallel distributed grids. - */ + // Implementation of the @p extrapolate function + // on parallel distributed grids. template class ExtrapolateImplementation { @@ -743,10 +741,8 @@ namespace FETools private: - /** - * A structure holding all data to - * set dofs recursively on cells of arbitrary level - */ + // A structure holding all data to + // set dofs recursively on cells of arbitrary level struct WorkPackage { const typename dealii::internal::p4est::types::forest forest; @@ -769,11 +765,10 @@ namespace FETools {} }; - /** - * A structure holding all data - * of cells needed from other processes - * for the extrapolate algorithm. - */ + + // A structure holding all data + // of cells needed from other processes + // for the extrapolate algorithm. struct CellData { CellData ();