From: guido
Date: Fri, 8 Apr 2005 18:00:22 +0000 (+0000)
Subject: header and styles
X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a428b2465697ff3c5a4edf6a1046bf8c10d1a5e0;p=dealii-svn.git
header and styles
git-svn-id: https://svn.dealii.org/trunk@10440 0785d39b-7218-0410-832d-ea1e28bc413d
---
diff --git a/deal.II/doc/development/index.html b/deal.II/doc/development/index.html
index d66b207a59..be97ee917c 100644
--- a/deal.II/doc/development/index.html
+++ b/deal.II/doc/development/index.html
@@ -2,10 +2,13 @@
"http://www.w3.org/TR/REC-html40/frameset.dtd">
-deal.II Development Information
-
-
-
+ deal.II Development Information
+
+
+
+
+
+
-
An entry in the Makefile
+
An entry in the Makefile
In order for the Makefiles to pick up your new test, you have to
@@ -310,7 +315,7 @@ int main ()
-
An expected output
+
An expected output
If you run your new test executable, you will get an output file
@@ -363,7 +368,7 @@ int main ()
-
Checking everything in
+
Checking in
Tests are a way to make sure everything keeps working. If they
@@ -384,7 +389,7 @@ int main ()
-
Adding a new system
+
Adding a new system
If you are working on a system or with a compiler for which test
diff --git a/deal.II/doc/development/title.html b/deal.II/doc/development/title.html
index c606ef4c4d..5e6ba5cdcf 100644
--- a/deal.II/doc/development/title.html
+++ b/deal.II/doc/development/title.html
@@ -2,14 +2,14 @@
"http://www.w3.org/TR/html4/loose.dtd">
Apart from the online API references and the tutorial, which is
diff --git a/deal.II/doc/development/writing-documentation.html b/deal.II/doc/development/writing-documentation.html
index 8ce8c9e5c2..593d7ad7dd 100644
--- a/deal.II/doc/development/writing-documentation.html
+++ b/deal.II/doc/development/writing-documentation.html
@@ -1,15 +1,19 @@
-
It is our firm belief that software can only be successful if it
@@ -50,7 +54,7 @@
-
Writing API documentation
+
Writing API documentation
In order to extract documentation from the header files of the
@@ -63,7 +67,7 @@
-
Basic layout of documentation
+
Basic layout of documentation
Basically, every declaration, whether class or member
@@ -103,7 +107,7 @@
-
Extended Layout
+
Extended Layout
In order to allow better structured output for long comments,
@@ -216,9 +220,9 @@
-
Writing example programs
+
Writing example programs
-
The Tutorial
+
The Tutorial
At present, the tools that extract information from the example
programs are rather dumb. They are, to be precise, two Perl
@@ -241,7 +245,7 @@
allow for higher quality printing than what we get from HTML.
-
Code examples for the usage of single classes
+
Code examples for the usage of single classes
Writing example files for classes is supported by
doxygen. These example files go into