]> https://gitweb.dealii.org/ - dealii.git/commitdiff
If intro.dox or results.dox ends in an enumeration that uses the doxygen
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 14 Jan 2011 01:52:06 +0000 (01:52 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Fri, 14 Jan 2011 01:52:06 +0000 (01:52 +0000)
shortcut way of only using dashes at the beginning of the line, and there is
no empty line at the end of the file, then the next heading is going to be
part of the enumeration item. We don't want that: avoid that by adding a
single empty line.

git-svn-id: https://svn.dealii.org/trunk@23188 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/doc/doxygen/tutorial/Makefile

index e77f1ed013700cb879678a891b45908426e20e9b..b5978c91c9b8111da795706f5ea0418f26cc7e91 100644 (file)
@@ -147,9 +147,11 @@ $(example-doxygen):
        @echo "@endhtmlonly" >> $@
        @cat $D/examples/$(call get_basename, $@)/doc/intro.dox \
                | $(PERL) create_anchors >> $@
+       @echo >> $@
        @cat generated/$(call get_basename, $@)_prog.dox >> $@
        @cat $D/examples/$(call get_basename, $@)/doc/results.dox \
                | $(PERL) create_anchors >> $@
+       @echo >> $@
        @echo " <a name=\"PlainProg\"></a>" >> $@
        @echo " <h1> The plain program</h1>" >> $@
        @echo " @include \"$(call get_basename, $@).cc\"" >> $@

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.