From b1b4cd3ef80cc978c774d39bf6dd232f5f449869 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Thu, 10 Mar 2005 21:20:31 +0000 Subject: [PATCH] Small updates. git-svn-id: https://svn.dealii.org/trunk@10085 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/development/toc.html | 20 +++++++------ .../development/writing-documentation.html | 28 +++++++++++-------- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/deal.II/doc/development/toc.html b/deal.II/doc/development/toc.html index 86d3d69c64..4da78368eb 100644 --- a/deal.II/doc/development/toc.html +++ b/deal.II/doc/development/toc.html @@ -15,7 +15,8 @@ Apart from the online API references and the tutorial, which is covered elsewhere, this page gathers some information that might be of interest if you want to develop programs based on - deal.II yourself. + deal.II yourself, or if you want to contribute + to the development of deal.II itself.

@@ -50,20 +51,24 @@ see the ReadMe file for more information on supported systems and porting.

+ + Finally, here are a few pages that are automatically generated. Note + that these references point to a global copy on our web server, not + to in your local directory: + diff --git a/deal.II/doc/development/writing-documentation.html b/deal.II/doc/development/writing-documentation.html index 859e2e0897..d74f6469eb 100644 --- a/deal.II/doc/development/writing-documentation.html +++ b/deal.II/doc/development/writing-documentation.html @@ -108,8 +108,10 @@

In order to allow better structured output for long comments, doxygen supports a great number of tags for enumerations, - sectioning, markup, and other fields. For example, here is how to - generate + sectioning, markup, and other fields. We encourage you to take a + look at the doxygen webpage to get an overview. However, + here is a brief summary of the most often used features: