From: bangerth Date: Tue, 16 Aug 2011 15:41:16 +0000 (+0000) Subject: Don't explicitly reference private vectors since doxygen won't find them. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7ec5fec4b609932dab40d8f671992a54562ad7b4;p=dealii-svn.git Don't explicitly reference private vectors since doxygen won't find them. git-svn-id: https://svn.dealii.org/trunk@24095 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/mesh_worker_info.h b/deal.II/include/deal.II/numerics/mesh_worker_info.h index bdd8f2db01..0a14ef3dcb 100644 --- a/deal.II/include/deal.II/numerics/mesh_worker_info.h +++ b/deal.II/include/deal.II/numerics/mesh_worker_info.h @@ -45,7 +45,7 @@ namespace MeshWorker * data models discussed in the Assembler namespace documentation. * * The choice of the local data model is triggered by the vector - * #BlockInfo::local_renumbering, which in turn is usually filled by + * BlockInfo::local_renumbering, which in turn is usually filled by * BlockInfo::initialize_local(). If this function has been used, or * the vector has been changed from zero-length, then local dof * indices stored in this object will automatically be renumbered to