From: wolf Date: Thu, 16 Mar 2006 16:28:22 +0000 (+0000) Subject: Try to be consistent with where we place @code/@endcode statements. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1fb7c31aa2d030b33fb8a8ba600dad2c232ade3;p=dealii-svn.git 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 --- 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):