From: Guido Kanschat Date: Tue, 6 Apr 2004 02:34:11 +0000 (+0000) Subject: glossary started; see example here X-Git-Tag: v8.0.0~15370 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=720af427f52ce28a984eeea8085d31a2e81e34c9;p=dealii.git glossary started; see example here git-svn-id: https://svn.dealii.org/trunk@8979 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/data_out_rotation.h b/deal.II/deal.II/include/numerics/data_out_rotation.h index e2e44647e2..68815a2249 100644 --- a/deal.II/deal.II/include/numerics/data_out_rotation.h +++ b/deal.II/deal.II/include/numerics/data_out_rotation.h @@ -118,9 +118,10 @@ class DataOutRotation : public DataOut_DoFData * Return the first cell which we * want output for. The default * implementation returns the - * first active cell, but you - * might want to return other - * cells in a derived class. + * first \ref GlossActive "active cell", + * but you might want to + * return other cells in a + * derived class. */ virtual typename DoFHandler::cell_iterator first_cell ();