From: kronbichler
Date: Thu, 7 Aug 2008 09:34:18 +0000 (+0000)
Subject: There were a few errors in the documentation that made Doxygen complain. Moreover...
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0fadee3b38fed55b7472942a88b1dfe4716e5d8a;p=dealii-svn.git
There were a few errors in the documentation that made Doxygen complain. Moreover, tutorial step-30 is now also accessible through the navigation bar on the left.
git-svn-id: https://svn.dealii.org/trunk@16508 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/doxygen/deal.dox b/deal.II/doc/doxygen/deal.dox
index 41b69adabf..3de3216012 100644
--- a/deal.II/doc/doxygen/deal.dox
+++ b/deal.II/doc/doxygen/deal.dox
@@ -47,6 +47,6 @@ IMAGE_PATH = images \
../../examples/step-27/doc \
../../examples/step-28/doc \
../../examples/step-29/doc \
- ../../examples/step-30/doc
+ ../../examples/step-30/doc \
../../examples/step-31/doc \
../../examples/step-33/doc
diff --git a/deal.II/doc/doxygen/tutorial/navbar.html b/deal.II/doc/doxygen/tutorial/navbar.html
index 9f6fd5d8eb..acec8cfc11 100644
--- a/deal.II/doc/doxygen/tutorial/navbar.html
+++ b/deal.II/doc/doxygen/tutorial/navbar.html
@@ -57,6 +57,7 @@
25
27
29
+ 30
33
diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h
index eda6995d4f..3a1837d417 100644
--- a/deal.II/doc/news/changes.h
+++ b/deal.II/doc/news/changes.h
@@ -136,7 +136,7 @@ inconvenience this causes.
-
- Fixed: A misplaced #include
directive prevented the file
+ Fixed: A misplaced \#include
directive prevented the file
base/source/data_out_base.cc
from being compilable by
the PGI C++ compiler. This is now fixed.