From a4895dcab556fa7aa1cc463972617bc88af65a91 Mon Sep 17 00:00:00 2001 From: bangerth Date: Thu, 8 May 2008 00:05:27 +0000 Subject: [PATCH] Escape occurrences of the word 'Function' git-svn-id: https://svn.dealii.org/trunk@16056 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/examples/step-33/step-33.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.5