From: bangerth Date: Sat, 8 Sep 2007 02:18:36 +0000 (+0000) Subject: Let doxygen see and munge the list of changes, so that crosslinks are automatically... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dc1369070b074d6d85d46541b00000cd5137acd5;p=dealii-svn.git Let doxygen see and munge the list of changes, so that crosslinks are automatically generated. git-svn-id: https://svn.dealii.org/trunk@15168 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/deal.dox b/deal.II/doc/doxygen/deal.dox index 162c1551a2..3573c6a808 100644 --- a/deal.II/doc/doxygen/deal.dox +++ b/deal.II/doc/doxygen/deal.dox @@ -9,7 +9,8 @@ INPUT = headers/ \ ../../deal.II/include/grid \ ../../deal.II/include/multigrid \ ../../deal.II/include/numerics \ - tutorial/doxygen + tutorial/doxygen \ + ../news/changes.h HTML_OUTPUT = deal.II LATEX_OUTPUT = LaTeX/deal.II diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.h similarity index 64% rename from deal.II/doc/news/changes.html rename to deal.II/doc/news/changes.h index 7b9b2e7428..dcc7cf13bc 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.h @@ -1,23 +1,9 @@ - - - - - The deal.II news page - - - - - - - - - -

Changes after Version 6.0

+/** + * @page changes_after_6.0 Changes after Version 6.0

This is the list of changes made after the release of -deal.II version 6.0. It is subdivided into changes +deal.II version 6.0. It is subdivided into changes made to the three sub-libraries base, lac, and deal.II, as well as changes to the general infrastructure, @@ -44,6 +30,13 @@ inconvenience this causes.

    +
  1. Changed: The deprecated typedefs + internal::Triangulation::Line, + internal::Triangulation::Quad, and + internal::Triangulation::Hexahedron have been removed. +
    + (WB 2007/09/07) +

@@ -52,13 +45,7 @@ inconvenience this causes.

General

    -
  1. Changed: The deprecated typedefs - internal::Triangulation::Line, - internal::Triangulation::Quad, and - internal::Triangulation::Hexahedron have been removed. -
    - (WB 2007/09/07) -

    +
@@ -67,6 +54,7 @@ inconvenience this causes.

base

    +
@@ -75,6 +63,7 @@ inconvenience this causes.

lac

    +
@@ -83,10 +72,8 @@ inconvenience this causes.

deal.II

    +
-
-Last update $Date$ - - +*/ diff --git a/deal.II/doc/news/news.html b/deal.II/doc/news/news.html index dc4855c2f6..85528d4230 100644 --- a/deal.II/doc/news/news.html +++ b/deal.II/doc/news/news.html @@ -29,7 +29,7 @@

Changes in the library since the last release are - here.

+ here.