From: bangerth Date: Tue, 16 Aug 2011 16:00:12 +0000 (+0000) Subject: Use a link to another function that doxygen actually understands. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1eed4d561057c9a9fd57fb79d688c236f23b7144;p=dealii-svn.git Use a link to another function that doxygen actually understands. git-svn-id: https://svn.dealii.org/trunk@24097 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/distributed/tria.h b/deal.II/include/deal.II/distributed/tria.h index 6bad46bfc6..89a319c60c 100644 --- a/deal.II/include/deal.II/distributed/tria.h +++ b/deal.II/include/deal.II/distributed/tria.h @@ -327,17 +327,15 @@ namespace parallel * the 2:1 size ratio of * adjacent cells. * - * As a consequence of the - * remark above, the result - * of this function is always - * smaller or equal to the - * result of - * dealii::Triangulation::n_active_cells() - * which includes the active - * ghost and artificial cells - * (see also @ref - * GlossArtificialCell and - * @ref GlossGhostCell). + * As a consequence of the remark + * above, the result of this function + * is always smaller or equal to the + * result of the function with the + * same name in the ::Triangulation + * base class, which includes the + * active ghost and artificial cells + * (see also @ref GlossArtificialCell + * and @ref GlossGhostCell). */ unsigned int n_locally_owned_active_cells () const;