From: heister Date: Thu, 13 Oct 2011 14:52:09 +0000 (+0000) Subject: fix search in html doxygen documentation X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88b813897b63ef1e55ed11e00ad2353e2ccb3586;p=dealii-svn.git fix search in html doxygen documentation git-svn-id: https://svn.dealii.org/trunk@24599 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/header.html.in b/deal.II/doc/doxygen/header.html.in index 56484b0026..45e7df0008 100644 --- a/deal.II/doc/doxygen/header.html.in +++ b/deal.II/doc/doxygen/header.html.in @@ -6,6 +6,8 @@ + + diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 9d9bf74773..554a0b1059 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -46,6 +46,9 @@ using the SolutionTransfer class. (Timo Heister, 2011/10/12)

Specific improvements

    +
  1. Fixed: searching in the doxygen documentation. +
    +(Timo Heister, 2011/10/13)
  2. Fixed: The DataOut_DoFData::merge_patches did not compile with newer compilers. This is now fixed.