From: scott.miller Date: Wed, 18 Sep 2013 02:20:23 +0000 (+0000) Subject: Fix typos in documentation. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=815528cc8a8485bf6897def86dc8fc5ffe1a084c;p=dealii-svn.git Fix typos in documentation. git-svn-id: https://svn.dealii.org/trunk@30783 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-51/step-51.cc b/deal.II/examples/step-51/step-51.cc index 6d5399ce30..522e9ce2b3 100644 --- a/deal.II/examples/step-51/step-51.cc +++ b/deal.II/examples/step-51/step-51.cc @@ -409,7 +409,8 @@ namespace Step51 // @sect3{The HDG class implementation} -// @sect4{Constructor} The constructor is similar to those in other examples, +// @sect4{Constructor} +// The constructor is similar to those in other examples, // with the exception of handling multiple DoFHandler and // FiniteElement objects. Note that we create a system of finite // elements for the local DG part, including the gradient/flux part and the @@ -474,7 +475,8 @@ namespace Step51 -// @sect4{HDG::PerTaskData} Next come the definition of the local data +// @sect4{HDG::PerTaskData} +// Next come the definition of the local data // structures for the parallel assembly. The first structure @p PerTaskData // contains the local vector and matrix that are written into the global // matrix, whereas the ScratchData contains all data that we need for the @@ -507,7 +509,8 @@ namespace Step51 -// @sect4{HDG::ScratchData} @p ScratchData contains persistent data for each +// @sect4{HDG::ScratchData} +// @p ScratchData contains persistent data for each // thread within WorkStream. The FEValues, matrix, // and vector objects should be familiar by now. There are two objects that // need to be discussed: @p std::vector >