From 9fc0b99d683c95f9036f5268c0724de65de467cb Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Sat, 8 Sep 2007 02:18:36 +0000 Subject: [PATCH] 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 --- deal.II/doc/doxygen/deal.dox | 3 +- deal.II/doc/news/{changes.html => changes.h} | 43 +++++++------------- deal.II/doc/news/news.html | 2 +- 3 files changed, 18 insertions(+), 30 deletions(-) rename deal.II/doc/news/{changes.html => changes.h} (64%) 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.

-- 2.39.5