From: bangerth Date: Tue, 21 Aug 2007 16:24:27 +0000 (+0000) Subject: Add stylefile for the table of contents of tutorial programs. This makes it work... X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d0d9958a4a01977a569a59d791ded430ba2dd91d;p=dealii-svn.git Add stylefile for the table of contents of tutorial programs. This makes it work with post 1.5 versions of doxygen. git-svn-id: https://svn.dealii.org/trunk@15004 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index ee481bcb45..2454e46ef2 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -30,6 +30,7 @@ deal.II deal.tag: tutorial \ @echo "=== Generating reference documentation. " \ "This can take several minutes..." cat @DOXYGEN_OPTIONS@ deal.dox | @DOXYGEN@ - > doxygen.log + @cp deal.css deal.II tutorial: diff --git a/deal.II/doc/doxygen/deal.css b/deal.II/doc/doxygen/deal.css new file mode 100644 index 0000000000..b9cab12825 --- /dev/null +++ b/deal.II/doc/doxygen/deal.css @@ -0,0 +1,7 @@ +table.tutorial { + color: black; + border: 1px solid #aaa; + background-color: #f9f9f9; + padding: 5px; + font-size: 95%; +} diff --git a/deal.II/doc/doxygen/header.html.in b/deal.II/doc/doxygen/header.html.in index 67bb5581f1..bb5a2fe6e8 100644 --- a/deal.II/doc/doxygen/header.html.in +++ b/deal.II/doc/doxygen/header.html.in @@ -5,6 +5,7 @@ $title +