From f1c8b6b924fcdd77e7887d0ade21b4a752563139 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Thu, 28 Jun 2012 11:03:15 +0200
Subject: [PATCH] Unified file header.

---
 BaseLib/BuildInfo.h.in                          |  5 +++--
 BaseLib/CPUTime.cpp                             |  7 +++----
 BaseLib/CPUTime.h                               |  7 +++----
 BaseLib/DateTools.cpp                           |  8 +++-----
 BaseLib/FileTools.h                             |  3 ++-
 BaseLib/MemWatch.cpp                            |  7 +++----
 BaseLib/MemWatch.h                              |  7 +++----
 BaseLib/RunTime.cpp                             |  7 +++----
 BaseLib/RunTime.h                               |  7 +++----
 BaseLib/StringTools.cpp                         |  7 +++----
 BaseLib/printList.h                             |  7 +++----
 BaseLib/quicksort.h                             |  7 +++----
 BaseLib/uniqueListInsert.h                      |  7 +++----
 FemLib/DistributionInfo.cpp                     |  7 +++----
 FemLib/DistributionInfo.h                       |  7 +++----
 FemLib/FEMEnums.cpp                             | 13 ++++++-------
 FemLib/GeoInfo.cpp                              |  7 +++----
 FemLib/GeoInfo.h                                |  7 +++----
 FemLib/ProcessInfo.cpp                          |  5 ++---
 FemLib/ProcessInfo.h                            |  5 ++---
 FileIO/MeshIO.cpp                               | 13 ++++++-------
 FileIO/MeshIO.h                                 |  5 ++---
 FileIO/Writer.cpp                               |  3 +--
 FileIO/Writer.h                                 |  3 ++-
 GeoLib/AxisAlignedBoundingBox.cpp               |  5 ++---
 GeoLib/AxisAlignedBoundingBox.h                 |  5 ++---
 GeoLib/BruteForceClosestPair.cpp                |  7 +++----
 GeoLib/BruteForceClosestPair.h                  |  7 +++----
 GeoLib/ClosestPair.h                            |  7 +++----
 GeoLib/Color.cpp                                |  8 +++-----
 GeoLib/GEOObjects.cpp                           |  7 +++----
 GeoLib/GEOObjects.h                             |  7 +++----
 GeoLib/GeoObject.h                              |  7 +++----
 GeoLib/GeoType.cpp                              |  7 +++----
 GeoLib/GeoType.h                                |  9 ++++-----
 GeoLib/Grid.h                                   |  7 +++----
 GeoLib/OctTree.h                                |  7 +++----
 GeoLib/Point.cpp                                |  7 +++----
 GeoLib/Point.h                                  | 10 +++++-----
 GeoLib/PointVec.cpp                             |  7 +++----
 GeoLib/PointVec.h                               |  5 ++---
 GeoLib/PointWithID.h                            |  7 +++----
 GeoLib/Polygon.cpp                              |  7 +++----
 GeoLib/Polygon.h                                |  7 +++----
 GeoLib/Polyline.cpp                             |  7 +++----
 GeoLib/Polyline.h                               |  7 +++----
 GeoLib/PolylineVec.h                            |  7 +++----
 GeoLib/QuadTree.h                               |  7 +++----
 GeoLib/Raster.cpp                               |  7 +++----
 GeoLib/Raster.h                                 |  7 +++----
 GeoLib/SimplePolygonTree.cpp                    |  7 +++----
 GeoLib/SimplePolygonTree.h                      |  7 +++----
 GeoLib/Surface.cpp                              |  7 +++----
 GeoLib/Surface.h                                |  7 +++----
 GeoLib/SurfaceVec.h                             |  5 ++---
 GeoLib/TemplatePoint.h                          |  7 +++----
 GeoLib/TemplateVec.h                            |  7 +++----
 GeoLib/Triangle.cpp                             |  5 ++---
 GeoLib/Triangle.h                               |  5 ++---
 MathLib/AnalyticalGeometry.cpp                  |  5 ++---
 MathLib/AnalyticalGeometry.h                    |  5 ++---
 MathLib/EarClippingTriangulation.cpp            |  7 +++----
 MathLib/EarClippingTriangulation.h              |  7 +++----
 .../LinearIntervalInterpolation.h               |  7 +++----
 .../PiecewiseLinearInterpolation.cpp            |  7 +++----
 .../PiecewiseLinearInterpolation.h              |  7 +++----
 MathLib/LinAlg/Dense/Matrix.h                   |  7 ++-----
 MathLib/LinAlg/MatrixBase.h                     |  7 +++----
 .../LinAlg/Preconditioner/generateDiagPrecond.h |  7 +++----
 MathLib/LinAlg/Solvers/BiCGStab.cpp             |  7 +++----
 MathLib/LinAlg/Solvers/BiCGStab.h               |  7 +++----
 MathLib/LinAlg/Solvers/CG.cpp                   |  7 +++----
 MathLib/LinAlg/Solvers/CG.h                     |  7 +++----
 MathLib/LinAlg/Solvers/CGParallel.cpp           |  7 +++----
 .../LinAlg/Solvers/DenseDirectLinearSolver.h    |  7 +++----
 MathLib/LinAlg/Solvers/DirectLinearSolver.h     |  7 +++----
 MathLib/LinAlg/Solvers/GMRes.cpp                |  7 +++----
 MathLib/LinAlg/Solvers/GMRes.h                  |  7 +++----
 MathLib/LinAlg/Solvers/GaussAlgorithm.cpp       |  7 +++----
 MathLib/LinAlg/Solvers/GaussAlgorithm.h         |  7 +++----
 MathLib/LinAlg/Solvers/IterativeLinearSolver.h  |  7 +++----
 MathLib/LinAlg/Solvers/LinearSolver.h           |  7 +++----
 MathLib/LinAlg/Solvers/TriangularSolve.cpp      |  7 +++----
 MathLib/LinAlg/Solvers/TriangularSolve.h        |  7 +++----
 MathLib/LinAlg/Solvers/solver.h                 |  7 +++----
 MathLib/LinAlg/Sparse/CRSMatrix.h               |  7 +++----
 MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h         |  7 +++----
 MathLib/LinAlg/Sparse/CRSMatrixPThreads.h       |  7 +++----
 MathLib/LinAlg/Sparse/CRSSymMatrix.h            |  7 +++----
 MathLib/LinAlg/Sparse/CRSTranspose.h            |  7 +++----
 .../NestedDissectionPermutation/AdjMat.cpp      |  7 +++----
 .../Sparse/NestedDissectionPermutation/AdjMat.h |  7 +++----
 .../CRSMatrixReordered.cpp                      |  7 +++----
 .../CRSMatrixReordered.h                        |  7 +++----
 .../CRSMatrixReorderedOpenMP.cpp                |  7 +++----
 .../CRSMatrixReorderedOpenMP.h                  |  7 +++----
 .../NestedDissectionPermutation/Cluster.cpp     |  7 +++----
 .../NestedDissectionPermutation/Cluster.h       |  5 ++---
 .../NestedDissectionPermutation/ClusterBase.cpp |  7 +++----
 .../NestedDissectionPermutation/ClusterBase.h   |  7 +++----
 .../NestedDissectionPermutation/Separator.cpp   |  7 +++----
 .../NestedDissectionPermutation/Separator.h     |  5 ++---
 MathLib/LinAlg/Sparse/amuxCRS.cpp               |  7 +++----
 MathLib/LinAlg/VectorNorms.h                    |  7 +++----
 MathLib/MathTools.cpp                           |  7 +++----
 MathLib/MathTools.h                             |  5 ++---
 MathLib/Vector3.h                               |  3 ++-
 MathLib/max.h                                   |  7 +++----
 MeshLib/Elements/Cell.cpp                       |  5 ++---
 MeshLib/Elements/Cell.h                         |  7 +++----
 MeshLib/Elements/Edge.cpp                       |  5 ++---
 MeshLib/Elements/Edge.h                         |  5 ++---
 MeshLib/Elements/Element.cpp                    |  7 +++----
 MeshLib/Elements/Element.h                      |  9 ++++-----
 MeshLib/Elements/Face.cpp                       |  5 ++---
 MeshLib/Elements/Face.h                         |  7 +++----
 MeshLib/Elements/FemElem.cpp                    |  5 ++---
 MeshLib/Elements/FemElem.h                      |  5 ++---
 MeshLib/Elements/Hex.cpp                        |  7 +++----
 MeshLib/Elements/Hex.h                          |  5 ++---
 MeshLib/Elements/Prism.cpp                      |  7 +++----
 MeshLib/Elements/Prism.h                        |  5 ++---
 MeshLib/Elements/Pyramid.cpp                    |  7 +++----
 MeshLib/Elements/Pyramid.h                      |  5 ++---
 MeshLib/Elements/Quad.cpp                       |  7 +++----
 MeshLib/Elements/Quad.h                         |  5 ++---
 MeshLib/Elements/Tet.cpp                        |  7 +++----
 MeshLib/Elements/Tet.h                          |  7 +++----
 MeshLib/Elements/Tet10.cpp                      |  5 ++---
 MeshLib/Elements/Tet10.h                        |  5 ++---
 MeshLib/Elements/Tet4.cpp                       |  5 ++---
 MeshLib/Elements/Tet4.h                         |  5 ++---
 MeshLib/Elements/Tri.cpp                        |  5 ++---
 MeshLib/Elements/Tri.h                          |  7 +++----
 MeshLib/FemMesh.cpp                             |  5 ++---
 MeshLib/FemMesh.h                               |  5 ++---
 MeshLib/FemNode.cpp                             |  5 ++---
 MeshLib/FemNode.h                               |  7 +++----
 MeshLib/Mesh.cpp                                | 17 ++++++++---------
 MeshLib/Mesh.h                                  | 13 ++++++-------
 MeshLib/MshEnums.cpp                            |  5 ++---
 MeshLib/MshEnums.h                              |  5 ++---
 MeshLib/Node.cpp                                |  5 ++---
 MeshLib/Node.h                                  |  7 +++----
 SimpleTests/MatrixTests/MatMult.cpp             |  5 ++---
 .../MatrixTests/MatTestRemoveRowsCols.cpp       |  5 ++---
 SimpleTests/MatrixTests/MatVecMultNDPerm.cpp    |  5 ++---
 .../MatrixTests/MatVecMultNDPermOpenMP.cpp      |  5 ++---
 SimpleTests/MeshTests/MeshRead.cpp              |  3 +--
 .../ConjugateGradientUnpreconditioned.cpp       |  4 ++--
 SimpleTests/SolverTests/GMResDiagPrecond.cpp    |  5 ++---
 151 files changed, 422 insertions(+), 567 deletions(-)

diff --git a/BaseLib/BuildInfo.h.in b/BaseLib/BuildInfo.h.in
index 145411c6c79..6667cb8c414 100644
--- a/BaseLib/BuildInfo.h.in
+++ b/BaseLib/BuildInfo.h.in
@@ -1,7 +1,8 @@
 /**
  * \file BuildInfo.h.in
- * 24/08/2010 LB Initial implementation
- * #defines which gets set through CMake
+ * #defines which gets set through CMake.
+ *
+ * Created on 2010-08-24 by Lars Bilke
  */
 
 #ifndef BUILDINFO_H
diff --git a/BaseLib/CPUTime.cpp b/BaseLib/CPUTime.cpp
index a442b9b79e1..567c02f333f 100644
--- a/BaseLib/CPUTime.cpp
+++ b/BaseLib/CPUTime.cpp
@@ -1,8 +1,7 @@
-/*
- * CPUTime.cpp
+/**
+ * \file CPUTime.cpp
  *
- *  Created on: May 10, 2012
- *      Author: TF
+ *  Created on 2012-05-10 by Thomas Fischer
  */
 
 #include "CPUTime.h"
