From: Wolfgang Bangerth Date: Sun, 15 Jan 2006 00:17:58 +0000 (+0000) Subject: Fix xref. X-Git-Tag: v8.0.0~12634 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8932371f1ca59e5471b52bca8ce24b101e18e1f6;p=dealii.git Fix xref. git-svn-id: https://svn.dealii.org/trunk@12030 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/headers/grid.h b/deal.II/doc/doxygen/headers/grid.h index fc7620535c..70c4cf05ba 100644 --- a/deal.II/doc/doxygen/headers/grid.h +++ b/deal.II/doc/doxygen/headers/grid.h @@ -82,7 +82,7 @@ * * Meshes can be written to output files in a number of different formats. If * this involves simulation results obtained on this mesh, then this is done - * using the DataOut class (described in more detail in the @ref Output + * using the DataOut class (described in more detail in the @ref output * module). On the other hand, if only the geometry and topology of the mesh * is to be written to a file, the GridOut class can do this for you. *