From: bangerth Date: Mon, 21 May 2012 09:54:52 +0000 (+0000) Subject: Fix markup problem. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=29129379af7ce663f3d847e8ab06563bb6b43b63;p=dealii-svn.git Fix markup problem. git-svn-id: https://svn.dealii.org/trunk@25523 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-15/step-15.cc b/deal.II/examples/step-15/step-15.cc index 751159c4d9..664e9f56a1 100644 --- a/deal.II/examples/step-15/step-15.cc +++ b/deal.II/examples/step-15/step-15.cc @@ -624,11 +624,11 @@ namespace Step15 } } - // @ sect4{The main function} - - // Finally the main function, this follows the scheme of all other main - // functions: + // @sect4{The main function} + // Finally the main function, this + // follows the scheme of all other + // main functions: int main () { try