From 2b05fe4bfa5c0575839ac6f887cd548e793992a5 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Tue, 28 Mar 2006 06:16:15 +0000 Subject: [PATCH] Get images from tutorial directories. git-svn-id: https://svn.dealii.org/trunk@12709 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/options.dox.in | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/deal.II/doc/doxygen/options.dox.in b/deal.II/doc/doxygen/options.dox.in index 363425b195..87b9856da7 100644 --- a/deal.II/doc/doxygen/options.dox.in +++ b/deal.II/doc/doxygen/options.dox.in @@ -449,7 +449,29 @@ EXAMPLE_RECURSIVE = NO # directories that contain image that are included in the documentation (see # the \image command). -IMAGE_PATH = . +IMAGE_PATH = . \ + ../tutorial/chapter-2.step-by-step/step-1.data \ + ../tutorial/chapter-2.step-by-step/step-2.data \ + ../tutorial/chapter-2.step-by-step/step-3.data \ + ../tutorial/chapter-2.step-by-step/step-4.data \ + ../tutorial/chapter-2.step-by-step/step-5.data \ + ../tutorial/chapter-2.step-by-step/step-6.data \ + ../tutorial/chapter-2.step-by-step/step-7.data \ + ../tutorial/chapter-2.step-by-step/step-8.data \ + ../tutorial/chapter-2.step-by-step/step-9.data \ + ../tutorial/chapter-2.step-by-step/step-10.data \ + ../tutorial/chapter-2.step-by-step/step-11.data \ + ../tutorial/chapter-2.step-by-step/step-12.data \ + ../tutorial/chapter-2.step-by-step/step-13.data \ + ../tutorial/chapter-2.step-by-step/step-14.data \ + ../tutorial/chapter-2.step-by-step/step-15.data \ + ../tutorial/chapter-2.step-by-step/step-16.data \ + ../tutorial/chapter-2.step-by-step/step-17.data \ + ../tutorial/chapter-2.step-by-step/step-18.data \ + ../tutorial/chapter-2.step-by-step/step-19.data \ + ../tutorial/chapter-2.step-by-step/step-20.data \ + ../tutorial/chapter-2.step-by-step/step-21.data \ + # The INPUT_FILTER tag can be used to specify a program that doxygen should # invoke to filter for each input file. Doxygen will invoke the filter program -- 2.39.5