From b7fd1dff9e057c9721969b465c624eda5bd2630e Mon Sep 17 00:00:00 2001 From: guido Date: Tue, 6 Apr 2004 02:34:11 +0000 Subject: [PATCH] glossary started; see example here git-svn-id: https://svn.dealii.org/trunk@8979 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/data_out_rotation.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 (); -- 2.39.5