From: David Wells Date: Mon, 20 May 2019 19:58:46 +0000 (-0400) Subject: Add two brief class descriptions. X-Git-Tag: v9.1.0~4^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c61c32d14ff019b4432d077f7c578ecdb889400a;p=dealii.git Add two brief class descriptions. These are mentioned in other files and we need at least a stub here to make the classes show up in doxygen. --- diff --git a/include/deal.II/matrix_free/matrix_free.h b/include/deal.II/matrix_free/matrix_free.h index a2dd169c71..10542aed39 100644 --- a/include/deal.II/matrix_free/matrix_free.h +++ b/include/deal.II/matrix_free/matrix_free.h @@ -2633,6 +2633,9 @@ MatrixFree::reinit( // additional helper functions to select the blocks and template magic. namespace internal { + /** + * Internal class for exchanging data between vectors. + */ template struct VectorDataExchange { diff --git a/include/deal.II/particles/particle_accessor.h b/include/deal.II/particles/particle_accessor.h index 5887c18520..f7d4b8dfd4 100644 --- a/include/deal.II/particles/particle_accessor.h +++ b/include/deal.II/particles/particle_accessor.h @@ -31,6 +31,9 @@ namespace Particles template class ParticleHandler; + /** + * Accessor class used by ParticleIterator to access particle data. + */ template class ParticleAccessor {