From: bangerth Date: Thu, 8 May 2008 00:05:27 +0000 (+0000) Subject: Escape occurrences of the word 'Function' X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a4895dcab556fa7aa1cc463972617bc88af65a91;p=dealii-svn.git Escape occurrences of the word 'Function' git-svn-id: https://svn.dealii.org/trunk@16056 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/examples/step-33/step-33.cc b/deal.II/examples/step-33/step-33.cc index c033208823..5d16c64651 100644 --- a/deal.II/examples/step-33/step-33.cc +++ b/deal.II/examples/step-33/step-33.cc @@ -500,7 +500,7 @@ void ConsLaw::initialize() { } // @sect3{Assembly} - // @sect4{Function: assemble_cell_term} + // @sect4{%Function: assemble_cell_term} // // Assembles the cell term, adding minus the residual // to the right hand side, and adding in the Jacobian @@ -677,7 +677,7 @@ void ConsLaw::assemble_cell_term( } // for i } - // @sect4{Function: assemble_face_term} + // @sect4{%Function: assemble_face_term} // These are either // boundary terms or terms across differing // levels of refinement. In the first case,