From b598a61a4e3e1ea5b161dcccfab90ec949b28843 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 16 Mar 2006 16:13:35 +0000 Subject: [PATCH] Replace ``...'' by ... git-svn-id: https://svn.dealii.org/trunk@12623 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen b/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen index a183b0cd30..a8023c70f7 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/program2doxygen @@ -64,6 +64,11 @@ do { # then replace references to other example programs automatically: s!step-(\d+)!\@ref step_\1 \"step-\1\"!g; + # replace quotation marks by ... + s!``!!g; + s!''!!g; + + # finally print this line print " * $_\n"; -- 2.39.5