From: Wolfgang Bangerth Date: Thu, 16 Mar 2006 05:25:00 +0000 (+0000) Subject: Make doxygen run also dependent on tutorial programs X-Git-Tag: v8.0.0~12081 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5963f6a334e8d7f8a3ac5ed4ba55f6607c109cad;p=dealii.git Make doxygen run also dependent on tutorial programs git-svn-id: https://svn.dealii.org/trunk@12617 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/doxygen/Makefile.in b/deal.II/doc/doxygen/Makefile.in index e8a0e679ab..bd47cd3e95 100644 --- a/deal.II/doc/doxygen/Makefile.in +++ b/deal.II/doc/doxygen/Makefile.in @@ -24,7 +24,8 @@ deal.tag: deal.dox \ $D/base/include/*/*.h \ $D/lac/include/*/*.h \ $D/deal.II/include/*/*.h \ - headers/*.h + headers/*.h \ + ../tutorial/chapter-2.step-by-step/doxygen/*.h @echo "=== Generating reference documentation. " \ "This can take several minutes..." @DOXYGEN@ deal.dox > doxygen.log diff --git a/deal.II/doc/doxygen/deal.dox b/deal.II/doc/doxygen/deal.dox index a57e32c72f..2904d83c16 100644 --- a/deal.II/doc/doxygen/deal.dox +++ b/deal.II/doc/doxygen/deal.dox @@ -9,7 +9,8 @@ INPUT = headers/ \ ../../deal.II/include/fe \ ../../deal.II/include/grid \ ../../deal.II/include/multigrid \ - ../../deal.II/include/numerics + ../../deal.II/include/numerics \ + ../tutorial/chapter-2.step-by-step/doxygen HTML_OUTPUT = deal.II LATEX_OUTPUT = LaTeX/deal.II diff --git a/deal.II/doc/doxygen/stylesheet.css b/deal.II/doc/doxygen/stylesheet.css index 8d6bd0ee15..d155813fcf 100644 --- a/deal.II/doc/doxygen/stylesheet.css +++ b/deal.II/doc/doxygen/stylesheet.css @@ -102,16 +102,12 @@ A.codeRef { font-weight: normal; color: #1A419D} A:hover { text-decoration: none; background-color: #f2f2ff } DL.el { margin-left: -1cm } PRE.fragment { - background-color: #f5f5f5; margin-top: 4px; margin-bottom: 4px; margin-left: 2px; margin-right: 8px; } DIV.fragment { - border: 1px solid #CCCCCC; - background-color: #f5f5f5; - padding: 6px; } DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px } TD.md { background-color: #F4F4FB; font-weight: bold; }