From d1fb7c31aa2d030b33fb8a8ba600dad2c232ade3 Mon Sep 17 00:00:00 2001 From: wolf Date: Thu, 16 Mar 2006 16:28:22 +0000 Subject: [PATCH] Try to be consistent with where we place @code/@endcode statements. git-svn-id: https://svn.dealii.org/trunk@12626 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/tutorial/chapter-2.step-by-step/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile index b19adc9c39..bbd5740c46 100644 --- a/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile +++ b/deal.II/doc/tutorial/chapter-2.step-by-step/Makefile @@ -120,9 +120,9 @@ $(example-dox-plain): @echo " * " $D/examples/$(call get_basename,$@)/*.cc | $(PERL) -pi -e 's!/! /!g;' >> $@ @echo " * . Otherwise, this is only" >> $@ @echo " * the path on some remote server.)" >> $@ - @echo " * @code" >> $@ + @echo " @code" >> $@ @cat $D/examples/$(call get_basename, $@)/*.cc | $(PERL) program2doxyplain >> $@ - @echo " * @endcode" >> $@ + @echo " @endcode" >> $@ $(example-doxygen): -- 2.39.5