diff --git a/BaseLib/CPUTime.h b/BaseLib/CPUTime.h
index 7198c6d3ec2..c082507a60f 100644
--- a/BaseLib/CPUTime.h
+++ b/BaseLib/CPUTime.h
@@ -1,8 +1,7 @@
-/*
- * CPUTime.h
+/**
+ * \file CPUTime.h
  *
- *  Created on: May 10, 2012
- *      Author: TF
+ *  Created on 2012-05-10 by Thomas Fischer
  */
 
 #ifndef CPUTIME_H
diff --git a/BaseLib/DateTools.cpp b/BaseLib/DateTools.cpp
index c15b18ebf6c..8e8516bddad 100644
--- a/BaseLib/DateTools.cpp
+++ b/BaseLib/DateTools.cpp
@@ -1,9 +1,7 @@
-/*
- * DateTools.cpp
+/**
+ * \file DateTools.cpp
  *
- *  Created on: Jun 16, 2010
- *      Author: KR Initial implementation (in header file)
- *      TF moved implementation to source file
+ *  Created on 2010-06-16 by Karsten Rink
  */
 
 #include "DateTools.h"
diff --git a/BaseLib/FileTools.h b/BaseLib/FileTools.h
index 0b2b428f251..a1f737bdb43 100644
--- a/BaseLib/FileTools.h
+++ b/BaseLib/FileTools.h
@@ -1,6 +1,7 @@
 /**
  * \file FileTools.h
- * 26/4/2010 LB Initial implementation
+ *
+ * Created on 2010-04-26 by Lars Bilke
  *
  */
 
diff --git a/BaseLib/MemWatch.cpp b/BaseLib/MemWatch.cpp
index 7d2e6e294fc..8d9eddf35a4 100644
--- a/BaseLib/MemWatch.cpp
+++ b/BaseLib/MemWatch.cpp
@@ -1,8 +1,7 @@
-/*
- * MemWatch.cpp
+/**
+ * \file MemWatch.cpp
  *
- *  Created on: May 7, 2012
- *      Author: TF
+ *  Created on 2012-05-07 by Thomas Fischer
  */
 
 #include "MemWatch.h"
diff --git a/BaseLib/MemWatch.h b/BaseLib/MemWatch.h
index 2afa771ba80..0f8f5ebf691 100644
--- a/BaseLib/MemWatch.h
+++ b/BaseLib/MemWatch.h
@@ -1,8 +1,7 @@
-/*
- * MemWatch.h
+/**
+ * \file MemWatch.h
  *
- *  Created on: May 7, 2012
- *      Author: TF
+ *  Created on 2012-05-07 by Thomas Fischer
  */
 
 #ifndef MEMWATCH_H_
diff --git a/BaseLib/RunTime.cpp b/BaseLib/RunTime.cpp
index d9652790f49..c8a84ddd3ce 100644
--- a/BaseLib/RunTime.cpp
+++ b/BaseLib/RunTime.cpp
@@ -1,8 +1,7 @@
-/*
- * RunTime.cpp
+/**
+ * \file RunTime.cpp
  *
- *  Created on: May 10, 2012
- *      Author: TF
+ *  Created on 2012-05-10 by Thomas Fischer
  */
 
 #include "RunTime.h"
diff --git a/BaseLib/RunTime.h b/BaseLib/RunTime.h
index 8d282958829..83d6e3b8897 100644
--- a/BaseLib/RunTime.h
+++ b/BaseLib/RunTime.h
@@ -1,8 +1,7 @@
-/*
- * RunTime.h
+/**
+ * \file RunTime.h
  *
- *  Created on: May 10, 2012
- *      Author: TF
+ *  Created on 2012-05-10 by Thomas Fischer
  */
 
 #ifndef RUNTIME_H
diff --git a/BaseLib/StringTools.cpp b/BaseLib/StringTools.cpp
index 01fffcf4acc..aec28f1ee2e 100644
--- a/BaseLib/StringTools.cpp
+++ b/BaseLib/StringTools.cpp
@@ -1,8 +1,7 @@
-/*
- * StringTools.cpp
+/**
+ * \file StringTools.cpp
  *
- *  Created on: Jun 16, 2010
- *      Author: TF
+ *  Created on 2010-06-16 by Thomas Fischer
  */
 
 #include "StringTools.h"
diff --git a/BaseLib/printList.h b/BaseLib/printList.h
index 7a4a4bb16f9..2a814f25fc4 100644
--- a/BaseLib/printList.h
+++ b/BaseLib/printList.h
@@ -1,8 +1,7 @@
-/*
- * printList.h
+/**
+ * \file printList.h
  *
- *  Created on: Feb 23, 2011
- *      Author: TF
+ *  Created on 2011-02-23 by Thomas Fischer
  */
 
 #ifndef PRINTLIST_H_
diff --git a/BaseLib/quicksort.h b/BaseLib/quicksort.h
index 411d9aed1da..d84f88f67ff 100644
--- a/BaseLib/quicksort.h
+++ b/BaseLib/quicksort.h
@@ -1,8 +1,7 @@
-/*
- * quicksort.h
+/**
+ * \file quicksort.h
  *
- *  Created on: May 26, 2010
- *      Author: TF
+ *  Created on 2010-05-26 by Thomas Fischer
  */
 
 #ifndef QUICKSORT_H_
diff --git a/BaseLib/uniqueListInsert.h b/BaseLib/uniqueListInsert.h
index 38804f59dc7..b8da1df8ac8 100644
--- a/BaseLib/uniqueListInsert.h
+++ b/BaseLib/uniqueListInsert.h
@@ -1,8 +1,7 @@
-/*
- * uniqueListInsert.h
+/**
+ * \file uniqueListInsert.h
  *
- *  Created on: Feb 23, 2011
- *      Author: TF
+ *  Created on 2011-02-23 by Thomas Fischer
  */
 
 #ifndef UNIQUELISTINSERT_H_
diff --git a/FemLib/DistributionInfo.cpp b/FemLib/DistributionInfo.cpp
index df94f24793e..d0e4ff91736 100644
--- a/FemLib/DistributionInfo.cpp
+++ b/FemLib/DistributionInfo.cpp
@@ -1,8 +1,7 @@
-/*
- * DistributionInfo.cpp
+/**
+ * \file DistributionInfo.cpp
  *
- *  Created on: Sep 28, 2010
- *      Author: fischeth
+ *  Created on 2010-09-28 by Thomas Fischer
  */
 
 #include "DistributionInfo.h"
diff --git a/FemLib/DistributionInfo.h b/FemLib/DistributionInfo.h
index 0d8bd9b78b4..583461c0a63 100644
--- a/FemLib/DistributionInfo.h
+++ b/FemLib/DistributionInfo.h
@@ -1,8 +1,7 @@
-/*
- * DistributionInfo.h
+/**
+ * \file DistributionInfo.h
  *
- *  Created on: Sep 28, 2010
- *      Author: TF
+ *  Created on 2010-09-28 by Thomas Fischer
  */
 
 #ifndef DISTRIBUTIONINFO_H_
diff --git a/FemLib/FEMEnums.cpp b/FemLib/FEMEnums.cpp
index 04abcbc1687..70a4604603e 100644
--- a/FemLib/FEMEnums.cpp
+++ b/FemLib/FEMEnums.cpp
@@ -1,8 +1,7 @@
-/*
- * FEMEnums.cpp
+/**
+ * \file FEMEnums.cpp
  *
- *  Created on: Sep 2, 2010
- *      Author: TF
+ *  Created on 2010-09-02 by Thomas Fischer
  */
 
 #include "FEMEnums.h"
