From: bangerth Date: Thu, 4 Apr 2013 21:19:35 +0000 (+0000) Subject: Avoid poor doxygen markup. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47baa5d7eee24ae3e9d61f2baebc1d43cf949650;p=dealii-svn.git Avoid poor doxygen markup. git-svn-id: https://svn.dealii.org/trunk@29193 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-49/doc/results.dox b/deal.II/examples/step-49/doc/results.dox index 5a98966117..7135ea0f30 100644 --- a/deal.II/examples/step-49/doc/results.dox +++ b/deal.II/examples/step-49/doc/results.dox @@ -65,7 +65,7 @@ this, using the techniques previously described: @code // Given a list of points and how vertices connect to cells, -// create a mesh. This is in the same way as we do in step-14. +// create a mesh. This is in the same way as we do in step 14. void create_2d_grid (const Point<2> vertices_1[], const unsigned int n_vertices, const int cell_vertices[][4],