From 4ec2556cbdc2b8360db4a13bad29fd5baf564d77 Mon Sep 17 00:00:00 2001 From: maier Date: Tue, 26 Feb 2013 18:52:10 +0000 Subject: [PATCH] Revert "Fixup 28576 :-)" This reverts commit 753da5a9b2934ede64dd6ae92d6d55dc1fa29bc5. git-svn-id: https://svn.dealii.org/trunk@28590 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/doxygen/Makefile.in | 2 +- deal.II/doc/doxygen/deal.dox | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 deal.II/doc/doxygen/deal.dox diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index d6b0a182af..f6239f87e9 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -55,7 +55,7 @@ deal.II deal.tag: tutorial \ tutorial: @cd tutorial ; $(MAKE) -deal.dox: Makefile $(shell echo images ../news/*.h) +deal.dox: Makefile $(shell echo images ../../examples/*/doc ../news/*.h) @echo "=== Making $@" @echo "INPUT=`echo headers $D/include/deal.II/* tutorial/doxygen ../news/*.h $D/contrib/parameter_gui/*.h $D/contrib/parameter_gui/main.cpp`" > $@ @echo "IMAGE_PATH=`echo images ../../examples/*/doc $D/contrib/parameter_gui/images`" >> $@ diff --git a/deal.II/doc/doxygen/deal.dox b/deal.II/doc/doxygen/deal.dox new file mode 100644 index 0000000000..0ed03305e1 --- /dev/null +++ b/deal.II/doc/doxygen/deal.dox @@ -0,0 +1,2 @@ +INPUT=headers /export/home/gkanscha/deal/deal.II/include/deal.II/algorithms /export/home/gkanscha/deal/deal.II/include/deal.II/base /export/home/gkanscha/deal/deal.II/include/deal.II/distributed /export/home/gkanscha/deal/deal.II/include/deal.II/dofs /export/home/gkanscha/deal/deal.II/include/deal.II/fe /export/home/gkanscha/deal/deal.II/include/deal.II/grid /export/home/gkanscha/deal/deal.II/include/deal.II/hp /export/home/gkanscha/deal/deal.II/include/deal.II/integrators /export/home/gkanscha/deal/deal.II/include/deal.II/lac /export/home/gkanscha/deal/deal.II/include/deal.II/matrix_free /export/home/gkanscha/deal/deal.II/include/deal.II/meshworker /export/home/gkanscha/deal/deal.II/include/deal.II/multigrid /export/home/gkanscha/deal/deal.II/include/deal.II/numerics tutorial/doxygen ../news/6.0.0-vs-6.1.0.h ../news/6.1.0-vs-6.2.0.h ../news/6.2.0-vs-6.2.1.h ../news/6.2.0-vs-6.3.0.h ../news/6.3.0-vs-6.3.1.h ../news/6.3.0-vs-7.0.0.h ../news/7.0.0-vs-7.1.0.h ../news/7.1.0-vs-7.2.0.h ../news/changes.h /export/home/gkanscha/deal/deal.II/contrib/parameter_gui/browse_lineedit.h /export/home/gkanscha/deal/deal.II/contrib/parameter_gui/info_message.h /export/home/gkanscha/deal/deal.II/contrib/parameter_gui/mainwindow.h /export/home/gkanscha/deal/deal.II/contrib/parameter_gui/parameter_delegate.h /export/home/gkanscha/deal/deal.II/contrib/parameter_gui/xml_parameter_reader.h /export/home/gkanscha/deal/deal.II/contrib/parameter_gui/xml_parameter_writer.h /export/home/gkanscha/deal/deal.II/contrib/parameter_gui/main.cpp +IMAGE_PATH=images /export/home/gkanscha/deal/deal.II/contrib/parameter_gui/images -- 2.39.5