@@ -106,11 +105,11 @@ std::string convertProcessTypeToString ( ProcessType pcs_type )
 
 bool isFlowProcess (ProcessType pcs_type)
 {
-	if (   pcs_type == LIQUID_FLOW || pcs_type == FLUID_FLOW 
+	if (   pcs_type == LIQUID_FLOW || pcs_type == FLUID_FLOW
 		|| pcs_type == RICHARDS_FLOW || pcs_type == GROUNDWATER_FLOW
 		|| pcs_type == PS_GLOBAL || pcs_type == MULTI_PHASE_FLOW
 		|| pcs_type == DEFORMATION_FLOW || pcs_type == DEFORMATION_H2
-	    || pcs_type == TWO_PHASE_FLOW || pcs_type == OVERLAND_FLOW 
+	    || pcs_type == TWO_PHASE_FLOW || pcs_type == OVERLAND_FLOW
 	    || pcs_type == AIR_FLOW || pcs_type == PTC_FLOW)
 		return true;
 	return false;
@@ -118,7 +117,7 @@ bool isFlowProcess (ProcessType pcs_type)
 
 bool isMultiFlowProcess (ProcessType pcs_type)
 {
-	if (pcs_type == PS_GLOBAL || 
+	if (pcs_type == PS_GLOBAL ||
 		pcs_type == MULTI_PHASE_FLOW ||
 		pcs_type == TWO_PHASE_FLOW ||
 		pcs_type == DEFORMATION_H2)
diff --git a/FemLib/GeoInfo.cpp b/FemLib/GeoInfo.cpp
index 2bb451eeb9c..b29bde83fb5 100644
--- a/FemLib/GeoInfo.cpp
+++ b/FemLib/GeoInfo.cpp
@@ -1,8 +1,7 @@
-/*
- * GeoInfo.cpp
+/**
+ * \file GeoInfo.cpp
  *
- *  Created on: Jun 18, 2010
- *      Author: TF
+ *  Created on 2010-06-18 by Thomas Fischer
  */
 
 // STL
diff --git a/FemLib/GeoInfo.h b/FemLib/GeoInfo.h
index 8cb4d2995af..9ebd67100f8 100644
--- a/FemLib/GeoInfo.h
+++ b/FemLib/GeoInfo.h
@@ -1,8 +1,7 @@
-/*
- * GeoInfo.h
+/**
+ * \file GeoInfo.h
  *
- *  Created on: Jun 18, 2010
- *      Author: TF
+ *  Created on 2010-06-18 by Thomas Fischer
  */
 
 #ifndef GEOINFO_H_
diff --git a/FemLib/ProcessInfo.cpp b/FemLib/ProcessInfo.cpp
index a8273da8077..9146dd4773a 100644
--- a/FemLib/ProcessInfo.cpp
+++ b/FemLib/ProcessInfo.cpp
@@ -1,8 +1,7 @@
-/*
+/**
  * \file ProcessInfo.cpp
  *
- *  Created on: Sep 2, 2010
- *      Author: TF
+ *  Created on 2010-09-02 by Thomas Fischer
  */
 
 //#include "rf_pcs.h"
diff --git a/FemLib/ProcessInfo.h b/FemLib/ProcessInfo.h
index 891129dcc0a..079daa280a8 100644
--- a/FemLib/ProcessInfo.h
+++ b/FemLib/ProcessInfo.h
@@ -1,8 +1,7 @@
-/*
+/**
  * \file ProcessInfo.h
  *
- *  Created on: Sep 2, 2010
- *      Author: TF
+ *  Created on 2010-09-02 by Thomas Fischer
  */
 
 #ifndef PROCESSINFO_H_
diff --git a/FileIO/MeshIO.cpp b/FileIO/MeshIO.cpp
index b01edcf9c0e..d50a641bece 100644
--- a/FileIO/MeshIO.cpp
+++ b/FileIO/MeshIO.cpp
@@ -1,8 +1,7 @@
 /**
- * MeshIO.cpp
+ * \file MeshIO.cpp
  *
- *      Date: 2012/05/08
- *      Author: KR
+ * Created on 2012-05-08 by Karsten Rink
  */
 
 #include "GEOObjects.h"
@@ -103,7 +102,7 @@ MeshLib::Mesh* MeshIO::loadMeshFromFile(const std::string& file_name)
 		in.close();
 		return mesh;
 	}
-	else 
+	else
 	{
 		in.close();
 		return NULL;
@@ -121,7 +120,7 @@ MeshLib::Element* MeshIO::readElement(const std::string& line, const std::vector
 	unsigned* idx = new unsigned[8];
 
 	MeshLib::Element* elem;
-					
+
 	switch(elem_type)
 	{
 	case MshElemType::LINE:
@@ -161,8 +160,8 @@ MeshLib::Element* MeshIO::readElement(const std::string& line, const std::vector
 		break;
 	default:
 		elem = NULL;
-	}	
-	
+	}
+
 	return elem;
 }
 
diff --git a/FileIO/MeshIO.h b/FileIO/MeshIO.h
index 1c58b75ad0b..f390fed3f71 100644
--- a/FileIO/MeshIO.h
+++ b/FileIO/MeshIO.h
@@ -1,8 +1,7 @@
 /**
- * MeshIO.h
+ * \file MeshIO.h
  *
- *      Date: 2012/05/08
- *      Author: KR
+ * Created on 2012-05-08 by Karsten Rink
  */
 
 /**
diff --git a/FileIO/Writer.cpp b/FileIO/Writer.cpp
index 06f6c8f1429..1b3ec7ce52c 100644
--- a/FileIO/Writer.cpp
+++ b/FileIO/Writer.cpp
@@ -1,8 +1,7 @@
 /**
  * \file Writer.cpp
- * 13/02/2012 LB Initial implementation
  *
- * Implementation of the Writer class
+ * Created on 2012-02-13 by Lars Bilke
  */
 
 // ** INCLUDES **
diff --git a/FileIO/Writer.h b/FileIO/Writer.h
index f02dec1591f..c8fd7e31209 100644
--- a/FileIO/Writer.h
+++ b/FileIO/Writer.h
@@ -1,6 +1,7 @@
 /**
  * \file Writer.h
- * 13/02/2012 LB Initial implementation
+ *
+ * Created on 2012-02-13 by Lars Bilke
  */
 
 #ifndef WRITER_H
diff --git a/GeoLib/AxisAlignedBoundingBox.cpp b/GeoLib/AxisAlignedBoundingBox.cpp
index 7e42d1464b1..523e3f3f5fb 100644
--- a/GeoLib/AxisAlignedBoundingBox.cpp
+++ b/GeoLib/AxisAlignedBoundingBox.cpp
@@ -1,8 +1,7 @@
-/*
+/**
  * \file AxisAlignedBoundingBox.cpp
  *
- *  Created on: April 22, 2010
- *      Author: TF
+ *  Created on 2010-04-22 by Thomas Fischer
  */
 
 #include "AxisAlignedBoundingBox.h"
diff --git a/GeoLib/AxisAlignedBoundingBox.h b/GeoLib/AxisAlignedBoundingBox.h
index 844895fc0c2..211e886f8ba 100644
--- a/GeoLib/AxisAlignedBoundingBox.h
+++ b/GeoLib/AxisAlignedBoundingBox.h
@@ -1,8 +1,7 @@
-/*
+/**
  * \file AxisAlignedBoundingBox.h
  *
- *  Created on: April 22, 2010
- *      Author: TF
+ *  Created on 2010-04-22 by Thomas Fischer
  */
 
 #ifndef AXISALIGNEDBOUNDINGBOX_H_
diff --git a/GeoLib/BruteForceClosestPair.cpp b/GeoLib/BruteForceClosestPair.cpp
index 73d46d105ed..23a05f406b2 100644
--- a/GeoLib/BruteForceClosestPair.cpp
+++ b/GeoLib/BruteForceClosestPair.cpp
@@ -1,8 +1,7 @@
-/*
- * BruteForceClosestPair.cpp
+/**
+ * \file BruteForceClosestPair.cpp
  *
- *  Created on: Jan 25, 2011
- *      Author: TF
+ *  Created on 2011-01-25 by Thomas Fischer
  */
 
 #include "BruteForceClosestPair.h"
diff --git a/GeoLib/BruteForceClosestPair.h b/GeoLib/BruteForceClosestPair.h
index 9682da6a30b..2e6e2b56b6b 100644
--- a/GeoLib/BruteForceClosestPair.h
+++ b/GeoLib/BruteForceClosestPair.h
@@ -1,8 +1,7 @@
-/*
- * BruteForceClosestPair.h
+/**
+ * \file BruteForceClosestPair.h
  *
- *  Created on: Jan 25, 2011
- *      Author: TF
+ *  Created on 2011-01-25 by Thomas Fischer
  */
 
 #ifndef BRUTEFORCECLOSESTPAIR_H_
diff --git a/GeoLib/ClosestPair.h b/GeoLib/ClosestPair.h
index b8d7e822ccb..b9c88e699a1 100644
--- a/GeoLib/ClosestPair.h
+++ b/GeoLib/ClosestPair.h
@@ -1,8 +1,7 @@
-/*
- * ClosestPair.h
+/**
+ * \file ClosestPair.h
  *
- *  Created on: Jan 25, 2011
- *      Author: TF
+ *  Created on 2011-01-25 by Thomas Fischer
  */
 
 #ifndef CLOSESTPAIR_H_
diff --git a/GeoLib/Color.cpp b/GeoLib/Color.cpp
index 0387f08c282..81ce1bbf5dc 100644
--- a/GeoLib/Color.cpp
+++ b/GeoLib/Color.cpp
@@ -1,9 +1,7 @@
-/*
- * Color.cpp
+/**
+ * \file Color.cpp
  *
- *  Created on: Jun 16, 2010
- *      Author: KR initial implementation in header
- *      TF moved implementation to separate source file
+ *  Created on 2010-06-16 by Karsten Rink
  */
 
 #include <iostream>
diff --git a/GeoLib/GEOObjects.cpp b/GeoLib/GEOObjects.cpp
index aa0aee8df3c..b8d5cec92bf 100644
--- a/GeoLib/GEOObjects.cpp
+++ b/GeoLib/GEOObjects.cpp
@@ -1,8 +1,7 @@
-/*
- * GEOObjects.cpp
+/**
+ * \file GEOObjects.cpp
  *
- *  Created on: Jan 21, 2010
- *      Author: TF / KR
+ *  Created on 2010-01-21 by Thomas Fischer / KR
  */
 
 // GeoLib
diff --git a/GeoLib/GEOObjects.h b/GeoLib/GEOObjects.h
index 5525432c250..83bda978142 100644
--- a/GeoLib/GEOObjects.h
+++ b/GeoLib/GEOObjects.h
@@ -1,8 +1,7 @@
-/*
- * GEOObjects.h
+/**
+ * \file GEOObjects.h
  *
- *  Created on: Jan 21, 2010
- *      Author: TF / KR
+ *  Created on 2010-01-21 by Thomas Fischer / KR
  */
 
 #ifndef GEOOBJECTS_H_
diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h
index bacb696fd90..c36e12d3640 100644
--- a/GeoLib/GeoObject.h
+++ b/GeoLib/GeoObject.h
@@ -1,8 +1,7 @@
-/*
- * GeoObject.h
+/**
+ * \file GeoObject.h
  *
- *  Created on: Aug 27, 2010
- *      Author: TF
+ *  Created on 2010-08-27 by Thomas Fischer
  */
 
 #ifndef GEOOBJECT_H_
diff --git a/GeoLib/GeoType.cpp b/GeoLib/GeoType.cpp
index 4e06f10741a..866257d60b1 100644
--- a/GeoLib/GeoType.cpp
+++ b/GeoLib/GeoType.cpp
@@ -1,8 +1,7 @@
-/*
- * GeoType.cpp
+/**
+ * \file GeoType.cpp
  *
- *  Created on: Dec 1, 2010
- *      Author: TF
+ *  Created on 2010-12-01 by Thomas Fischer
  */
 
 #include "GeoType.h"
diff --git a/GeoLib/GeoType.h b/GeoLib/GeoType.h
index cd39a0bb8d0..45e4a47c888 100644
--- a/GeoLib/GeoType.h
+++ b/GeoLib/GeoType.h
@@ -1,8 +1,7 @@
-/*
- * GeoType.h
+/**
+ * \file GeoType.h
  *
- *  Created on: Jun 17, 2010
- *      Author: TF
+ *  Created on 2010-06-17 by Thomas Fischer
  */
 
 #ifndef GEOTYPE_H_
@@ -23,7 +22,7 @@ enum GEOTYPE {
 	SURFACE,   //!< SURFACE
 	VOLUME,    //!< VOLUME
 	GEODOMAIN, //!< GEODOMAIN
-	COLUMN     //!< COLUMN. //WW/JOD 
+	COLUMN     //!< COLUMN. //WW/JOD
 };
 
 GEOTYPE convertGeoType (const std::string& geo_type_str);
diff --git a/GeoLib/Grid.h b/GeoLib/Grid.h
index 2d35e7852eb..2100607388e 100644
--- a/GeoLib/Grid.h
+++ b/GeoLib/Grid.h
@@ -1,8 +1,7 @@
-/*
- * Grid.h
+/**
+ * \file Grid.h
  *
- *  Created on: Feb 2, 2012
- *      Author: TF
+ *  Created on 2012-02-02 by Thomas Fischer
  */
 
 #ifndef GRID_H_
diff --git a/GeoLib/OctTree.h b/GeoLib/OctTree.h
index 31b43a184a4..d51aa99e21c 100644
--- a/GeoLib/OctTree.h
+++ b/GeoLib/OctTree.h
@@ -1,8 +1,7 @@
-/*
- * @file OctTree.h
+/**
+ * \file  OctTree.h
  *
- *  Created on: Feb 27, 2012
- *      Author: TF
+ *  Created on 2012-02-27 by Thomas Fischer
  */
 
 #ifndef OCTTREE_H_
diff --git a/GeoLib/Point.cpp b/GeoLib/Point.cpp
index f6796bf8550..dbadfda5e63 100644
--- a/GeoLib/Point.cpp
+++ b/GeoLib/Point.cpp
@@ -1,8 +1,7 @@
-/*
- * Point.cpp
+/**
+ * \file Point.cpp
  *
- *  Created on: Jun 22, 2010
- *      Author: TF
+ *  Created on 2010-06-22 by Thomas Fischer
  */
 
 
diff --git a/GeoLib/Point.h b/GeoLib/Point.h
index 10b66d7d4e0..6cd71c03019 100644
--- a/GeoLib/Point.h
+++ b/GeoLib/Point.h
@@ -1,8 +1,8 @@
-/***************************************************************************
- *  Point.h
- *  Created on: Jan 12, 2010
- *      Author: TF
-**************************************************************************/
+/**
+ * \file Point.h
+ *
+ * Created on 2010-01-12 by Thomas Fischer
+ */
 
 #ifndef POINT_H_
 #define POINT_H_
diff --git a/GeoLib/PointVec.cpp b/GeoLib/PointVec.cpp
index 143c107bb1e..1edcb64d157 100644
--- a/GeoLib/PointVec.cpp
+++ b/GeoLib/PointVec.cpp
@@ -1,8 +1,7 @@
-/*
- * PointVec.cpp
+/**
+ * \file PointVec.cpp
  *
- *  Created on: Jun 11, 2010
- *      Author: TF
+ *  Created on 2010-06-11 by Thomas Fischer
  */
 
 // GeoLib
diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h
index 4d6c47f51e9..105a4020da4 100644
--- a/GeoLib/PointVec.h
+++ b/GeoLib/PointVec.h
@@ -1,8 +1,7 @@
-/*
+/**
  * \file PointVec.h
  *
- *  Created on: Feb 2, 2010
- *      Author: TF / KR
+ *  Created on 2010-02-02 by Thomas Fischer / KR
  */
 
 // GeoLib
diff --git a/GeoLib/PointWithID.h b/GeoLib/PointWithID.h
index e0a0fd08545..3b5d3c1c61b 100644
--- a/GeoLib/PointWithID.h
+++ b/GeoLib/PointWithID.h
@@ -1,8 +1,7 @@
-/*
- * PointWithID.h
+/**
+ * \file PointWithID.h
  *
- *  Created on: Jan 25, 2011
- *      Author: TF
+ *  Created on 2011-01-25 by Thomas Fischer
  */
 
 #ifndef POINTWITHID_H_
diff --git a/GeoLib/Polygon.cpp b/GeoLib/Polygon.cpp
index d55def1cead..fb7c363eff0 100644
--- a/GeoLib/Polygon.cpp
+++ b/GeoLib/Polygon.cpp
@@ -1,8 +1,7 @@
-/*
- * Polygon.cpp
+/**
+ * \file Polygon.cpp
  *
- *  Created on: Jun 21, 2010
- *      Author: TF
+ *  Created on 2010-06-21 by Thomas Fischer
  */
 
 #include <cstdlib> // for exit
diff --git a/GeoLib/Polygon.h b/GeoLib/Polygon.h
index 7c01a4c06dd..8a19fabe7fe 100644
--- a/GeoLib/Polygon.h
+++ b/GeoLib/Polygon.h
@@ -1,8 +1,7 @@
-/*
- * Polygon.h
+/**
+ * \file Polygon.h
  *
- *  Created on: Jun 21, 2010
- *      Author: TF
+ *  Created on 2010-06-21 by Thomas Fischer
  */
 
 #ifndef POLYGON_H_
diff --git a/GeoLib/Polyline.cpp b/GeoLib/Polyline.cpp
index 5b4e3dda14b..c45e41ee231 100644
--- a/GeoLib/Polyline.cpp
+++ b/GeoLib/Polyline.cpp
@@ -1,8 +1,7 @@
-/*
- * Polyline.cpp
+/**
+ * \file Polyline.cpp
  *
- *  Created on: Jun 21, 2010
- *      Author: TF
+ *  Created on 2010-06-21 by Thomas Fischer
  */
 
 // Base
diff --git a/GeoLib/Polyline.h b/GeoLib/Polyline.h
index 2cfdeefeb1d..6c87cf80020 100644
--- a/GeoLib/Polyline.h
+++ b/GeoLib/Polyline.h
@@ -1,8 +1,7 @@
-/*
- * PolyLine.h
+/**
+ * \file PolyLine.h
  *
- *  Created on: Jan 14, 2010
- *      Author: TF
+ *  Created on 2010-01-14 by Thomas Fischer
  */
 
 #ifndef POLYLINE_H_
diff --git a/GeoLib/PolylineVec.h b/GeoLib/PolylineVec.h
index 23ad584a3e9..ed1c3518964 100644
--- a/GeoLib/PolylineVec.h
+++ b/GeoLib/PolylineVec.h
@@ -1,8 +1,7 @@
-/*
- * PolylineVec.h
+/**
+ * \file PolylineVec.h
  *
- *  Created on: Feb 9, 2010
- *      Author: TF
+ *  Created on 2010-02-09 by Thomas Fischer
  */
 
 #ifndef POLYLINEVEC_H_
diff --git a/GeoLib/QuadTree.h b/GeoLib/QuadTree.h
index b82f4aa9d53..371286b5d00 100644
--- a/GeoLib/QuadTree.h
+++ b/GeoLib/QuadTree.h
@@ -1,8 +1,7 @@
-/*
- * QuadTree.h
+/**
+ * \file QuadTree.h
  *
- *  Created on: Nov 9, 2010
- *      Author: TF
+ *  Created on 2010-11-09 by Thomas Fischer
  */
 
 #ifndef QUADTREE_H_
diff --git a/GeoLib/Raster.cpp b/GeoLib/Raster.cpp
index 53b90dfd6c1..56d2f84a71d 100644
--- a/GeoLib/Raster.cpp
+++ b/GeoLib/Raster.cpp
@@ -1,8 +1,7 @@
-/*
- * Raster.cpp
+/**
+ * \file Raster.cpp
  *
- *  Created on: Sep 7, 2011
- *      Author: TF
+ *  Created on 2011-09-07 by Thomas Fischer
  */
 
 #include "Raster.h"
diff --git a/GeoLib/Raster.h b/GeoLib/Raster.h
index 829584d42d8..82a153483df 100644
--- a/GeoLib/Raster.h
+++ b/GeoLib/Raster.h
@@ -1,8 +1,7 @@
-/*
- * Raster.h
+/**
+ * \file Raster.h
  *
- *  Created on: Sep 7, 2011
- *      Author: TF
+ *  Created on 2011-09-07 by Thomas Fischer
  */
 
 #ifndef RASTER_H_
diff --git a/GeoLib/SimplePolygonTree.cpp b/GeoLib/SimplePolygonTree.cpp
index 6c0cd25e927..fff80f1eebb 100644
--- a/GeoLib/SimplePolygonTree.cpp
+++ b/GeoLib/SimplePolygonTree.cpp
@@ -1,8 +1,7 @@
-/*
- * SimplePolygonTree.cpp
+/**
+ * \file SimplePolygonTree.cpp
  *
- *  Created on: Jun 22, 2010
- *      Author: TF
+ *  Created on 2010-06-22 by Thomas Fischer
  */
 
 #include "SimplePolygonTree.h"
diff --git a/GeoLib/SimplePolygonTree.h b/GeoLib/SimplePolygonTree.h
index d88c42f936e..119be80a725 100644
--- a/GeoLib/SimplePolygonTree.h
+++ b/GeoLib/SimplePolygonTree.h
@@ -1,8 +1,7 @@
-/*
- * SimplePolygonTree.h
+/**
+ * \file SimplePolygonTree.h
  *
- *  Created on: Jun 22, 2010
- *      Author: TF
+ *  Created on 2010-06-22 by Thomas Fischer
  */
 
 #ifndef SIMPLEPOLYGONTREE_H_
diff --git a/GeoLib/Surface.cpp b/GeoLib/Surface.cpp
index 82e9b933308..a66d9f90204 100644
--- a/GeoLib/Surface.cpp
+++ b/GeoLib/Surface.cpp
@@ -1,8 +1,7 @@
-/*
- * Surface.cpp
+/**
+ * \file Surface.cpp
  *
- *  Created on: Apr 22, 2010
- *      Author: TF
+ *  Created on 2010-04-22 by Thomas Fischer
  */
 
 #include <list>
diff --git a/GeoLib/Surface.h b/GeoLib/Surface.h
index 2f5991624ff..34270ff2c48 100644
--- a/GeoLib/Surface.h
+++ b/GeoLib/Surface.h
@@ -1,8 +1,7 @@
-/*
- * Surface.h
+/**
+ * \file Surface.h
  *
- *  Created on: Jan 22, 2010
- *      Author: TF
+ *  Created on 2010-01-22 by Thomas Fischer
  */
 
 #ifndef SURFACE_H_
diff --git a/GeoLib/SurfaceVec.h b/GeoLib/SurfaceVec.h
index e69604693b5..065aa942df6 100644
--- a/GeoLib/SurfaceVec.h
+++ b/GeoLib/SurfaceVec.h
@@ -1,8 +1,7 @@
-/*
+/**
  * \file SurfaceVec.h
  *
- *  Created on: Feb 9, 2010
- *      Author: fischeth
+ *  Created on 2010-02-09 by Thomas Fischer
  */
 
 
diff --git a/GeoLib/TemplatePoint.h b/GeoLib/TemplatePoint.h
index a9d3c74c960..6eb3473cb25 100644
--- a/GeoLib/TemplatePoint.h
+++ b/GeoLib/TemplatePoint.h
@@ -1,8 +1,7 @@
-/*
- * TemplatePoint.h
+/**
+ * \file TemplatePoint.h
  *
- *  Created on: Jan 28, 2010
- *      Author: fischeth
+ *  Created on 2010-01-28 by Thomas Fischer
  */
 
 #ifndef TEMPLATEPOINT_H_
diff --git a/GeoLib/TemplateVec.h b/GeoLib/TemplateVec.h
index 1406f6e5de7..ed23a07e68f 100644
--- a/GeoLib/TemplateVec.h
+++ b/GeoLib/TemplateVec.h
@@ -1,8 +1,7 @@
-/*
- * TemplateVec.h
+/**
+ * \file TemplateVec.h
  *
- *  Created on: Feb 26, 2010
- *      Author: TF
+ *  Created on 2010-02-26 by Thomas Fischer
  */
 
 #ifndef TEMPLATEVEC_H_
diff --git a/GeoLib/Triangle.cpp b/GeoLib/Triangle.cpp
index 0992089f0ed..7f9c43f1a65 100644
--- a/GeoLib/Triangle.cpp
+++ b/GeoLib/Triangle.cpp
@@ -1,8 +1,7 @@
-/*
+/**
  * \file Triangle.cpp
  *
- *  Created on: Jun 6, 2011
- *      Author: TF
+ *  Created on 2011-06-06 by Thomas Fischer
  */
 
 #include "Triangle.h"
diff --git a/GeoLib/Triangle.h b/GeoLib/Triangle.h
index b404844d80e..3371dc4dbff 100644
--- a/GeoLib/Triangle.h
+++ b/GeoLib/Triangle.h
@@ -1,8 +1,7 @@
-/*
+/**
  * \file Triangle.h
  *
- *  Created on: Mar 23, 2010
- *      Author: TF
+ *  Created on 2010-03-23 by Thomas Fischer
  */
 
 #ifndef TRIANGLE_H_
diff --git a/MathLib/AnalyticalGeometry.cpp b/MathLib/AnalyticalGeometry.cpp
index e4b2037c4b0..494c8221592 100644
--- a/MathLib/AnalyticalGeometry.cpp
+++ b/MathLib/AnalyticalGeometry.cpp
@@ -1,8 +1,7 @@
-/*
+/**
  * \file AnalyticalGeometry.cpp
  *
- *  Created on: Mar 17, 2010
- *      Author: TF
+ *  Created on 2010-03-17 by Thomas Fischer
  */
 
 #include <cmath>
diff --git a/MathLib/AnalyticalGeometry.h b/MathLib/AnalyticalGeometry.h
index a6219ab73a2..96452b93680 100644
--- a/MathLib/AnalyticalGeometry.h
+++ b/MathLib/AnalyticalGeometry.h
@@ -1,8 +1,7 @@
-/*
+/**
  * \file AnalyticalGeometry.h
  *
- *  Created on: Mar 17, 2010
- *      Author: TF
+ *  Created on 2010-03-17 by Thomas Fischer
  */
 
 #ifndef ANALYTICAL_GEOMETRY_H_
diff --git a/MathLib/EarClippingTriangulation.cpp b/MathLib/EarClippingTriangulation.cpp
index d95e8e66db8..6352c0e678b 100644
--- a/MathLib/EarClippingTriangulation.cpp
+++ b/MathLib/EarClippingTriangulation.cpp
@@ -1,8 +1,7 @@
-/*
- * EarClippingTriangulation.cpp
+/**
+ * \file EarClippingTriangulation.cpp
  *
- *  Created on: Feb 23, 2011
- *      Author: TF
+ *  Created on 2011-02-23 by Thomas Fischer
  */
 
 // STL
diff --git a/MathLib/EarClippingTriangulation.h b/MathLib/EarClippingTriangulation.h
index 4e0fc9d96da..907ea247282 100644
--- a/MathLib/EarClippingTriangulation.h
+++ b/MathLib/EarClippingTriangulation.h
@@ -1,8 +1,7 @@
-/*
- * EarClippingTriangulation.h
+/**
+ * \file EarClippingTriangulation.h
  *
- *  Created on: Feb 23, 2011
- *      Author: TF
+ *  Created on 2011-02-23 by Thomas Fischer
  */
 
 #ifndef EARCLIPPINGTRIANGULATION_H_
diff --git a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h
index 40f728ad800..f56fdaa9779 100644
--- a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h
+++ b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h
@@ -1,8 +1,7 @@
-/*
- * @file LinearIntervalInterpolation.h
+/**
+ * \file  LinearIntervalInterpolation.h
  *
- *  Created on: May 22, 2012
- *      Author: fischeth
+ *  Created on 2012-05-22 by Thomas Fischer
  */
 
 #ifndef LINEARINTERVALINTERPOLATION_H_
diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp
index f7c282ed11b..6955303bb51 100644
--- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp
+++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp
@@ -1,8 +1,7 @@
-/*
- * PiecewiseLinearInterpolation.cpp
+/**
+ * \file PiecewiseLinearInterpolation.cpp
  *
- *  Created on: Sep 7, 2010
- *      Author: TF
+ *  Created on 2010-09-07 by Thomas Fischer
  */
 
 #include "PiecewiseLinearInterpolation.h"
diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h
index e7f70d5a2a1..0c0d976db99 100644
--- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h
+++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h
@@ -1,8 +1,7 @@
-/*
- * PiecewiseLinearInterpolation.h
+/**
+ * \file PiecewiseLinearInterpolation.h
  *
- *  Created on: Sep 7, 2010
- *      Author: TF
+ *  Created on 2010-09-07 by Thomas Fischer
  */
 
 #ifndef PIECEWISELINEARINTERPOLATION_H_
diff --git a/MathLib/LinAlg/Dense/Matrix.h b/MathLib/LinAlg/Dense/Matrix.h
index 86b282039d3..f593b653b84 100644
--- a/MathLib/LinAlg/Dense/Matrix.h
+++ b/MathLib/LinAlg/Dense/Matrix.h
@@ -1,10 +1,7 @@
-/*
+/**
  * \file Matrix.h
  *
- *  Created on: Mar 24, 2010
- *      Author: TF
- *  modified on:Jul 13, 2010
- *      HS & ZC
+ *  Created on 2011-05-24 by Thomas Fischer
  */
 
 #ifndef MATRIX_H
diff --git a/MathLib/LinAlg/MatrixBase.h b/MathLib/LinAlg/MatrixBase.h
index 77877db23e9..f32bcbc20da 100644
--- a/MathLib/LinAlg/MatrixBase.h
+++ b/MathLib/LinAlg/MatrixBase.h
@@ -1,8 +1,7 @@
-/*
- * MatrixBase.h
+/**
+ * \file MatrixBase.h
  *
- *  Created on: Sep 27, 2011
- *      Author: TF
+ *  Created on 2011-09-27 by Thomas Fischer
  */
 
 #ifndef MATRIXBASE_H_
diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h
index 7d7568a74e0..82cfc9cc502 100644
--- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h
+++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h
@@ -1,8 +1,7 @@
-/*
- * generateDiagPrecond.h
+/**
+ * \file generateDiagPrecond.h
  *
- *  Created on: Sep 28, 2011
- *      Author: TF
+ *  Created on 2011-09-28 by Thomas Fischer
  */
 
 #ifndef GENERATEDIAGPRECOND_H_
diff --git a/MathLib/LinAlg/Solvers/BiCGStab.cpp b/MathLib/LinAlg/Solvers/BiCGStab.cpp
index 7f6a4ef3deb..b23c4fe68c6 100644
--- a/MathLib/LinAlg/Solvers/BiCGStab.cpp
+++ b/MathLib/LinAlg/Solvers/BiCGStab.cpp
@@ -1,8 +1,7 @@
-/*
- * BiCGStab.cpp
+/**
+ * \file BiCGStab.cpp
  *
- *  Created on: Oct 4, 2011
- *      Author: TF
+ *  Created on 2011-10-04 by Thomas Fischer
  */
 
 #include "BiCGStab.h"
diff --git a/MathLib/LinAlg/Solvers/BiCGStab.h b/MathLib/LinAlg/Solvers/BiCGStab.h
index cdf699d336a..c0d856f2261 100644
--- a/MathLib/LinAlg/Solvers/BiCGStab.h
+++ b/MathLib/LinAlg/Solvers/BiCGStab.h
@@ -1,8 +1,7 @@
-/*
- * BiCGStab.h
+/**
+ * \file BiCGStab.h
  *
- *  Created on: Oct 4, 2011
- *      Author: TF
+ *  Created on 2011-10-04 by Thomas Fischer
  */
 
 #ifndef BICGSTAB_H_
diff --git a/MathLib/LinAlg/Solvers/CG.cpp b/MathLib/LinAlg/Solvers/CG.cpp
index 93da2db1a53..3436b287ecf 100644
--- a/MathLib/LinAlg/Solvers/CG.cpp
+++ b/MathLib/LinAlg/Solvers/CG.cpp
@@ -1,8 +1,7 @@
-/*
- * CG.cpp
+/**
+ * \file CG.cpp
  *
- *  Created on: Sep 27, 2011
- *      Author: TF
+ *  Created on 2011-09-27 by Thomas Fischer
  */
 
 #include <limits>
diff --git a/MathLib/LinAlg/Solvers/CG.h b/MathLib/LinAlg/Solvers/CG.h
index 9996a872cbe..f748907448e 100644
--- a/MathLib/LinAlg/Solvers/CG.h
+++ b/MathLib/LinAlg/Solvers/CG.h
@@ -1,8 +1,7 @@
-/*
- * solver.h
+/**
+ * \file solver.h
  *
- *  Created on: Sep 27, 2011
- *      Author: TF
+ *  Created on 2011-09-27 by Thomas Fischer
  */
 
 #ifndef CG_H_
diff --git a/MathLib/LinAlg/Solvers/CGParallel.cpp b/MathLib/LinAlg/Solvers/CGParallel.cpp
index f14824dc4af..683b8051e8e 100644
--- a/MathLib/LinAlg/Solvers/CGParallel.cpp
+++ b/MathLib/LinAlg/Solvers/CGParallel.cpp
@@ -1,8 +1,7 @@
-/*
- * CGParallel.cpp
+/**
+ * \file CGParallel.cpp
  *
- *  Created on: Dec 2, 2011
- *      Author: TF
+ *  Created on 2011-12-02 by Thomas Fischer
  */
 
 #include <limits>
diff --git a/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h b/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h
index 3ef0205c502..ee5a0f9676b 100644
--- a/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h
+++ b/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h
@@ -1,8 +1,7 @@
-/*
- * DenseDirectLinearSolver.h
+/**
+ * \file DenseDirectLinearSolver.h
  *
- *  Created on: Jan 7, 2011
- *      Author: TF
+ *  Created on 2011-01-07 by Thomas Fischer
  */
 
 #ifndef DENSEDIRECTLINEARSOLVER_H_
diff --git a/MathLib/LinAlg/Solvers/DirectLinearSolver.h b/MathLib/LinAlg/Solvers/DirectLinearSolver.h
index 46daf3b2f4f..50224fb3c95 100644
--- a/MathLib/LinAlg/Solvers/DirectLinearSolver.h
+++ b/MathLib/LinAlg/Solvers/DirectLinearSolver.h
@@ -1,8 +1,7 @@
-/*
- * DirectLinearSolver.h
+/**
+ * \file DirectLinearSolver.h
  *
- *  Created on: Jan 7, 2011
- *      Author: TF
+ *  Created on 2011-01-07 by Thomas Fischer
  */
 
 #ifndef DIRECTLINEARSOLVER_H_
diff --git a/MathLib/LinAlg/Solvers/GMRes.cpp b/MathLib/LinAlg/Solvers/GMRes.cpp
index 871431f40d8..8bf649a24e1 100644
--- a/MathLib/LinAlg/Solvers/GMRes.cpp
+++ b/MathLib/LinAlg/Solvers/GMRes.cpp
@@ -1,8 +1,7 @@
-/*
- * GMRes.cpp
+/**
+ * \file GMRes.cpp
  *
- *  Created on: Oct 4, 2011
- *      Author: TF
+ *  Created on 2011-10-04 by Thomas Fischer
  */
 
 #include "GMRes.h"
diff --git a/MathLib/LinAlg/Solvers/GMRes.h b/MathLib/LinAlg/Solvers/GMRes.h
index 732c560b425..16c64aa9e79 100644
--- a/MathLib/LinAlg/Solvers/GMRes.h
+++ b/MathLib/LinAlg/Solvers/GMRes.h
@@ -1,8 +1,7 @@
-/*
- * GMRes.h
+/**
+ * \file GMRes.h
  *
- *  Created on: Oct 4, 2011
- *      Author: TF
+ *  Created on 2011-10-04 by Thomas Fischer
  */
 
 #ifndef GMRES_H_
diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp b/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp
index 2f0031c3035..3e32d515e38 100644
--- a/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp
+++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp
@@ -1,8 +1,7 @@
-/*
- * GaussAlgorithm.cpp
+/**
+ * \file GaussAlgorithm.cpp
  *
- *  Created on: May 6, 2010
- *      Author: TF
+ *  Created on 2011-05-06 by Thomas Fischer
  */
 
 #include <cmath>
diff --git a/MathLib/LinAlg/Solvers/GaussAlgorithm.h b/MathLib/LinAlg/Solvers/GaussAlgorithm.h
index ad142259396..1a60c53c2db 100644
--- a/MathLib/LinAlg/Solvers/GaussAlgorithm.h
+++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.h
@@ -1,8 +1,7 @@
-/*
- * GaussAlgorithm.h
+/**
+ * \file GaussAlgorithm.h
  *
- *  Created on: May 6, 2010
- *      Author: TF
+ *  Created on 2011-05-06 by Thomas Fischer
  */
 
 #ifndef GAUSSALGORITHM_H_
diff --git a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h
index 6e8b9e39202..b5c68b4d96b 100644
--- a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h
+++ b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h
@@ -1,8 +1,7 @@
-/*
- * IterativeLinearSolver.h
+/**
+ * \file IterativeLinearSolver.h
  *
- *  Created on: Jan 7, 2011
- *      Author: TF
+ *  Created on 2011-01-07 by Thomas Fischer
  */
 
 #ifndef ITERATIVELINEARSOLVER_H_
diff --git a/MathLib/LinAlg/Solvers/LinearSolver.h b/MathLib/LinAlg/Solvers/LinearSolver.h
index 1264649dc08..26fb961292e 100644
--- a/MathLib/LinAlg/Solvers/LinearSolver.h
+++ b/MathLib/LinAlg/Solvers/LinearSolver.h
@@ -1,8 +1,7 @@
-/*
- * LinearSolver.h
+/**
+ * \file LinearSolver.h
  *
- *  Created on: Jan 7, 2011
- *      Author: TF
+ *  Created on 2011-01-07 by Thomas Fischer
  */
 
 #ifndef LINEARSOLVER_H_
diff --git a/MathLib/LinAlg/Solvers/TriangularSolve.cpp b/MathLib/LinAlg/Solvers/TriangularSolve.cpp
index 8fbfb5e3306..cf53f2d31e8 100644
--- a/MathLib/LinAlg/Solvers/TriangularSolve.cpp
+++ b/MathLib/LinAlg/Solvers/TriangularSolve.cpp
@@ -1,8 +1,7 @@
-/*
- * TriangularSolve.cpp
+/**
+ * \file TriangularSolve.cpp
  *
- *  Created on: May 5, 2010
- *      Author: TF
+ *  Created on 2011-05-05 by Thomas Fischer
  */
 
 #include "../Dense/Matrix.h"
diff --git a/MathLib/LinAlg/Solvers/TriangularSolve.h b/MathLib/LinAlg/Solvers/TriangularSolve.h
index d7cd9266432..f27b544ae5e 100644
--- a/MathLib/LinAlg/Solvers/TriangularSolve.h
+++ b/MathLib/LinAlg/Solvers/TriangularSolve.h
@@ -1,8 +1,7 @@
-/*
- * TriangularSolve.h
+/**
+ * \file TriangularSolve.h
  *
- *  Created on: May 6, 2010
- *      Author: TF
+ *  Created on 2011-05-06 by Thomas Fischer
  */
 
 #ifndef TRIANGULARSOLVE_H_
diff --git a/MathLib/LinAlg/Solvers/solver.h b/MathLib/LinAlg/Solvers/solver.h
index 280a62ac9af..e037d6fa126 100644
--- a/MathLib/LinAlg/Solvers/solver.h
+++ b/MathLib/LinAlg/Solvers/solver.h
@@ -1,8 +1,7 @@
-/*
- * solver.h
+/**
+ * \file solver.h
  *
- *  Created on: Sep 27, 2011
- *      Author: TF
+ *  Created on 2011-09-27 by Thomas Fischer
  */
 
 #ifndef SOLVER_H_
diff --git a/MathLib/LinAlg/Sparse/CRSMatrix.h b/MathLib/LinAlg/Sparse/CRSMatrix.h
index bd141bc4a6f..338035b9f30 100644
--- a/MathLib/LinAlg/Sparse/CRSMatrix.h
+++ b/MathLib/LinAlg/Sparse/CRSMatrix.h
@@ -1,8 +1,7 @@
-/*
- * CRSMatrix.h
+/**
+ * \file CRSMatrix.h
  *
- *  Created on: Sep 20, 2011
- *      Author: TF
+ *  Created on 2011-09-20 by Thomas Fischer
  */
 
 #ifndef CRSMATRIX_H
diff --git a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h
index e60f4f43761..2c33d789ffd 100644
--- a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h
+++ b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h
@@ -1,8 +1,7 @@
-/*
- * CRSMatrixOpenMP.h
+/**
+ * \file CRSMatrixOpenMP.h
  *
- *  Created on: Aug 8, 2011
- *      Author: TF
+ *  Created on 2011-08-08 by Thomas Fischer
  */
 
 #ifndef CRSMATRIXOPENMP_H_
diff --git a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h
index 32ca857f505..4acfbe9fefa 100644
--- a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h
+++ b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h
@@ -1,8 +1,7 @@
-/*
- * CRSMatrixPThreads.h
+/**
+ * \file CRSMatrixPThreads.h
  *
- *  Created on: Aug 2, 2011
- *      Author: TF
+ *  Created on 2011-08-02 by Thomas Fischer
  */
 
 #ifndef CRSMATRIXPTHREADS_H
diff --git a/MathLib/LinAlg/Sparse/CRSSymMatrix.h b/MathLib/LinAlg/Sparse/CRSSymMatrix.h
index 37a75ed86f7..94343e2c630 100644
--- a/MathLib/LinAlg/Sparse/CRSSymMatrix.h
+++ b/MathLib/LinAlg/Sparse/CRSSymMatrix.h
@@ -1,8 +1,7 @@
-/*
- * CRSSymMatrix.h
+/**
+ * \file CRSSymMatrix.h
  *
- *  Created on: Jul 22, 2011
- *      Author: fischeth
+ *  Created on 2011-07-22 by Thomas Fischer
  */
 
 #ifndef CRSSYMMATRIX_H_
diff --git a/MathLib/LinAlg/Sparse/CRSTranspose.h b/MathLib/LinAlg/Sparse/CRSTranspose.h
index 010a49e5a31..2c43b022ef4 100644
--- a/MathLib/LinAlg/Sparse/CRSTranspose.h
+++ b/MathLib/LinAlg/Sparse/CRSTranspose.h
@@ -1,8 +1,7 @@
-/*
- * CRSTranspose.h
+/**
+ * \file CRSTranspose.h
  *
- *  Created on: Sep 27, 2011
- *      Author: TF
+ *  Created on 2011-09-27 by Thomas Fischer
  */
 
 #ifndef CRSTRANSPOSE_H_
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp
index d01e2272d1f..d70f86396a0 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp
@@ -1,8 +1,7 @@
-/*
- * AdjMat.cpp
+/**
+ * \file AdjMat.cpp
  *
- *  Created on: 02.01.2012
- *      Author: TF
+ *  Created on 2012-01-02 by Thomas Fischer
  */
 
 // Base
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h
index 2b1c21ccde0..f0283fdebfe 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h
@@ -1,8 +1,7 @@
-/*
- * AdjMat.h
+/**
+ * \file AdjMat.h
  *
- *  Created on: 02.01.2012
- *      Author: TF
+ *  Created on 2012-01-02 by Thomas Fischer
  */
 
 #ifndef ADJMAT_H_
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp
index 18093b91dbe..4a4a631eade 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp
@@ -1,8 +1,7 @@
-/*
- * CRSMatrixReordered.cpp
+/**
+ * \file CRSMatrixReordered.cpp
  *
- *  Created on: Jan 3, 2012
- *      Author: TF
+ *  Created on 2012-01-03 by Thomas Fischer
  */
 
 // BaseLib
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h
index a7d372ff033..ae8398ff38c 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h
@@ -1,8 +1,7 @@
-/*
- * CRSMatrixReordered.h
+/**
+ * \file CRSMatrixReordered.h
  *
- *  Created on: Jan 3, 2012
- *      Author: TF
+ *  Created on 2012-01-03 by Thomas Fischer
  */
 
 #ifndef CRSMATRIXREORDERED_H_
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp
index f773702c42e..3fd366f1afc 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp
@@ -1,8 +1,7 @@
-/*
- * CRSMatrixReorderedOpenMP.cpp
+/**
+ * \file CRSMatrixReorderedOpenMP.cpp
  *
- *  Created on: Jan 20, 2012
- *      Author: TF
+ *  Created on 2012-01-12 by Thomas Fischer
  */
 
 #ifdef _OPENMP
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h
index 471a91980e8..f8459a4b2d4 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h
@@ -1,8 +1,7 @@
-/*
- * CRSMatrixReorderedOpenMP.h
+/**
+ * \file CRSMatrixReorderedOpenMP.h
  *
- *  Created on: Jan 20, 2012
- *      Author: TF
+ *  Created on 2012-01-20 by Thomas Fischer
  */
 
 #ifndef CRSMATRIXREORDEREDOPENMP_H_
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp
index 99fe759cc2a..ed99b402bd3 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp
@@ -1,8 +1,7 @@
-/*
- * Cluster.cpp
+/**
+ * \fileCluster.cpp
  *
- *  Created on: 02.01.2012
- *      Author: TF
+ *  Created on 2012-01-02 by Thomas Fischer
  */
 
 #include "metis.h"
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h
index 1ee767c2b45..b4abefbf3af 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h
@@ -1,8 +1,7 @@
 /*
- * Cluster.h
+ * \file Cluster.h
  *
- *  Created on: 02.01.2012
- *      Author: TF
+ *  Created on 2012-01-02 by Thomas Fischer
  */
 
 #ifndef CLUSTER_H_
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp
index 23565205a7b..b9c4b05631b 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp
@@ -1,8 +1,7 @@
-/*
- * ClusterBase.cpp
+/**
+ * \file ClusterBase.cpp
  *
- *  Created on: 02.01.2012
- *      Author: TF
+ *  Created on 2012-01-02 by Thomas Fischer
  */
 
 //#include "blas.h"
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h
index 1f682f6acd3..87b94be02f0 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h
@@ -1,8 +1,7 @@
-/*
- * ClusterBase.h
+/**
+ * \file ClusterBase.h
  *
- *  Created on: 02.01.2012
- *      Author: TF
+ *  Created on 2012-01-02 by Thomas Fischer
  */
 
 #ifndef CLUSTERBASE_H_
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp
index 226329ef83e..455f9eb29ff 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp
@@ -1,8 +1,7 @@
-/*
- * Separator.cpp
+/**
+ * \file Separator.cpp
  *
- *  Created on: 02.01.2012
- *      Author: TF
+ *  Created on 2012-01-02 by Thomas Fischer
  */
 
 // BaseLib
diff --git a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h
index a90ba000139..25d2ccd9de5 100644
--- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h
+++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h
@@ -1,8 +1,7 @@
-/*
+/**
  * Separator.h
  *
- *  Created on: 02.01.2012
- *      Author: TF
+ *  Created on 2012-01-02 by Thomas Fischer
  */
 
 #ifndef SEPARATOR_H_
diff --git a/MathLib/LinAlg/Sparse/amuxCRS.cpp b/MathLib/LinAlg/Sparse/amuxCRS.cpp
index 9821984763d..b7b5b766afa 100644
--- a/MathLib/LinAlg/Sparse/amuxCRS.cpp
+++ b/MathLib/LinAlg/Sparse/amuxCRS.cpp
@@ -1,8 +1,7 @@
-/*
- * CRSMatrix.h
+/**
+ * \file CRSMatrix.h
  *
- *  Created on: Sep 20, 2011
- *      Author: TF
+ *  Created on 2011-09-20 by Thomas Fischer
  */
 
 #include "amuxCRS.h"
diff --git a/MathLib/LinAlg/VectorNorms.h b/MathLib/LinAlg/VectorNorms.h
index 31bbf802f8c..962e7c39c8f 100644
--- a/MathLib/LinAlg/VectorNorms.h
+++ b/MathLib/LinAlg/VectorNorms.h
@@ -1,8 +1,7 @@
-/*
- * VectorNorms.h
+/**
+ * \file VectorNorms.h
  *
- *  Created on: Jun 6, 2011
- *      Author: TF
+ *  Created on 2011-06-06 by Thomas Fischer
  */
 
 #ifndef VECTORNORMS_H_
diff --git a/MathLib/MathTools.cpp b/MathLib/MathTools.cpp
index 244319305a9..c9e370d15cb 100644
--- a/MathLib/MathTools.cpp
+++ b/MathLib/MathTools.cpp
@@ -1,8 +1,7 @@
-/*
- * MathTools.cpp
+/**
+ * \file MathTools.cpp
  *
- *  Created on: Jan 13, 2010
- *      Author: TF
+ *  Created on 2010-01-13 by Thomas Fischer
  */
 
 #include "MathTools.h"
diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h
index b1d046c7a50..cf57db5351a 100644
--- a/MathLib/MathTools.h
+++ b/MathLib/MathTools.h
@@ -1,8 +1,7 @@
-/*
+/**
  * \file MathTools.h
  *
- *  Created on: Jan 13, 2010
- *      Author: TF
+ *  Created on 2010-01-13 by Thomas Fischer
  */
 
 #ifndef MATHTOOLS_H_
diff --git a/MathLib/Vector3.h b/MathLib/Vector3.h
index 02114a8bde4..9e1aeaa1431 100644
--- a/MathLib/Vector3.h
+++ b/MathLib/Vector3.h
@@ -1,6 +1,7 @@
 /**
  * \file Vector3.h
- * 27/10/2009 LB Initial implementation
+ *
+ * Created on 2009-10-27 by Lars Bilke
  * From: http://www.strout.net/info/coding/classlib/intro.html
  * with modifications to derive from TemplatePoint
  */
diff --git a/MathLib/max.h b/MathLib/max.h
index f98c375dd6d..fc166520128 100644
--- a/MathLib/max.h
+++ b/MathLib/max.h
@@ -1,8 +1,7 @@
-/*
- * max.h
+/**
+ * \file max.h
  *
- *  Created on: Apr 20, 2010
- *      Author: TF
+ *  Created on 2010-04-20 by Thomas Fischer
  */
 
 #ifndef MAX_H_
diff --git a/MeshLib/Elements/Cell.cpp b/MeshLib/Elements/Cell.cpp
index 2b8a9d08068..0bf70a0b596 100644
--- a/MeshLib/Elements/Cell.cpp
+++ b/MeshLib/Elements/Cell.cpp
@@ -1,8 +1,7 @@
 /**
- * Cell.cpp
+ * \file Cell.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Cell.h"
diff --git a/MeshLib/Elements/Cell.h b/MeshLib/Elements/Cell.h
index 58f9fcbfc2f..7ac35be25de 100644
--- a/MeshLib/Elements/Cell.h
+++ b/MeshLib/Elements/Cell.h
@@ -1,8 +1,7 @@
 /**
- * Cell.h
+ * \file Cell.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef CELL_H_
@@ -45,7 +44,7 @@ protected:
 
 }; /* class */
 
-}		
+}
 
 #endif /* CELL_H_ */
 
diff --git a/MeshLib/Elements/Edge.cpp b/MeshLib/Elements/Edge.cpp
index 7b27c132ff1..8d303a9459a 100644
--- a/MeshLib/Elements/Edge.cpp
+++ b/MeshLib/Elements/Edge.cpp
@@ -1,8 +1,7 @@
 /**
- * Edge.cpp
+ * \file Edge.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Edge.h"
diff --git a/MeshLib/Elements/Edge.h b/MeshLib/Elements/Edge.h
index 09854162cc0..06f20f0efa3 100644
--- a/MeshLib/Elements/Edge.h
+++ b/MeshLib/Elements/Edge.h
@@ -1,8 +1,7 @@
 /**
- * Edge.h
+ * \file Edge.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef EDGE_H_
diff --git a/MeshLib/Elements/Element.cpp b/MeshLib/Elements/Element.cpp
index 77e8c4a9253..626b7cdacb3 100644
--- a/MeshLib/Elements/Element.cpp
+++ b/MeshLib/Elements/Element.cpp
@@ -1,8 +1,7 @@
 /**
- * Element.cpp
+ * \file Element.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Element.h"
@@ -70,7 +69,7 @@ const Node* Element::getNode(unsigned i) const
 	return NULL;
 }
 
-unsigned Element::getNodeIndex(unsigned i) const 
+unsigned Element::getNodeIndex(unsigned i) const
 {
 	if (i<getNNodes())
 		return _nodes[i]->getID();
diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h
index 862a27c8434..6877f0b1b36 100644
--- a/MeshLib/Elements/Element.h
+++ b/MeshLib/Elements/Element.h
@@ -1,8 +1,7 @@
 /**
- * Element.h
+ * \file Element.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef ELEMENT_H_
@@ -24,7 +23,7 @@ class Element
 	/* friend functions: */
 	friend class Mesh;//void Mesh::setElementInformationForNodes();
 	//friend void Mesh::addElement(Element*);
-	
+
 
 public:
 	/// Compute the minimum and maximum squared edge length for this element
@@ -53,7 +52,7 @@ public:
 
 	/// Get the number of nodes for face i.
 	virtual unsigned getNFaceNodes(unsigned i) const = 0;
-	
+
 	/// Get the number of faces for this element.
 	virtual unsigned getNFaces() const = 0;
 
diff --git a/MeshLib/Elements/Face.cpp b/MeshLib/Elements/Face.cpp
index d8ae6693c42..23416788ef3 100644
--- a/MeshLib/Elements/Face.cpp
+++ b/MeshLib/Elements/Face.cpp
@@ -1,8 +1,7 @@
 /**
- * Face.cpp
+ * \file Face.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Face.h"
diff --git a/MeshLib/Elements/Face.h b/MeshLib/Elements/Face.h
index 0bd277a20d0..07f22b27e4d 100644
--- a/MeshLib/Elements/Face.h
+++ b/MeshLib/Elements/Face.h
@@ -1,8 +1,7 @@
 /**
- * Face.h
+ * \file Face.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef FACE_H_
@@ -53,7 +52,7 @@ protected:
 	double _area;
 
 private:
-	
+
 
 }; /* class */
 
diff --git a/MeshLib/Elements/FemElem.cpp b/MeshLib/Elements/FemElem.cpp
index ac3c2026221..6a30593c322 100644
--- a/MeshLib/Elements/FemElem.cpp
+++ b/MeshLib/Elements/FemElem.cpp
@@ -1,8 +1,7 @@
 /**
- * Tet.cpp
+ * \file Tet.cpp
  *
- *      Date: 2012/05/03
- *      Author: KR
+ * Created on 2012-05-03 by Karsten Rink
  */
 
 #include "FemElem.h"
diff --git a/MeshLib/Elements/FemElem.h b/MeshLib/Elements/FemElem.h
index a5229d74308..8633c976b59 100644
--- a/MeshLib/Elements/FemElem.h
+++ b/MeshLib/Elements/FemElem.h
@@ -1,8 +1,7 @@
 /**
- * FemElem.h
+ * \file FemElem.h
  *
- *      Date: 2012/05/03
- *      Author: KR
+ * Created on 2012-05-03 by Karsten Rink
  */
 
 #ifndef FEMELEM_H_
diff --git a/MeshLib/Elements/Hex.cpp b/MeshLib/Elements/Hex.cpp
index 55ef9a299cc..dc748cc7c97 100644
--- a/MeshLib/Elements/Hex.cpp
+++ b/MeshLib/Elements/Hex.cpp
@@ -1,8 +1,7 @@
 /**
- * Hex.cpp
+ * \file Hex.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Hex.h"
@@ -23,7 +22,7 @@ const unsigned Hex::_face_nodes[6][4] =
 	{3, 0, 4, 7}, // Face 4
 	{4, 5, 6, 7}  // Face 5
 };
- 
+
 const unsigned Hex::_edge_nodes[12][2] =
 {
 	{0, 1}, // Edge 0
diff --git a/MeshLib/Elements/Hex.h b/MeshLib/Elements/Hex.h
index 68fa469be21..798d4675e69 100644
--- a/MeshLib/Elements/Hex.h
+++ b/MeshLib/Elements/Hex.h
@@ -1,8 +1,7 @@
 /**
- * Hex.h
+ * \file Hex.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef HEX_H_
diff --git a/MeshLib/Elements/Prism.cpp b/MeshLib/Elements/Prism.cpp
index e75aac59ced..806173f9cdf 100644
--- a/MeshLib/Elements/Prism.cpp
+++ b/MeshLib/Elements/Prism.cpp
@@ -1,8 +1,7 @@
 /**
- * Prism.cpp
+ * \file Prism.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Prism.h"
@@ -22,7 +21,7 @@ const unsigned Prism::_face_nodes[5][4] =
 	{2, 0, 3,  5}, // Face 3
 	{3, 4, 5, 99}  // Face 4
 };
- 
+
 const unsigned Prism::_edge_nodes[9][2] =
 {
 	{0, 1}, // Edge 0
diff --git a/MeshLib/Elements/Prism.h b/MeshLib/Elements/Prism.h
index d4604e63f63..869e297172b 100644
--- a/MeshLib/Elements/Prism.h
+++ b/MeshLib/Elements/Prism.h
@@ -1,8 +1,7 @@
 /**
- * Prism.h
+ * \file Prism.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef PRISM_H_
diff --git a/MeshLib/Elements/Pyramid.cpp b/MeshLib/Elements/Pyramid.cpp
index 994d4403b31..d9e95e3ebc3 100644
--- a/MeshLib/Elements/Pyramid.cpp
+++ b/MeshLib/Elements/Pyramid.cpp
@@ -1,8 +1,7 @@
 /**
- * Pyramid.cpp
+ * \file Pyramid.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Pyramid.h"
@@ -22,7 +21,7 @@ const unsigned Pyramid::_face_nodes[5][4] =
 	{3, 0, 4, 99}, // Face 3
 	{0, 3, 2,  1}  // Face 4
 };
- 
+
 const unsigned Pyramid::_edge_nodes[8][2] =
 {
 	{0, 1}, // Edge 0
diff --git a/MeshLib/Elements/Pyramid.h b/MeshLib/Elements/Pyramid.h
index 35eb1da3837..de1f9162e18 100644
--- a/MeshLib/Elements/Pyramid.h
+++ b/MeshLib/Elements/Pyramid.h
@@ -1,8 +1,7 @@
 /**
- * Pyramid.h
+ * \file Pyramid.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef PYRAMID_H_
diff --git a/MeshLib/Elements/Quad.cpp b/MeshLib/Elements/Quad.cpp
index f909f4ae1e5..6902c2ebb4f 100644
--- a/MeshLib/Elements/Quad.cpp
+++ b/MeshLib/Elements/Quad.cpp
@@ -1,15 +1,14 @@
 /**
- * Quad.cpp
+ * \file Quad.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Quad.h"
 #include "Node.h"
 
 #include "MathTools.h"
-	
+
 namespace MeshLib {
 
 
diff --git a/MeshLib/Elements/Quad.h b/MeshLib/Elements/Quad.h
index 305ec5bb9a8..9ccd0d9408c 100644
--- a/MeshLib/Elements/Quad.h
+++ b/MeshLib/Elements/Quad.h
@@ -1,8 +1,7 @@
 /**
- * Quad.h
+ * \file Quad.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef QUAD_H_
diff --git a/MeshLib/Elements/Tet.cpp b/MeshLib/Elements/Tet.cpp
index c3878998e59..ef874e51935 100644
--- a/MeshLib/Elements/Tet.cpp
+++ b/MeshLib/Elements/Tet.cpp
@@ -1,8 +1,7 @@
 /**
- * Tet.cpp
+ * \file Tet.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Tet.h"
@@ -21,7 +20,7 @@ const unsigned Tet::_face_nodes[4][3] =
 	{1, 2, 3}, // Face 2
 	{2, 0, 3}  // Face 3
 };
- 
+
 const unsigned Tet::_edge_nodes[6][2] =
 {
 	{0, 1}, // Edge 0
diff --git a/MeshLib/Elements/Tet.h b/MeshLib/Elements/Tet.h
index a0bec989b33..017bf183606 100644
--- a/MeshLib/Elements/Tet.h
+++ b/MeshLib/Elements/Tet.h
@@ -1,8 +1,7 @@
 /**
- * Tet.h
+ * \file Tet.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef TET_H_
@@ -50,7 +49,7 @@ public:
 
 	/// Get the number of edges for this element.
 	unsigned getNEdges() const { return 6; };
-	
+
 	/// Get the number of nodes for face i.
 	unsigned getNFaceNodes(unsigned i) const { (void)i; return 3; };
 
diff --git a/MeshLib/Elements/Tet10.cpp b/MeshLib/Elements/Tet10.cpp
index cd65836d38f..95b1808b421 100644
--- a/MeshLib/Elements/Tet10.cpp
+++ b/MeshLib/Elements/Tet10.cpp
@@ -1,8 +1,7 @@
 /**
- * Tet10.cpp
+ * \file Tet10.cpp
  *
- *      Date: 2012/05/03
- *      Author: KR
+ * Created on 2012-05-03 by Karsten Rink
  */
 
 #include "Tet10.h"
diff --git a/MeshLib/Elements/Tet10.h b/MeshLib/Elements/Tet10.h
index c82e5354692..b53c18b39ee 100644
--- a/MeshLib/Elements/Tet10.h
+++ b/MeshLib/Elements/Tet10.h
@@ -1,8 +1,7 @@
 /**
- * Tet10.h
+ * \file Tet10.h
  *
- *      Date: 2012/05/03
- *      Author: KR
+ * Created on 2012-05-03 by Karsten Rink
  */
 
 #ifndef TET10_H_
diff --git a/MeshLib/Elements/Tet4.cpp b/MeshLib/Elements/Tet4.cpp
index c759eebc8da..34467fc0f33 100644
--- a/MeshLib/Elements/Tet4.cpp
+++ b/MeshLib/Elements/Tet4.cpp
@@ -1,8 +1,7 @@
 /**
- * Tet4.cpp
+ * \file Tet4.cpp
  *
- *      Date: 2012/05/03
- *      Author: KR
+ * Created on 2012-05-03 by Karsten Rink
  */
 
 #include "Tet4.h"
diff --git a/MeshLib/Elements/Tet4.h b/MeshLib/Elements/Tet4.h
index ceefe2da107..9a3932c040b 100644
--- a/MeshLib/Elements/Tet4.h
+++ b/MeshLib/Elements/Tet4.h
@@ -1,8 +1,7 @@
 /**
- * Tet4.h
+ * \file Tet4.h
  *
- *      Date: 2012/05/03
- *      Author: KR
+ * Created on 2012-05-03 by Karsten Rink
  */
 
 #ifndef TET4_H_
diff --git a/MeshLib/Elements/Tri.cpp b/MeshLib/Elements/Tri.cpp
index ea8c987cfe9..9e0c15b792f 100644
--- a/MeshLib/Elements/Tri.cpp
+++ b/MeshLib/Elements/Tri.cpp
@@ -1,8 +1,7 @@
 /**
- * Tri.cpp
+ * \file Tri.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Tri.h"
diff --git a/MeshLib/Elements/Tri.h b/MeshLib/Elements/Tri.h
index 9ab7c925081..551996d2b9f 100644
--- a/MeshLib/Elements/Tri.h
+++ b/MeshLib/Elements/Tri.h
@@ -1,8 +1,7 @@
 /**
- * Tri.h
+ * \file Tri.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef TRI_H_
@@ -58,7 +57,7 @@ protected:
 
 	/// Return a specific edge node.
 	inline Node* getEdgeNode(unsigned edge_id, unsigned node_id) const { return _nodes[_edge_nodes[edge_id][node_id]]; };
-	
+
 	static const unsigned _edge_nodes[3][2];
 
 }; /* class */
diff --git a/MeshLib/FemMesh.cpp b/MeshLib/FemMesh.cpp
index 57139554a5c..949873bbb50 100644
--- a/MeshLib/FemMesh.cpp
+++ b/MeshLib/FemMesh.cpp
@@ -1,8 +1,7 @@
 /**
- * FemMesh.cpp
+ * \file FemMesh.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "FemMesh.h"
diff --git a/MeshLib/FemMesh.h b/MeshLib/FemMesh.h
index 9cf4617441d..ae59dc09ab0 100644
--- a/MeshLib/FemMesh.h
+++ b/MeshLib/FemMesh.h
@@ -1,8 +1,7 @@
 /**
- * FemMesh.h
+ * \file FemMesh.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef FEMMESH_H_
diff --git a/MeshLib/FemNode.cpp b/MeshLib/FemNode.cpp
index 93c458c2dbb..e4f09ac7e58 100644
--- a/MeshLib/FemNode.cpp
+++ b/MeshLib/FemNode.cpp
@@ -1,8 +1,7 @@
 /**
- * FemNode.cpp
+ * \file FemNode.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "FemNode.h"
diff --git a/MeshLib/FemNode.h b/MeshLib/FemNode.h
index 6b49a489308..2538b816aae 100644
--- a/MeshLib/FemNode.h
+++ b/MeshLib/FemNode.h
@@ -1,8 +1,7 @@
 /**
- * FemNode.h
+ * \file FemNode.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef FEMNODE_H_
@@ -20,7 +19,7 @@ class FemNode : public Node
 public:
 	/// Constructor using a coordinate array
 	FemNode(double const*const coords, unsigned id = std::numeric_limits<unsigned>::max());
-	
+
 	/// Constructor using single coordinates
 	FemNode(double x, double y, double z, unsigned id = std::numeric_limits<unsigned>::max());
 
diff --git a/MeshLib/Mesh.cpp b/MeshLib/Mesh.cpp
index a7e5e5cf88f..751228f5d83 100644
--- a/MeshLib/Mesh.cpp
+++ b/MeshLib/Mesh.cpp
@@ -1,8 +1,7 @@
 /**
- * Mesh.cpp
+ * \file Mesh.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Mesh.h"
@@ -47,7 +46,7 @@ void Mesh::makeNodesUnique()
 {
 	//check for unique mesh nodes
 	//PointVec::makePntsUnique
-	
+
 	//replace node pointers in elements
 	unsigned nElements (_elements.size());
 	for (unsigned i=0; i<nElements; i++)
@@ -58,17 +57,17 @@ void Mesh::makeNodesUnique()
 	}
 
 	//set correct id for each node
-	
+
 }
 
 void Mesh::addNode(Node* node)
 {
-	_nodes.push_back(node); 
+	_nodes.push_back(node);
 }
 
-void Mesh::addElement(Element* elem) 
+void Mesh::addElement(Element* elem)
 {
-	_elements.push_back(elem); 
+	_elements.push_back(elem);
 
 	// add element informatin to nodes
 	unsigned nNodes (elem->getNNodes());
@@ -111,7 +110,7 @@ void Mesh::setNeighborInformationForElements()
 		for (unsigned j=0; j<nNodes; j++)
 		{
 			const Node* node = elem->getNode(j);
-			
+
 		}
 	}
 	*/
diff --git a/MeshLib/Mesh.h b/MeshLib/Mesh.h
index 89edf6f0048..d11ee69baa8 100644
--- a/MeshLib/Mesh.h
+++ b/MeshLib/Mesh.h
@@ -1,8 +1,7 @@
 /**
- * Mesh.h
+ * \file Mesh.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef MESH_H_
@@ -12,7 +11,7 @@
 #include <string>
 #include <vector>
 
-namespace MeshLib 
+namespace MeshLib
 {
 	class Node;
 	class Element;
@@ -72,13 +71,13 @@ public:
 	/// Get the element-vector for the mesh.
 	const std::vector<Element*> getElements() const { return _elements; };
 
-	/** 
+	/**
 	 * Set the minimum and maximum length over the edges of the mesh.
-	 * This should have been previously calcumlated using the Element::computeSqrEdgeLengthRange(min, max) 
+	 * This should have been previously calcumlated using the Element::computeSqrEdgeLengthRange(min, max)
 	 * function or by some other means.
 	 */
 	void setEdgeLengthRange(const double &min_length, const double &max_length);
-	
+
 protected:
 	/// Checks the coordinates of all mesh nodes and removes identical nodes. Elements are adapted accordingly.
 	void makeNodesUnique();
diff --git a/MeshLib/MshEnums.cpp b/MeshLib/MshEnums.cpp
index 123205ce94f..0d98c0f4fe9 100644
--- a/MeshLib/MshEnums.cpp
+++ b/MeshLib/MshEnums.cpp
@@ -1,8 +1,7 @@
 /**
- * MshEnums.cpp
+ * \file MshEnums.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "MshEnums.h"
diff --git a/MeshLib/MshEnums.h b/MeshLib/MshEnums.h
index 8a2084adb6d..13437917558 100644
--- a/MeshLib/MshEnums.h
+++ b/MeshLib/MshEnums.h
@@ -1,8 +1,7 @@
 /**
- * MshEnums.h
+ * \file MshEnums.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef MSHENUMS_H
diff --git a/MeshLib/Node.cpp b/MeshLib/Node.cpp
index 7e49a8259a9..8f1d7276584 100644
--- a/MeshLib/Node.cpp
+++ b/MeshLib/Node.cpp
@@ -1,8 +1,7 @@
 /**
- * Node.cpp
+ * \file Node.cpp
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #include "Node.h"
diff --git a/MeshLib/Node.h b/MeshLib/Node.h
index 1a64a2c9c21..841c50f2309 100644
--- a/MeshLib/Node.h
+++ b/MeshLib/Node.h
@@ -1,8 +1,7 @@
 /**
- * Node.h
+ * \file Node.h
  *
- *      Date: 2012/05/02
- *      Author: KR
+ * Created on 2012-05-02 by Karsten Rink
  */
 
 #ifndef NODE_H_
@@ -27,7 +26,7 @@ class Node : public GeoLib::PointWithID
 	/* friend functions: */
 	friend class Mesh;//void Mesh::setElementInformationForNodes();
 	//friend void Mesh::addElement(Element*);
-	
+
 
 public:
 	/// Constructor using a coordinate array
diff --git a/SimpleTests/MatrixTests/MatMult.cpp b/SimpleTests/MatrixTests/MatMult.cpp
index 5b51b579f25..6f185b94320 100644
--- a/SimpleTests/MatrixTests/MatMult.cpp
+++ b/SimpleTests/MatrixTests/MatMult.cpp
@@ -1,8 +1,7 @@
-/*
+/**
  * MatMult.cpp
  *
- *  Created on: Jan 3, 2012
- *      Author: TF
+ *  Created on 2012-01-03 by Thomas Fischer
  */
 
 #include <fstream>
diff --git a/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp b/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp
index 446bb7c8bf1..64ceed3d97f 100644
--- a/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp
+++ b/SimpleTests/MatrixTests/MatTestRemoveRowsCols.cpp
@@ -1,8 +1,7 @@
-/*
+/**
  * MatTestRemoveRowsCols.cpp
  *
- *  Created on: Nov 8, 2011
- *      Author: TF
+ *  Created on 2011-11-08 by Thomas Fischer
  */
 
 #include <fstream>
diff --git a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp
index 464db6143d6..9da1a3bff60 100644
--- a/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp
+++ b/SimpleTests/MatrixTests/MatVecMultNDPerm.cpp
@@ -1,8 +1,7 @@
-/*
+/**
  * MatVecMultNDPerm.cpp
  *
- *  Created on: Jan 3, 2012
- *      Author: TF
+ *  Created on 2012-01-03 by Thomas Fischer
  */
 
 #include <cstdlib>
diff --git a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp
index 4516c703829..6b9d3380c05 100644
--- a/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp
+++ b/SimpleTests/MatrixTests/MatVecMultNDPermOpenMP.cpp
@@ -1,8 +1,7 @@
-/*
+/**
  * MatVecMultNDPermOpenMP.cpp
  *
- *  Created on: Jan 20, 2012
- *      Author: TF
+ *  Created on 2012-01-20 by Thomas Fischer
  */
 
 #include <cstdlib>
diff --git a/SimpleTests/MeshTests/MeshRead.cpp b/SimpleTests/MeshTests/MeshRead.cpp
index 2e0da48402e..51a3bdc210b 100644
--- a/SimpleTests/MeshTests/MeshRead.cpp
+++ b/SimpleTests/MeshTests/MeshRead.cpp
@@ -1,8 +1,7 @@
 /*
  * MeshRead.cpp
  *
- *  Created on: 2012/05/09
- *      Author: KR
+ *  Created on 2012/05/09 by Karsten Rink
  */
 
 // BaseLib
diff --git a/SimpleTests/SolverTests/ConjugateGradientUnpreconditioned.cpp b/SimpleTests/SolverTests/ConjugateGradientUnpreconditioned.cpp
index 96ead4200cf..89fcee8f806 100644
--- a/SimpleTests/SolverTests/ConjugateGradientUnpreconditioned.cpp
+++ b/SimpleTests/SolverTests/ConjugateGradientUnpreconditioned.cpp
@@ -16,7 +16,7 @@ int main(int argc, char *argv[])
 	(void) argv;
 
 	// *** reading matrix in crs format from file
-	std::string fname("/work/fischeth/data/testmat.bin");
+	std::string fname("/work/Thomas Fischer/data/testmat.bin");
 //	std::ifstream in(fname.c_str(), std::ios::binary);
 	MathLib::CRSMatrix<double, unsigned> *mat (new MathLib::CRSMatrix<double, unsigned>(fname));
 /*	double *A(NULL);
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
 		x[k] = 1.0;
 	}
 	// *** read rhs
-	fname = "/work/fischeth/data/rhs.dat";
+	fname = "/work/Thomas Fischer/data/rhs.dat";
 	std::ifstream in(fname.c_str());
 	if (in) {
 		read (in, n, b);
diff --git a/SimpleTests/SolverTests/GMResDiagPrecond.cpp b/SimpleTests/SolverTests/GMResDiagPrecond.cpp
index 7062cb20993..9ccde0d528b 100644
--- a/SimpleTests/SolverTests/GMResDiagPrecond.cpp
+++ b/SimpleTests/SolverTests/GMResDiagPrecond.cpp
@@ -1,8 +1,7 @@
-/*
+/**
  * GMResDiagPrecond.cpp
  *
- *  Created on: Oct 5, 2011
- *      Author: TF
+ *  Created on 2011-10-05 by Thomas Fischer
  */
 
 #include <iostream>
-- 
GitLab