From: kanschat Date: Sun, 28 Nov 2010 20:53:16 +0000 (+0000) Subject: use @ instead of \ X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81ba8997969ae8564bd7983c18260ee4e381a1a7;p=dealii-svn.git use @ instead of \ git-svn-id: https://svn.dealii.org/trunk@22867 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/numerics/data_out_rotation.h b/deal.II/include/deal.II/numerics/data_out_rotation.h index f293f9f73a..14039b2b36 100644 --- a/deal.II/include/deal.II/numerics/data_out_rotation.h +++ b/deal.II/include/deal.II/numerics/data_out_rotation.h @@ -2,7 +2,7 @@ // $Id$ // Version: $Name$ // -// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009 by the deal.II authors +// Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2008, 2009, 2010 by the deal.II authors // // This file is subject to QPL and may not be distributed // without copyright and license information. Please refer @@ -163,7 +163,7 @@ class DataOutRotation : public DataOut_DoFData * Return the first cell which we * want output for. The default * implementation returns the - * first \ref GlossActive "active cell", + * first @ref GlossActive "active cell", * but you might want to * return other cells in a * derived class.