From 7744358e0d9680f54a366c62913a55fc76b8510f Mon Sep 17 00:00:00 2001 From: kanschat Date: Sun, 20 Jun 2010 17:17:15 +0000 Subject: [PATCH] add more tooltips. Fix Makefile. git-svn-id: https://svn.dealii.org/trunk@21233 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/tutorial/Makefile | 5 +++-- deal.II/doc/doxygen/tutorial/toc.html.in | 2 +- deal.II/examples/step-10/doc/tooltip | 1 + deal.II/examples/step-8/doc/tooltip | 1 + 4 files changed, 6 insertions(+), 3 deletions(-) create mode 100644 deal.II/examples/step-10/doc/tooltip create mode 100644 deal.II/examples/step-8/doc/tooltip diff --git a/deal.II/doc/doxygen/tutorial/Makefile b/deal.II/doc/doxygen/tutorial/Makefile index 8510b71d49..98ab7de7a8 100644 --- a/deal.II/doc/doxygen/tutorial/Makefile +++ b/deal.II/doc/doxygen/tutorial/Makefile @@ -37,10 +37,11 @@ get_basename = $(shell echo $(1) | $(PERL) -pi -e 's/(generated|doxygen).//g; s/ -all: $(example-doxygen) +all: $(example-doxygen) toc.html -toc.html: steps.cmapx toc.html.in +toc.html: steps.cmapx toc.html.in $D/examples/step-*/doc/tooltip perl make_toc.pl > toc.html + # generate dot file steps.dot: steps.pl perl $< > $@ diff --git a/deal.II/doc/doxygen/tutorial/toc.html.in b/deal.II/doc/doxygen/tutorial/toc.html.in index ed8327161a..1d15b665ff 100644 --- a/deal.II/doc/doxygen/tutorial/toc.html.in +++ b/deal.II/doc/doxygen/tutorial/toc.html.in @@ -131,7 +131,7 @@ the geodynamics Step-9 - Transport equation, assembling + Linear advection equation, assembling the system of equations in parallel using multi-threading, implementing a refinement criterion based on a finite difference approximation of the gradient. diff --git a/deal.II/examples/step-10/doc/tooltip b/deal.II/examples/step-10/doc/tooltip new file mode 100644 index 0000000000..3e8ca2e093 --- /dev/null +++ b/deal.II/examples/step-10/doc/tooltip @@ -0,0 +1 @@ +Higher order mappings. diff --git a/deal.II/examples/step-8/doc/tooltip b/deal.II/examples/step-8/doc/tooltip new file mode 100644 index 0000000000..d8b7084988 --- /dev/null +++ b/deal.II/examples/step-8/doc/tooltip @@ -0,0 +1 @@ +Systems of PDE. Elasticity. -- 2.39.5