diff --git a/BaseLib/BuildInfo.h.in b/BaseLib/BuildInfo.h.in index ec20847a7243916bd0d3408b1a80b003ff4791be..b76854e0db251cbbafa8fb3c630e2520a9edad29 100644 --- a/BaseLib/BuildInfo.h.in +++ b/BaseLib/BuildInfo.h.in @@ -1,14 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2010-08-24 + * \brief #defines which gets set through CMake. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BuildInfo.h.in - * #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 58fe8d05ea1df86379a5ebb6615bd3b627ce3df3..7b1db9646f42605a3e0f858512eb87bedd4e044f 100644 --- a/BaseLib/CPUTime.cpp +++ b/BaseLib/CPUTime.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-10 + * \brief Implementation of the CPUTime class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CPUTime.cpp - * - * Created on 2012-05-10 by Thomas Fischer */ #include "CPUTime.h" diff --git a/BaseLib/CPUTime.h b/BaseLib/CPUTime.h index 38b1b18cb34202d501fef45047f4179d6afa9a12..9c7dc145959d0130610aa9514602251ba7066b3f 100644 --- a/BaseLib/CPUTime.h +++ b/BaseLib/CPUTime.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-10 + * \brief Definition of the CPUTime class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CPUTime.h - * - * Created on 2012-05-10 by Thomas Fischer */ #ifndef CPUTIME_H diff --git a/BaseLib/CodingTools.h b/BaseLib/CodingTools.h index 55fafeed430733337eb52521682a32605c6f89fe..dc606162e3a87bb3e8c2dcbaed942bffa973a4b9 100644 --- a/BaseLib/CodingTools.h +++ b/BaseLib/CodingTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-02-17 + * \brief Helper macros. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CodingTools.h - * - * Created on 2012-02-17 by Norihiro Watanabe */ #ifndef CODINGTOOLS_H diff --git a/BaseLib/Configure.h.in b/BaseLib/Configure.h.in index 55811f03a25f58a9fc8d130205b3a42cf36f6e9c..c2afaf7e62f20838c60d43e574ce2aa90287073d 100644 --- a/BaseLib/Configure.h.in +++ b/BaseLib/Configure.h.in @@ -1,14 +1,17 @@ /** + * \file + * \author Lars Bilke + * \date no date + * \brief #defines which gets set through CMake + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Configure.h.in - * - * #defines which gets set through CMake */ + #ifndef CONFIGURE_H #define CONFIGURE_H diff --git a/BaseLib/DateTools.cpp b/BaseLib/DateTools.cpp index 3a38ca8ef9fd100f4f16ebe4e4cac24f81c2795d..48f4550ea61773f2b125147c303642a61bbe47cf 100644 --- a/BaseLib/DateTools.cpp +++ b/BaseLib/DateTools.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-06-16 + * \brief Implementation of date helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DateTools.cpp - * - * Created on 2010-06-16 by Karsten Rink */ #include "DateTools.h" diff --git a/BaseLib/DateTools.h b/BaseLib/DateTools.h index 227b4fa2d230a4561cd377291e97e4b0a496461d..1814054d0a7a34348f056d68faca96f1ca9bcc30 100644 --- a/BaseLib/DateTools.h +++ b/BaseLib/DateTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-01-22 + * \brief Definition of date helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DateTools.h - * - * Created on 2010-01-22 by Karsten Rink */ #ifndef DATETOOLS_H diff --git a/BaseLib/FileFinder.h b/BaseLib/FileFinder.h index b876fe7b9decd7ed8f04994ebc74257c203d1014..36ecb628f6ef93f595c7bb1ea1505585b88ebe03 100644 --- a/BaseLib/FileFinder.h +++ b/BaseLib/FileFinder.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-10-26 + * \brief Definition of the FileFinder class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FileFinder.h - * - * Created on 2010-10-26 by Karsten Rink */ #ifndef FILEFINDER_H diff --git a/BaseLib/LogogSimpleFormatter.h b/BaseLib/LogogSimpleFormatter.h index fcae583fe06802c3dce9693291f1adc338e523d2..57e8dd2948c2301dd95e67b62e5c2cca65c5ea07 100644 --- a/BaseLib/LogogSimpleFormatter.h +++ b/BaseLib/LogogSimpleFormatter.h @@ -1,13 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2012-09-13 + * \brief Definition of the LogogSimpleFormatter class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LogogSimpleFormatter.h - * - * Created on 2012-09-13 by Lars Bilke */ #ifndef LOGOGSIMPLEFORMATTER_H diff --git a/BaseLib/MemWatch.cpp b/BaseLib/MemWatch.cpp index 7f4580113b9a97eb6fe5dc996fbe7c19c02c7a38..e157e5e46b1b1520f2ae1d6273f23cc2ebf53959 100644 --- a/BaseLib/MemWatch.cpp +++ b/BaseLib/MemWatch.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-07 + * \brief Implementation of the MemWatch class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MemWatch.cpp - * - * Created on 2012-05-07 by Thomas Fischer */ #include "MemWatch.h" diff --git a/BaseLib/MemWatch.h b/BaseLib/MemWatch.h index 854215840102f547d43b8436788a67d8e13647f7..5061e08476d13b0a63c4af1bf7c0cd7a5f47be56 100644 --- a/BaseLib/MemWatch.h +++ b/BaseLib/MemWatch.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-07 + * \brief Definition of the MemWatch class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MemWatch.h - * - * Created on 2012-05-07 by Thomas Fischer */ #ifndef MEMWATCH_H_ diff --git a/BaseLib/RunTime.cpp b/BaseLib/RunTime.cpp index 25f826c9ca3d36cc5c1ef7536144f1c123243201..3d783de5c6cb6ea18f9851d1e1cf2c770283f403 100644 --- a/BaseLib/RunTime.cpp +++ b/BaseLib/RunTime.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-10 + * \brief Implementation of the RunTime class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file RunTime.cpp - * - * Created on 2012-05-10 by Thomas Fischer */ #include "RunTime.h" diff --git a/BaseLib/RunTime.h b/BaseLib/RunTime.h index 948ae74081ffff154a817e3bb643b78ac3ce4657..7b3afac6d1e0feda613e6bb03f2622b162826b7f 100644 --- a/BaseLib/RunTime.h +++ b/BaseLib/RunTime.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-10 + * \brief Definition of the RunTime class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file RunTime.h - * - * Created on 2012-05-10 by Thomas Fischer */ #ifndef RUNTIME_H diff --git a/BaseLib/StringTools.cpp b/BaseLib/StringTools.cpp index 65b1b8864c033935a4c3fc3d7ac3a51c4070a762..85ea397cba52e16e874c4d57b91d1507f97b366c 100644 --- a/BaseLib/StringTools.cpp +++ b/BaseLib/StringTools.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-16 + * \brief Implementation of string helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file StringTools.cpp - * - * Created on 2010-06-16 by Thomas Fischer */ #include "StringTools.h" diff --git a/BaseLib/StringTools.h b/BaseLib/StringTools.h index a9a001fbea619abb24a6037ede820334e9f95c95..312e4a5ceb1bca558236dfa1172f926897acb7b9 100644 --- a/BaseLib/StringTools.h +++ b/BaseLib/StringTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-16 + * \brief Definition of string helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file StringTools.h - * - * Created on 2010-06-16 by Thomas Fischer */ #ifndef STRINGTOOLS_H diff --git a/BaseLib/SystemTools.h b/BaseLib/SystemTools.h index fe565d77af657832bff91c5a9b48a3ead16cbb72..aa40b8cc731cdf7f520dc2e1b8791c6abf44b0c8 100644 --- a/BaseLib/SystemTools.h +++ b/BaseLib/SystemTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-07-16 + * \brief Definition of some system helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file SystemTools.h - * - * Created on 2012-07-16 by Norihiro Watanabe */ #ifndef SYSTEMTOOLS_H diff --git a/BaseLib/TemplateLogogFormatterSuppressedGCC.h b/BaseLib/TemplateLogogFormatterSuppressedGCC.h index 27bed2a4c49ad466d2ca9ff270d0b8a9e4590c5d..9d969aeff602d6b755a99525a696fbdacc62a083 100644 --- a/BaseLib/TemplateLogogFormatterSuppressedGCC.h +++ b/BaseLib/TemplateLogogFormatterSuppressedGCC.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-12-06 + * \brief Definition of the TemplateLogogFormatterSuppressedGCC class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateLogogFormatterSuppressedGCC.h - * - * Created on 2012-12-06 by Norihiro Watanabe */ #ifndef TEMPLATELOGOGFORMATTERSUPPRESSEDGCC_H_ diff --git a/BaseLib/TimeMeasurementBase.h b/BaseLib/TimeMeasurementBase.h index 5fecd6d35d25cc8be0dd3d120cea130358bc85ae..c57259870079a24ae39ea035ed40cf57804eb7b0 100644 --- a/BaseLib/TimeMeasurementBase.h +++ b/BaseLib/TimeMeasurementBase.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date no date + * \brief Definition of the TimeMeasurementBase class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TimeMeasurementBase.h - * - * Created on xxxx-xx-xx by Thomas Fischer */ #ifndef TIMEMEASUREMENT_H diff --git a/BaseLib/printList.h b/BaseLib/printList.h index 33b70ac9a57c93a5d42ef45f07fb6203eac4daac..2ca61ea8291b2e30b44df9d52ca58c2f236b1d71 100644 --- a/BaseLib/printList.h +++ b/BaseLib/printList.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-02-23 + * \brief Definition of the printList function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file printList.h - * - * Created on 2011-02-23 by Thomas Fischer */ #ifndef PRINTLIST_H_ diff --git a/BaseLib/quicksort.h b/BaseLib/quicksort.h index a2271b67e8ab37495af9670bf6968c3f29df7020..b887b8c10fa04c957e990b34aae478fed9b5c8fe 100644 --- a/BaseLib/quicksort.h +++ b/BaseLib/quicksort.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-05-26 + * \brief Definition of the quicksort function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file quicksort.h - * - * Created on 2010-05-26 by Thomas Fischer */ #ifndef QUICKSORT_H_ diff --git a/BaseLib/uniqueInsert.h b/BaseLib/uniqueInsert.h index 33ec74ee6f05b0a7b525b8db7eb3746bb9362928..66741f06a4184da7bdf1efd2328e08c036a5a6fb 100644 --- a/BaseLib/uniqueInsert.h +++ b/BaseLib/uniqueInsert.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-02-23 + * \brief Definition of the uniquePushBack function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file uniqueListInsert.h - * - * Created on 2011-02-23 by Thomas Fischer */ #ifndef UNIQUELISTINSERT_H_ diff --git a/BaseLib/wait.h b/BaseLib/wait.h index 4e946f6a6765488b53eecec10cb78fad3dccaf92..9335c70f96b2e5f1f5d0e6e87cb7082158fb7c88 100644 --- a/BaseLib/wait.h +++ b/BaseLib/wait.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-02-17 + * \brief Definition of the wait function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file wait.h - * - * Created on 2011-02-17 by Karsten Rink */ diff --git a/FemLib/DistributionInfo.cpp b/FemLib/DistributionInfo.cpp index ea7c3b9ffeeff0f1b616c00a13698cff95f56549..93e3e4e04cc16529d3cc54b8fc1e8da2e148c744 100644 --- a/FemLib/DistributionInfo.cpp +++ b/FemLib/DistributionInfo.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-28 + * \brief Implementation of the DistributionInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DistributionInfo.cpp - * - * Created on 2010-09-28 by Thomas Fischer */ #include "DistributionInfo.h" diff --git a/FemLib/DistributionInfo.h b/FemLib/DistributionInfo.h index 8dffe7e2d93c88337df719b00663a5b0e85ad50a..d63980e46749fa5229cb2805f83a8ed93956d9da 100644 --- a/FemLib/DistributionInfo.h +++ b/FemLib/DistributionInfo.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-28 + * \brief Definition of the DistributionInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DistributionInfo.h - * - * Created on 2010-09-28 by Thomas Fischer */ #ifndef DISTRIBUTIONINFO_H_ diff --git a/FemLib/FEMCondition.cpp b/FemLib/FEMCondition.cpp index 25a4ef6ec173bd4cb770335bc581f391b7187542..8d2f80025606b4bc6f05f1d65bbc9d76e22daf4c 100644 --- a/FemLib/FEMCondition.cpp +++ b/FemLib/FEMCondition.cpp @@ -1,14 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-11-25 + * \brief Implementation of the FEMCondition class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FEMCondition.cpp - * - * Created on 2010-11-25 by Karsten Rink - * */ #include "FEMCondition.h" diff --git a/FemLib/FEMCondition.h b/FemLib/FEMCondition.h index a1cba21171f3db7e428bebe5d00a70aaeba4b470..d6c874cebc598df42b3777d7787d83f92ef8dd0f 100644 --- a/FemLib/FEMCondition.h +++ b/FemLib/FEMCondition.h @@ -1,14 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-11-25 + * \brief Definition of the FEMCondition class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FEMCondition.h - * - * Created on 2010-11-25 by Karsten Rink - * */ #ifndef FEMCONDITION_H diff --git a/FemLib/FEMEnums.cpp b/FemLib/FEMEnums.cpp index 719b2fdcd292ff085a1f34cb9f94a314631db31a..d56093f6e63cbacb2af7919ffbc17d8e4df18375 100644 --- a/FemLib/FEMEnums.cpp +++ b/FemLib/FEMEnums.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-09-02 + * \brief Implementation of fem enumerations. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FEMEnums.cpp - * - * Created on 2010-09-02 by Thomas Fischer */ #include "FEMEnums.h" diff --git a/FemLib/FEMEnums.h b/FemLib/FEMEnums.h index 0f76e1a494de83294d4ea227f84ab0bdd999b579..22ed73c905286a5cefc02f7e40f493382bf1719e 100644 --- a/FemLib/FEMEnums.h +++ b/FemLib/FEMEnums.h @@ -1,14 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-08-31 + * \brief Definition of fem enumerations. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FEMEnums.h - * - * Created on 2010-08-31 by Karsten Rink - * */ #ifndef FEMENUMS_H diff --git a/FemLib/GeoInfo.cpp b/FemLib/GeoInfo.cpp index 99d7e492e18bfbc14dd9cff0ac5f6f5726262cf1..1d30f6101340891b26dcefd8b9815d4f1834d515 100644 --- a/FemLib/GeoInfo.cpp +++ b/FemLib/GeoInfo.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-18 + * \brief Implementation of the GeoInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoInfo.cpp - * - * Created on 2010-06-18 by Thomas Fischer */ // STL diff --git a/FemLib/GeoInfo.h b/FemLib/GeoInfo.h index 357f5536dac86108be87ceb78a0ff3ea4aa8e64e..1a9dd50a53694a2b63917bb42627a434690017ac 100644 --- a/FemLib/GeoInfo.h +++ b/FemLib/GeoInfo.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-18 + * \brief Definition of the GeoInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoInfo.h - * - * Created on 2010-06-18 by Thomas Fischer */ #ifndef GEOINFO_H_ diff --git a/FemLib/ProcessInfo.cpp b/FemLib/ProcessInfo.cpp index 8e31444d66fa94994844406d570968853ed14907..7efe074647d6416c25b97bc028afd8d48e1a66bc 100644 --- a/FemLib/ProcessInfo.cpp +++ b/FemLib/ProcessInfo.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-02 + * \brief Implementation of the ProcessInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ProcessInfo.cpp - * - * Created on 2010-09-02 by Thomas Fischer */ //#include "rf_pcs.h" diff --git a/FemLib/ProcessInfo.h b/FemLib/ProcessInfo.h index 1b563e9fe480669bc2dc1ab042da2893217b6c17..ffa21278ba8bbe9125d751b0d55dd7e287415c51 100644 --- a/FemLib/ProcessInfo.h +++ b/FemLib/ProcessInfo.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-02 + * \brief Definition of the ProcessInfo class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ProcessInfo.h - * - * Created on 2010-09-02 by Thomas Fischer */ #ifndef PROCESSINFO_H_ diff --git a/FileIO/ImportFileTypes.h b/FileIO/ImportFileTypes.h index 1c197182e2b776a08519c401f618454311ae0148..5af5932c8d3a4b0d3af12017fd010b0793c21a83 100644 --- a/FileIO/ImportFileTypes.h +++ b/FileIO/ImportFileTypes.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-08-20 + * \brief Definition of the ImportFileTypes enumeration. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ImportFileTypes.h - * - * Created on 2012-08-20 by Karsten Rink */ #ifndef IMPORTFILETYPES_H diff --git a/FileIO/Legacy/MeshIO.cpp b/FileIO/Legacy/MeshIO.cpp index d3450efe5b52584803c6f4e70bae590ef25c0ba3..df711551a510c561f7910ac001d49c1d4cdef138 100644 --- a/FileIO/Legacy/MeshIO.cpp +++ b/FileIO/Legacy/MeshIO.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-08 + * \brief Implementation of the MeshIO class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MeshIO.cpp - * - * Created on 2012-05-08 by Karsten Rink */ #include <iomanip> diff --git a/FileIO/Legacy/MeshIO.h b/FileIO/Legacy/MeshIO.h index d0832935745463b15930605d8b29b513e10a98d4..e8e9d7875a15a36f6f449225d433b22dce87e552 100644 --- a/FileIO/Legacy/MeshIO.h +++ b/FileIO/Legacy/MeshIO.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-08 + * \brief Definition of the MeshIO class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MeshIO.h - * - * Created on 2012-05-08 by Karsten Rink */ /** diff --git a/FileIO/Writer.cpp b/FileIO/Writer.cpp index 1f149969dfd997227858d29d5e54bae51d144352..33c6867eac411aa951834e975d9a7c5571db5fa0 100644 --- a/FileIO/Writer.cpp +++ b/FileIO/Writer.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2012-02-13 + * \brief Implementation of the Writer class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Writer.cpp - * - * Created on 2012-02-13 by Lars Bilke */ // ** INCLUDES ** diff --git a/FileIO/Writer.h b/FileIO/Writer.h index df1622be837d5c0866961aff96b6538e349ac3d0..ebc9a116d8f2aab2a31e5feda5484b1b8c7b11c0 100644 --- a/FileIO/Writer.h +++ b/FileIO/Writer.h @@ -1,13 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2012-02-13 + * \brief Definition of the Writer class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Writer.h - * - * Created on 2012-02-13 by Lars Bilke */ #ifndef WRITER_H diff --git a/FileIO/XmlIO/XMLInterface.cpp b/FileIO/XmlIO/XMLInterface.cpp index d6c9e65132fc216b953f0cf5c07b06c74335adac..2a6d47fc47e6d287a4f0c272455dff18f625c215 100644 --- a/FileIO/XmlIO/XMLInterface.cpp +++ b/FileIO/XmlIO/XMLInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-02-18 + * \brief Implementation of the XMLInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XMLInterface.cpp - * - * Created on 2010-18-02 by Karsten Rink */ #include <fstream> diff --git a/FileIO/XmlIO/XMLInterface.h b/FileIO/XmlIO/XMLInterface.h index 797d0c7ae7d20e374fe26e74c7966b7b6263b592..1250897795872aeb415d8176952063b27bf3dae5 100644 --- a/FileIO/XmlIO/XMLInterface.h +++ b/FileIO/XmlIO/XMLInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-02-18 + * \brief Definition of the XMLInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XMLInterface.h - * - * Created on 2010-02-18 by Karsten Rink */ #ifndef XMLINTERFACE_H diff --git a/FileIO/XmlIO/XmlCndInterface.cpp b/FileIO/XmlIO/XmlCndInterface.cpp index a59d8521b38382900c940023bb724b17c0f6e587..0aadecd3c2d33726d97340abe3dedd9b58b18344 100644 --- a/FileIO/XmlIO/XmlCndInterface.cpp +++ b/FileIO/XmlIO/XmlCndInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Implementation of the XmlCndInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlCndInterface.cpp - * - * Created on 2011-11-23 by Karsten Rink */ #include "XmlCndInterface.h" diff --git a/FileIO/XmlIO/XmlCndInterface.h b/FileIO/XmlIO/XmlCndInterface.h index f79423dc6589812ea7dbe3f734115e2b75f62fa8..fbecf39e61c1970740c82c2f8fa60bdb9730f0fd 100644 --- a/FileIO/XmlIO/XmlCndInterface.h +++ b/FileIO/XmlIO/XmlCndInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Definition of the XmlCndInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlCndInterface.h - * - * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLCNDINTERFACE_H diff --git a/FileIO/XmlIO/XmlGmlInterface.cpp b/FileIO/XmlIO/XmlGmlInterface.cpp index 6bc77563009e6344ee5c2b960db8cbc6b696b1ef..adf93e28a22383aeafcc71979784d15ddc9bc510 100644 --- a/FileIO/XmlIO/XmlGmlInterface.cpp +++ b/FileIO/XmlIO/XmlGmlInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Implementation of the XmlGmlInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlGmlInterface.cpp - * - * Created on 2011-11-23 by Karsten Rink */ #include "XmlGmlInterface.h" diff --git a/FileIO/XmlIO/XmlGmlInterface.h b/FileIO/XmlIO/XmlGmlInterface.h index a43842e250aaf73a846b1f10ca4c5e365172434a..cc849800d5b31f1585a6d98f1e835ed5a7242958 100644 --- a/FileIO/XmlIO/XmlGmlInterface.h +++ b/FileIO/XmlIO/XmlGmlInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Definition of the XmlGmlInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlGmlInterface.h - * - * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLGMLINTERFACE_H diff --git a/FileIO/XmlIO/XmlGspInterface.cpp b/FileIO/XmlIO/XmlGspInterface.cpp index 910989744256667f621f18816cf84e377b98f088..f070250e659643709cf09ccf9c770d0bcda57e68 100644 --- a/FileIO/XmlIO/XmlGspInterface.cpp +++ b/FileIO/XmlIO/XmlGspInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Implementation of the XmlGspInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlGspInterface.cpp - * - * Created on 2011-11-23 by Karsten Rink */ #include "XmlGspInterface.h" diff --git a/FileIO/XmlIO/XmlGspInterface.h b/FileIO/XmlIO/XmlGspInterface.h index 94fa87ad5e29d0123501e99456399eda2bcff550..580fb8e8c3ced809d2f8106b49d0f469571813f5 100644 --- a/FileIO/XmlIO/XmlGspInterface.h +++ b/FileIO/XmlIO/XmlGspInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Definition of the XmlGspInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlGspInterface.h - * - * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLGSPINTERFACE_H diff --git a/FileIO/XmlIO/XmlLutReader.h b/FileIO/XmlIO/XmlLutReader.h index 83aa87be1440435c2901a9d309ea1f018812b402..297bbfc60503152db3bbaaea24d010bc31e94af1 100644 --- a/FileIO/XmlIO/XmlLutReader.h +++ b/FileIO/XmlIO/XmlLutReader.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-01-30 + * \brief Definition of the XmlLutReader class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlLutReader.h - * - * Created on 2011-01-30 by Karsten Rink */ #ifndef XMLLUTREADER_H diff --git a/FileIO/XmlIO/XmlStnInterface.cpp b/FileIO/XmlIO/XmlStnInterface.cpp index ca15616d12b5cd82c491b2e7065fdb7f43cc3070..d465ccf72f8fecd1cf5c0bed74065a6f376674b2 100644 --- a/FileIO/XmlIO/XmlStnInterface.cpp +++ b/FileIO/XmlIO/XmlStnInterface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Implementation of the XmlStnInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlStnInterface.cpp - * - * Created on 2011-11-23 by Karsten Rink */ #include <limits> diff --git a/FileIO/XmlIO/XmlStnInterface.h b/FileIO/XmlIO/XmlStnInterface.h index 0597cc37d3a93b06acd4f118e6e0e084987173d0..1a7231dfc290c93953f18bbcd6021a1be42939d1 100644 --- a/FileIO/XmlIO/XmlStnInterface.h +++ b/FileIO/XmlIO/XmlStnInterface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2011-11-23 + * \brief Definition of the XmlStnInterface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file XmlStnInterface.h - * - * Created on 2011-11-23 by Karsten Rink */ #ifndef XMLSTNINTERFACE_H diff --git a/FileIO/readMeshFromFile.cpp b/FileIO/readMeshFromFile.cpp index 777862c1ab9bcf93d7c029a41eccee2aec7d68be..1dc063fe93dd52e917c07a64c1fd397dc97e5e40 100644 --- a/FileIO/readMeshFromFile.cpp +++ b/FileIO/readMeshFromFile.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-09-27 + * \brief Implementation of readMeshFromFile function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file readMeshFromFile.cpp - * - * Created on 2012-09-27 by Karsten Rink */ #include "readMeshFromFile.h" diff --git a/FileIO/readMeshFromFile.h b/FileIO/readMeshFromFile.h index c44c4038daa703e4823f8687b04c64776fa349f1..5501e5a9bfb997ad3ecbff4781699b14a8436098 100644 --- a/FileIO/readMeshFromFile.h +++ b/FileIO/readMeshFromFile.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-09-27 + * \brief Definition of readMeshFromFile function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file readMeshFromFile.h - * - * Created on 2012-09-27 by Karsten Rink */ #ifndef READMESHFROMFILE_H diff --git a/GeoLib/AABB.h b/GeoLib/AABB.h index d4e43f20f0c4c700680d86b4565bb0fa1d383e81..2781ae7f1fc4120e879233955c30937da8c6adbe 100644 --- a/GeoLib/AABB.h +++ b/GeoLib/AABB.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-04-22 + * \brief Definition of the AABB class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AABB.h - * - * Created on 2010-04-22 by Thomas Fischer */ #ifndef AABB_H_ diff --git a/GeoLib/BruteForceClosestPair.cpp b/GeoLib/BruteForceClosestPair.cpp index 6ca575fc79c293d815889ea5cadc339fbaa4f118..7983b0135b0531aa3c85c9424416f7e7d99474e8 100644 --- a/GeoLib/BruteForceClosestPair.cpp +++ b/GeoLib/BruteForceClosestPair.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-25 + * \brief Implementation of the BruteForceClosestPair class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BruteForceClosestPair.cpp - * - * Created on 2011-01-25 by Thomas Fischer */ #include "BruteForceClosestPair.h" diff --git a/GeoLib/BruteForceClosestPair.h b/GeoLib/BruteForceClosestPair.h index b7495682b106622223354a5a1bae08224b6151d8..721d5b7fb42d453b5e147378c94b05f2afb4b5ce 100644 --- a/GeoLib/BruteForceClosestPair.h +++ b/GeoLib/BruteForceClosestPair.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-25 + * \brief Definition of the BruteForceClosestPair class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BruteForceClosestPair.h - * - * Created on 2011-01-25 by Thomas Fischer */ #ifndef BRUTEFORCECLOSESTPAIR_H_ diff --git a/GeoLib/ClosestPair.h b/GeoLib/ClosestPair.h index 486c122308b741811f5ed9d9ab612cee3ce3ae09..c395034a617d71858231e758083392e1b9190dc2 100644 --- a/GeoLib/ClosestPair.h +++ b/GeoLib/ClosestPair.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-25 + * \brief Definition of the ClosestPair class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ClosestPair.h - * - * Created on 2011-01-25 by Thomas Fischer */ #ifndef CLOSESTPAIR_H_ diff --git a/GeoLib/Color.cpp b/GeoLib/Color.cpp index 92a164acfc410ee4f9097f565ac603b3308f3930..2d58e1f0fb609de23b70edce6eeab4debad5862a 100644 --- a/GeoLib/Color.cpp +++ b/GeoLib/Color.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-06-16 + * \brief Implementation of the Color class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Color.cpp - * - * Created on 2010-06-16 by Karsten Rink */ #include <iostream> diff --git a/GeoLib/Color.h b/GeoLib/Color.h index dd4d3f2c0593d3e6f10e016a3bb01913a825f600..3f5cf9f46bafdb2c72bc90069fd33977fcbda790 100644 --- a/GeoLib/Color.h +++ b/GeoLib/Color.h @@ -1,14 +1,16 @@ /** + * \file + * \author Karsten Rink + * \date 2010-02-04 + * \brief Definition of the Color class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * * - * \file Color.h - * - * Created on 2010-02-04 by Karsten Rink - * */ diff --git a/GeoLib/GEOObjects.cpp b/GeoLib/GEOObjects.cpp index 7d8660a3c8b7cb2e3ddc0a1614ab843921f26ca6..37220a3d1d8fcde181a662d64962495ae55ec492 100644 --- a/GeoLib/GEOObjects.cpp +++ b/GeoLib/GEOObjects.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer / Karsten Rink + * \date 2010-01-21 + * \brief Implementation of the GEOObjects class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GEOObjects.cpp - * - * Created on 2010-01-21 by Thomas Fischer / Karsten Rink */ #include <fstream> diff --git a/GeoLib/GEOObjects.h b/GeoLib/GEOObjects.h index 6719124d6ce3d15f6afc3891b3b68162020e7718..fea33cedb53b3fe48e5d760d43f15a74f2e5f60a 100644 --- a/GeoLib/GEOObjects.h +++ b/GeoLib/GEOObjects.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer / Karsten Rink + * \date 2010-01-21 + * \brief Definition of the GeoObjects class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GEOObjects.h - * - * Created on 2010-01-21 by Thomas Fischer / Karsten Rink */ #ifndef GEOOBJECTS_H_ diff --git a/GeoLib/GeoObject.h b/GeoLib/GeoObject.h index 95506355bbb3ba4eed482b4f03d79d1da5968006..a7848b59e0891ce69bef4622d6c12c4419526366 100644 --- a/GeoLib/GeoObject.h +++ b/GeoLib/GeoObject.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-08-27 + * \brief Definition of the GeoObject class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoObject.h - * - * Created on 2010-08-27 by Thomas Fischer */ #ifndef GEOOBJECT_H_ diff --git a/GeoLib/GeoType.cpp b/GeoLib/GeoType.cpp index 4cb31431c1a9ee749fc66fb18579af1a7f79c3aa..45e1cf00f16364713a6891fa041528cf6ee33406 100644 --- a/GeoLib/GeoType.cpp +++ b/GeoLib/GeoType.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-12-01 + * \brief Implementation of GEOTYPE enumeration helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoType.cpp - * - * Created on 2010-12-01 by Thomas Fischer */ #include "GeoType.h" diff --git a/GeoLib/GeoType.h b/GeoLib/GeoType.h index 16227e1ec861c8155ad81fe7e6c18a86ae3db4ef..18efb5b39180143e548e5cbddf033f8848e57789 100644 --- a/GeoLib/GeoType.h +++ b/GeoLib/GeoType.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-17 + * \brief Definition of the GEOTYPE enumeration. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GeoType.h - * - * Created on 2010-06-17 by Thomas Fischer */ #ifndef GEOTYPE_H_ diff --git a/GeoLib/Grid.h b/GeoLib/Grid.h index a14065e21ef4af51cf1d1b75d77a6b4e300ec01b..55cae81f9808b6f8d0e705fff8ce0219cd883ac6 100644 --- a/GeoLib/Grid.h +++ b/GeoLib/Grid.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-02-02 + * \brief Definition of the Grid class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Grid.h - * - * Created on 2012-02-02 by Thomas Fischer */ #ifndef GRID_H_ diff --git a/GeoLib/OctTree.h b/GeoLib/OctTree.h index 04c258111fb04791bfe07e28aeaf689b27542529..fcc95b87e09a5c84cb0e39f0007c14f8d84a5f8f 100644 --- a/GeoLib/OctTree.h +++ b/GeoLib/OctTree.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-02-27 + * \brief Implementation of the OctTree class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file OctTree.h - * - * Created on 2012-02-27 by Thomas Fischer */ #ifndef OCTTREE_H_ diff --git a/GeoLib/Point.cpp b/GeoLib/Point.cpp index 873c2250d93e77e2be3ece4921d67d89189c9bda..248ab62e6bb8d85ad4c3d6ec50f317f97bfafe45 100644 --- a/GeoLib/Point.cpp +++ b/GeoLib/Point.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-22 + * \brief Implementation of the Point class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Point.cpp - * - * Created on 2010-06-22 by Thomas Fischer */ diff --git a/GeoLib/Point.h b/GeoLib/Point.h index 75ba37b97886d2a3f9eab44d2373662e8393f27a..17a2e8e45c568a1aa478837330f13c36d6cfb94b 100644 --- a/GeoLib/Point.h +++ b/GeoLib/Point.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-01-12 + * \brief Definition of the Point class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Point.h - * - * Created on 2010-01-12 by Thomas Fischer */ #ifndef POINT_H_ diff --git a/GeoLib/PointVec.cpp b/GeoLib/PointVec.cpp index 671cfaf1a99a109823cae5917749ea3747021374..d260dc1aa77a21bfabfb7e2fc7048797f5a31bc9 100644 --- a/GeoLib/PointVec.cpp +++ b/GeoLib/PointVec.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischeror + * \date 2010-06-11 + * \brief Implementation of the PointVec class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PointVec.cpp - * - * Created on 2010-06-11 by Thomas Fischer */ // ThirdParty/logog diff --git a/GeoLib/PointVec.h b/GeoLib/PointVec.h index 25c76bd4f4bfa7ea3765b4a7f935263db4e9cff9..e1c82ff50398789034b30dc69ba14a4653da1f85 100644 --- a/GeoLib/PointVec.h +++ b/GeoLib/PointVec.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer / Karsten Rink + * \date 2010-02-02 + * \brief Definition of the PointVec class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PointVec.h - * - * Created on 2010-02-02 by Thomas Fischer / Karsten Rink */ // GeoLib diff --git a/GeoLib/PolylineVec.h b/GeoLib/PolylineVec.h index 8cefdec96d8fbf7b473e97a96be5bc39f81ebb38..17e2d67cfaea3a2324d6458cca429bc15c5c3554 100644 --- a/GeoLib/PolylineVec.h +++ b/GeoLib/PolylineVec.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-02-09 + * \brief Definition of the PolylineVec class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PolylineVec.h - * - * Created on 2010-02-09 by Thomas Fischer */ #ifndef POLYLINEVEC_H_ diff --git a/GeoLib/PropertyBounds.h b/GeoLib/PropertyBounds.h index 6b7efcd95663f2353f2b4334b3ee2fafb704fd36..1377e6e38d4d12abd21f4b00306de7dac978818c 100644 --- a/GeoLib/PropertyBounds.h +++ b/GeoLib/PropertyBounds.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-01-18 + * \brief Definition of the PropertyBounds class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PropertyBounds.h - * - * Created on 2010-01-18 by Karsten Rink */ #ifndef PROPERTYBOUNDS_H diff --git a/GeoLib/SensorData.cpp b/GeoLib/SensorData.cpp index de5afa88f3753ce1ca5b2285c82c874d867c79ea..84f468ba3cf9765ced9421a97c9b09cc245e94a4 100644 --- a/GeoLib/SensorData.cpp +++ b/GeoLib/SensorData.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-08-01 + * \brief Implementation of the SensorData class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file SensorData.cpp - * - * Created on 2012-08-01 by Karsten Rink */ #include <cstdlib> diff --git a/GeoLib/SensorData.h b/GeoLib/SensorData.h index 800923704b7082067cfca9d43096a34e09f6e82f..72e116cdd10c14394ca83ca1f2120ac91be12410 100644 --- a/GeoLib/SensorData.h +++ b/GeoLib/SensorData.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-08-01 + * \brief Definition of the SensorData class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file SensorData.h - * - * Created on 2012-08-01 by Karsten Rink */ diff --git a/GeoLib/Station.cpp b/GeoLib/Station.cpp index a5415afb4c386264ee185af5ffcc98fae5ebfb11..4d2345221ae46d56677bccf284c3779af4451892 100644 --- a/GeoLib/Station.cpp +++ b/GeoLib/Station.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-07-01 + * \brief Implementation of the Station class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Station.cpp - * - * Created on 2010-07-01 by Karsten Rink */ diff --git a/GeoLib/Station.h b/GeoLib/Station.h index 66b0344c961bcc17ea32aac0234e85c2ec09a341..1d424fccd86b70bbaf804691f842eff32fb2b3c8 100644 --- a/GeoLib/Station.h +++ b/GeoLib/Station.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-07-01 + * \brief Definition of the Station class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Station.h - * - * Created on 2010-07-01 by Karsten Rink */ diff --git a/GeoLib/Surface.cpp b/GeoLib/Surface.cpp index 6c71c5afb09162ca7f03eb560ef8b00da9633a1c..186da2ae06236a1fb9a3937251dc55e3f11aa380 100644 --- a/GeoLib/Surface.cpp +++ b/GeoLib/Surface.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-04-22 + * \brief Implementation of the Surface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Surface.cpp - * - * Created on 2010-04-22 by Thomas Fischer */ #include <list> diff --git a/GeoLib/Surface.h b/GeoLib/Surface.h index ff735488b320f2382f0698f6fb26e5757938be1e..b3aef6af265449d61303f6714b537740fb171f11 100644 --- a/GeoLib/Surface.h +++ b/GeoLib/Surface.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-01-22 + * \brief Definition of the Surface class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Surface.h - * - * Created on 2010-01-22 by Thomas Fischer */ #ifndef SURFACE_H_ diff --git a/GeoLib/SurfaceVec.h b/GeoLib/SurfaceVec.h index 36b56d919900bc2d37093664175ec114df1a8ba1..55cf1d745584ebde46ed54ab569e594c291292c7 100644 --- a/GeoLib/SurfaceVec.h +++ b/GeoLib/SurfaceVec.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-02-09 + * \brief Definition of the SurfaceVec class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file SurfaceVec.h - * - * Created on 2010-02-09 by Thomas Fischer */ diff --git a/GeoLib/TemplatePoint.h b/GeoLib/TemplatePoint.h index b51729814de143c561172c686ea67bff95c3a30f..7ae7ecf14563126666bf68f51301bd45a704da95 100644 --- a/GeoLib/TemplatePoint.h +++ b/GeoLib/TemplatePoint.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-01-28 + * \brief Definition of the TemplatePoint class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePoint.h - * - * Created on 2010-01-28 by Thomas Fischer */ #ifndef TEMPLATEPOINT_H_ diff --git a/GeoLib/Triangle.cpp b/GeoLib/Triangle.cpp index 3ef9144e0961cf9b67a8bc208d0c3cc2a6fac7f9..deb7cd42abf4ca27a320456316c85d24bb6a8e6c 100644 --- a/GeoLib/Triangle.cpp +++ b/GeoLib/Triangle.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-06-06 + * \brief Implementation of the Triangle class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Triangle.cpp - * - * Created on 2011-06-06 by Thomas Fischer */ #include "Triangle.h" diff --git a/GeoLib/Triangle.h b/GeoLib/Triangle.h index 18ec1a110908d3a607bb9974e0ea960d751dbc81..ec9a25339a4f3f608f6b1e2d2e0dde83f9e50ca6 100644 --- a/GeoLib/Triangle.h +++ b/GeoLib/Triangle.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-03-23 + * \brief Definition of the Triangle class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Triangle.h - * - * Created on 2010-03-23 by Thomas Fischer */ #ifndef TRIANGLE_H_ diff --git a/MathLib/AnalyticalGeometry.cpp b/MathLib/AnalyticalGeometry.cpp index d77a444f0e4cc1c42953ee82b64d6437c51a9777..e708a4947e51f2b275855005912f3b2f8bd83c80 100644 --- a/MathLib/AnalyticalGeometry.cpp +++ b/MathLib/AnalyticalGeometry.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-03-17 + * \brief Implementation of analytical geometry functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AnalyticalGeometry.cpp - * - * Created on 2010-03-17 by Thomas Fischer */ #include <algorithm> diff --git a/MathLib/AnalyticalGeometry.h b/MathLib/AnalyticalGeometry.h index 880063097149e3df39a16749fb4b8634859e2982..1033a05167b9d519b3ee9f5396ab98dfa10dd21d 100644 --- a/MathLib/AnalyticalGeometry.h +++ b/MathLib/AnalyticalGeometry.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-03-17 + * \brief Definition of analytical geometry functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AnalyticalGeometry.h - * - * Created on 2010-03-17 by Thomas Fischer */ #ifndef ANALYTICAL_GEOMETRY_H_ diff --git a/MathLib/EarClippingTriangulation.cpp b/MathLib/EarClippingTriangulation.cpp index 27759146bc38a3f7a9a61b33fc2c20a9687f2095..5c4d6d46a273e0877ee004bc57005aed2ec8a6eb 100644 --- a/MathLib/EarClippingTriangulation.cpp +++ b/MathLib/EarClippingTriangulation.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-02-23 + * \brief Implementation of the EarClippingTriangulation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file EarClippingTriangulation.cpp - * - * Created on 2011-02-23 by Thomas Fischer */ // STL diff --git a/MathLib/EarClippingTriangulation.h b/MathLib/EarClippingTriangulation.h index 92c8f1e5e5ee9fbce0473217c09093a252083805..59c42453b966e1f843c4f37a5a027b04a625e662 100644 --- a/MathLib/EarClippingTriangulation.h +++ b/MathLib/EarClippingTriangulation.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-02-23 + * \brief Definition of the EarClippingTriangulation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file EarClippingTriangulation.h - * - * Created on 2011-02-23 by Thomas Fischer */ #ifndef EARCLIPPINGTRIANGULATION_H_ diff --git a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h index 41b487fb589192b3b825134e92d3bc0afcb372af..ba22c1037434b6308e85ba3ba0447e230f9aeefc 100644 --- a/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h +++ b/MathLib/InterpolationAlgorithms/LinearIntervalInterpolation.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-05-22 + * \brief Definition of the LinearIntervalInterpolation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LinearIntervalInterpolation.h - * - * Created on 2012-05-22 by Thomas Fischer */ #ifndef LINEARINTERVALINTERPOLATION_H_ diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp index f6ebb05a6e4637e321d060bd70d326ab87c29d4d..8e75dcdbf0cce305ebc1363dd331a23638df9819 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-07 + * \brief Implementation of the PiecewiseLinearInterpolation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PiecewiseLinearInterpolation.cpp - * - * Created on 2010-09-07 by Thomas Fischer */ #include "PiecewiseLinearInterpolation.h" diff --git a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h index f5419c1606c83ad8d29c3074ab75945a8f08765a..975f3582fc6a8ee705a75e8a3c48079013bb486e 100644 --- a/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h +++ b/MathLib/InterpolationAlgorithms/PiecewiseLinearInterpolation.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-09-07 + * \brief Definition of the PiecewiseLinearInterpolation class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file PiecewiseLinearInterpolation.h - * - * 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 b262349f2431a81e227634081826512622a97281..7aafbac963723bdd937652e64d06c1b678bdebf1 100644 --- a/MathLib/LinAlg/Dense/Matrix.h +++ b/MathLib/LinAlg/Dense/Matrix.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-24 + * \brief Definition of the Matrix class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Matrix.h - * - * Created on 2011-05-24 by Thomas Fischer */ #ifndef MATRIX_H diff --git a/MathLib/LinAlg/MatrixBase.h b/MathLib/LinAlg/MatrixBase.h index 386aaa7ae21278dfae41ff9ca5cf117d5c12e1db..d3baf9bde6e85d5399322c9becaef9df29a79176 100644 --- a/MathLib/LinAlg/MatrixBase.h +++ b/MathLib/LinAlg/MatrixBase.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Definition of the MatrixBase class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MatrixBase.h - * - * Created on 2011-09-27 by Thomas Fischer */ #ifndef MATRIXBASE_H_ diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp index 2ed8be21c018ec79ce403340a526405da0db5375..c0f3b735b1d2e092dc646e9f6e1656727129d486 100644 --- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp +++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date no date + * \brief Implementation of the generateDiagPrecond functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file generateDiagPrecond.cpp - * - * Created on xxxx-xx-xx by Thomas Fischer */ #include "sparse.h" diff --git a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h index 90934bcd7c8a9a882cedc5b26309d2a72fe9de92..56bab3b3fcb9b9941adfcb5b3b22fad7a186033c 100644 --- a/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h +++ b/MathLib/LinAlg/Preconditioner/generateDiagPrecond.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-28 + * \brief Definition of the generateDiagPrecond functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file generateDiagPrecond.h - * - * 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 4d4600c29d09a52a3bcbef34257221117a402f31..72b41997fe8bb970587f1ba4b2cbe441e2a5a178 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.cpp +++ b/MathLib/LinAlg/Solvers/BiCGStab.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-10-04 + * \brief Implementation of the BiCGStab function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BiCGStab.cpp - * - * 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 e7dc235188bbeb99ccf77853fbcf043033e84cae..82854def7cb06dae4845df7d9ec7dbac94770f89 100644 --- a/MathLib/LinAlg/Solvers/BiCGStab.h +++ b/MathLib/LinAlg/Solvers/BiCGStab.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-10-04 + * \brief Definition of the BiCGStab function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file BiCGStab.h - * - * 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 01d8797171cdbf59c1c05caa77ef4948a18fb149..cdc499109dbbddc19ab1888596c17463157482a2 100644 --- a/MathLib/LinAlg/Solvers/CG.cpp +++ b/MathLib/LinAlg/Solvers/CG.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Implementation of the CG functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CG.cpp - * - * 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 19eff0fb671fc409a35aca3c045d565d67ccfe01..a70c3556ce0c4164ea82769ff6098f269ce8a905 100644 --- a/MathLib/LinAlg/Solvers/CG.h +++ b/MathLib/LinAlg/Solvers/CG.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Definition of the CG functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CG.h - * - * 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 91bf49ac319883600100546500f72c0a466f038c..89d1a0b96c6ce013be2ba8df1e515008a1a9756e 100644 --- a/MathLib/LinAlg/Solvers/CGParallel.cpp +++ b/MathLib/LinAlg/Solvers/CGParallel.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-12-02 + * \brief Implementation of the CGParallel functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CGParallel.cpp - * - * 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 1c0b91fbfef4bca1dbe245292f6d07e10884a814..7f2935e2cec24e566aa6e2601b7a3d062e5bce2c 100644 --- a/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h +++ b/MathLib/LinAlg/Solvers/DenseDirectLinearSolver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-07 + * \brief Definition of the DenseDirectLinearSolver class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DenseDirectLinearSolver.h - * - * 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 6bfc614a7d7a79be0a07e962615d7e1fab7353a7..3e022ed5b19f7ceb81b9140ccbb3dad19b6b230a 100644 --- a/MathLib/LinAlg/Solvers/DirectLinearSolver.h +++ b/MathLib/LinAlg/Solvers/DirectLinearSolver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-07 + * \brief Definition of the DirectLinearSolver class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file DirectLinearSolver.h - * - * 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 a2c1415f6070be4c950660e749ad6e041563356c..796a361cd4eb5e0ae635ce3728510614fb517054 100644 --- a/MathLib/LinAlg/Solvers/GMRes.cpp +++ b/MathLib/LinAlg/Solvers/GMRes.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-10-04 + * \brief Implementation of the GMRes functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GMRes.cpp - * - * 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 cb51ce747953e4f16e965321158c7d97d7b9c927..c10d868112b9a52314f6e82bc78467bb78649e08 100644 --- a/MathLib/LinAlg/Solvers/GMRes.h +++ b/MathLib/LinAlg/Solvers/GMRes.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-10-04 + * \brief Definition of the GMRes function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GMRes.h - * - * 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 ccd77e5303b49f1e2ad30e79c768797f8431d6bb..a01888fc6ec4f59bd047718fdcda2522c336bd16 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-06 + * \brief Implementation of the GaussAlgorithm class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GaussAlgorithm.cpp - * - * 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 74787a9669506e409436ac35edf0209933ddaa47..80c8df6970ee771cc8331a2761aa7cc7b858037a 100644 --- a/MathLib/LinAlg/Solvers/GaussAlgorithm.h +++ b/MathLib/LinAlg/Solvers/GaussAlgorithm.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-06 + * \brief Definition of the GaussAlgorithm class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file GaussAlgorithm.h - * - * 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 7ddfcb5d716a653c6d6418e5ec68121d1fb7d3ac..8665f51fe96717b6adfbf4d2edd3d4a9c3a2596e 100644 --- a/MathLib/LinAlg/Solvers/IterativeLinearSolver.h +++ b/MathLib/LinAlg/Solvers/IterativeLinearSolver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-07 + * \brief Definition of the IterativeLinearSolver class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file IterativeLinearSolver.h - * - * 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 f6a32c805cdbb8514113a3944559219db0faa306..f7aaf3f9ec84f2b20dd96eb12d5bf99e1fbecf8f 100644 --- a/MathLib/LinAlg/Solvers/LinearSolver.h +++ b/MathLib/LinAlg/Solvers/LinearSolver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-01-07 + * \brief Definition of the LinearSolver class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LinearSolver.h - * - * 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 30f681e0f527e0a199fc5d3ae30c2bd1a87080b0..1c970ff8770df3276f64fcf3e1f4cd5055c0c717 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve.cpp +++ b/MathLib/LinAlg/Solvers/TriangularSolve.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-05 + * \brief Implementation of triangular solver functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TriangularSolve.cpp - * - * 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 5e571910ace5449e8163edf8b938627c4d19a4cb..1d4cf0cca3e34e2805479e3a2db9b150c9087125 100644 --- a/MathLib/LinAlg/Solvers/TriangularSolve.h +++ b/MathLib/LinAlg/Solvers/TriangularSolve.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-05-06 + * \brief Definition of triangular solver functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TriangularSolve.h - * - * 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 c36a8aa3ad54241546b81c0aeb7cd4393961f5bb..96f16875f0efed9288182eeb4a59e95292b5d806 100644 --- a/MathLib/LinAlg/Solvers/solver.h +++ b/MathLib/LinAlg/Solvers/solver.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Solver includes. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file solver.h - * - * 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 31fed919062bace0696516acfd27152c2af74fbb..4c25b244b9f1b9d84b46d08ee85ac0beac638c47 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSMatrix.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-20 + * \brief Definition of the CRSMatrix class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrix.h - * - * 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 ccabe65b34fc2db9b58ad9f4e048e7daddd97c7f..917ff62339a4e16e3c0a268baf64e168bb8b5e02 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixOpenMP.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-08-08 + * \brief Definition of the CRSMatrixOpenMP class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixOpenMP.h - * - * 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 4efb2b6c9928de3bf613b1fdc211b0141cd61b4c..0f8f9f119ce42bb96e5a3b63a3c443c3fb9199c6 100644 --- a/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h +++ b/MathLib/LinAlg/Sparse/CRSMatrixPThreads.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-08-02 + * \brief Definition of the CRSMatrixPThreads class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixPThreads.h - * - * 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 2577734ee11bc816a216a4f3639325880f0a2be4..d713ec4905c705bdbcd3924b95fed2106f0c9868 100644 --- a/MathLib/LinAlg/Sparse/CRSSymMatrix.h +++ b/MathLib/LinAlg/Sparse/CRSSymMatrix.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-07-22 + * \brief Definition of the CRSSymMatrix class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSSymMatrix.h - * - * 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 a368962e4f87dcc4de991fca28e66a9e4970d1e1..a43a569a8a9a95bc8b7ceb302ed4f42997e79279 100644 --- a/MathLib/LinAlg/Sparse/CRSTranspose.h +++ b/MathLib/LinAlg/Sparse/CRSTranspose.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-27 + * \brief Definition of the CRSTranspose class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSTranspose.h - * - * 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 480908657c51c82b339c53d028bcca28a851301e..2244592a2b1a0e5fe92897df9c589074ef9a882c 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Implementation of the AdjMat class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AdjMat.cpp - * - * 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 0c4cad4dd2494fd51bf6df8d7041d6ef9d5aa0c3..73318117d32d4f37b4de0e1e59b1fb9848cf8385 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/AdjMat.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Definition of the AdjMat class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file AdjMat.h - * - * 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 66f44d9dfaefb6a4889f11626a05e307ff026173..f0fb2b25a6476c41a3c251dbba6da739d7e2c124 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-03 + * \brief Implementation of the CRSMatrixReordered class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixReordered.cpp - * - * 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 66cedd59ba1f663262e2e295f4d833babc809eb6..e5cc6129835580e87395ff744cad3c39745cd4a0 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReordered.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-03 + * \brief Definition of the CRSMatrixReordered class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixReordered.h - * - * 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 4449c0c7c499bd5f427e5200da5ba84205e1c563..b9e925ee1be19746fa57fde98943046c85cdf285 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-12 + * \brief Implementation of the CRSMatrixReorderedOpenMP class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixReorderedOpenMP.cpp - * - * 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 13eaa41c290ac7d50dd09a083c2e448ff2206141..02d743eda09edf9789d0d7edc14f52d4564711a1 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/CRSMatrixReorderedOpenMP.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-20 + * \brief Definition of the CRSMatrixReorderedOpenMP class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file CRSMatrixReorderedOpenMP.h - * - * 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 2b5c6f939160285f738d7ca63ed6b2ffc39f459b..9cefb5dff39589e751eefe0ef53cf94908f3780f 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Implementation of the Cluster class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Cluster.cpp - * - * 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 7a7a379e980ef4233035663b08cb400ac43f9040..c1c87280b67f3ceb13b8aa86f0be07d98cc9cfad 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Cluster.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Definition of the Cluster class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Cluster.h - * - * 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 799647747d0b1bda5ccfe4ebaa6dc08dc5cf6445..115a7a6ebfd15508f976d132eb24cba28cae1666 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Implementation of the ClusterBase class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ClusterBase.cpp - * - * 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 c67b9a06ff373c3d2a53be13df8da4fc4f254ea5..66abfd09430cee011ed7d6f565e352702c32c60e 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/ClusterBase.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Definition of the ClusterBase class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ClusterBase.h - * - * 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 6b5fc0d730125f5babb962af0e123910e0884daf..578e76a937db4e59175f459cfc886aa49e5918e9 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-02-01 + * \brief Implementation of the Separator class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Separator.cpp - * - * 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 dbb0c919cbcf23a5f3c68bafda2dfd10067c6038..d9e3631165d73d67e43432800a0514be855ff1da 100644 --- a/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h +++ b/MathLib/LinAlg/Sparse/NestedDissectionPermutation/Separator.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2012-01-02 + * \brief Definition of the Separator class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Separator.h - * - * Created on 2012-01-02 by Thomas Fischer */ #ifndef SEPARATOR_H_ diff --git a/MathLib/LinAlg/Sparse/Sparsity.h b/MathLib/LinAlg/Sparse/Sparsity.h index e7f9a5e5770f2d67fa8ab6e8dfb7b3aa7b8cd495..bd40a9612434c5f53dd9aebede85f413b6164602 100644 --- a/MathLib/LinAlg/Sparse/Sparsity.h +++ b/MathLib/LinAlg/Sparse/Sparsity.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Definition of the Sparsity class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Sparsity.h - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef SPARSITY_H_ diff --git a/MathLib/LinAlg/Sparse/amuxCRS.cpp b/MathLib/LinAlg/Sparse/amuxCRS.cpp index 9aff71032fe0f41e4f103e80b9308d15f1e8d8f8..217b728ed0b93927ba43f30f7df12cef32027326 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.cpp +++ b/MathLib/LinAlg/Sparse/amuxCRS.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-20 + * \brief Implementation of amuxCRS functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file amuxCRS.cpp - * - * Created on 2011-09-20 by Thomas Fischer */ #include "amuxCRS.h" diff --git a/MathLib/LinAlg/Sparse/amuxCRS.h b/MathLib/LinAlg/Sparse/amuxCRS.h index 5b1d8511c7aaa3e8a9fbf117d8c1d327f3d53b44..0178b61f91eef26ed1bab448de48a410ef8a4c10 100644 --- a/MathLib/LinAlg/Sparse/amuxCRS.h +++ b/MathLib/LinAlg/Sparse/amuxCRS.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-09-20 + * \brief Definition of amuxCRS functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file amuxCRS.h - * - * Created on 2011-09-20 by Thomas Fischer */ #ifndef AMUXCRS_H diff --git a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h index 3ef7cb71f0b33f655c559515478d2064617ad0ae..a47d05cb3372f46e7b67d98e565472569f244d9e 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h +++ b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Definition of the ISystemOfLinearEquations class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ISystemOfLinearEquations.h - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef ISYSTEMOFLINEAREQUATIONS_H_ diff --git a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.tpp b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.tpp index eb6ff44085dd7da855a5e33980969a119026f791..2ab2bb56334ec64063d10f53fed9bf3ebbffdcd2 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.tpp +++ b/MathLib/LinAlg/SystemOfLinearEquations/ISystemOfLinearEquations.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Implementation of the ISystemOfLinearEquations class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ISystemOfLinearEquations.tpp - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef ISYSTEMOFLINEAREQUATIONS_TPP_ diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp index db4155d8e932dd5b3857bfc4514892d022c30126..97e764abd5561f752d4c0dfd3b8066dac67171e1 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp +++ b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Implementation of the LisLinearSystem class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LisLinearSystem.cpp - * - * Created on 2012-06-25 by Norihiro Watanabe */ #include "LisLinearSystem.h" diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h index d40b5116378eaf3c3202f180faa4d8c79148f263..8ccf30e0d2b0a7ef339286b1eb80ca52f7ed5677 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h +++ b/MathLib/LinAlg/SystemOfLinearEquations/LisLinearSystem.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Definition of the LisLinearSystem class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LisLinearSystem.h - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef LISLINEARSYSTEM_H_ diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisOption.cpp b/MathLib/LinAlg/SystemOfLinearEquations/LisOption.cpp index 40cc2689aca57898b2514dd4b95db74e4fa9a87e..e4f40aaed65c175efca59c842b6cc7e8f1c1a10f 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/LisOption.cpp +++ b/MathLib/LinAlg/SystemOfLinearEquations/LisOption.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-12-05 + * \brief Implementation of the LisOption class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LisOption.cpp - * - * Created on 2012-12-05 by Norihiro Watanabe */ #include "LisOption.h" diff --git a/MathLib/LinAlg/SystemOfLinearEquations/LisOption.h b/MathLib/LinAlg/SystemOfLinearEquations/LisOption.h index 2fb75b311f1110ffb2de63b59fe6e674f672aca1..b45e1d9a47c58c77222230453599e803583bd27e 100644 --- a/MathLib/LinAlg/SystemOfLinearEquations/LisOption.h +++ b/MathLib/LinAlg/SystemOfLinearEquations/LisOption.h @@ -1,13 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-06-25 + * \brief Definition of the LisOption class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file LisOption.h - * - * Created on 2012-06-25 by Norihiro Watanabe */ #ifndef LIS_OPTION_H_ diff --git a/MathLib/LinAlg/VectorNorms.h b/MathLib/LinAlg/VectorNorms.h index a1a732a257f752e0e98da50ee016890f1d8e77a1..8ea94d8ad7a7abf7a6f07483f53470ebe0bac718 100644 --- a/MathLib/LinAlg/VectorNorms.h +++ b/MathLib/LinAlg/VectorNorms.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2011-06-06 + * \brief Definition of vector norm functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file VectorNorms.h - * - * Created on 2011-06-06 by Thomas Fischer */ #ifndef VECTORNORMS_H_ diff --git a/MathLib/MathTools.cpp b/MathLib/MathTools.cpp index 50b6e7a39a34ad293e06f9325e7406fc47dc00f2..d4022d31a9598917db6c37ffa9ced895326914fc 100644 --- a/MathLib/MathTools.cpp +++ b/MathLib/MathTools.cpp @@ -1,13 +1,15 @@ - /** +/** + * \file + * \author Thomas Fischer + * \date 2010-01-13 + * \brief Implementation of math helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MathTools.cpp - * - * Created on 2010-01-13 by Thomas Fischer */ #include "MathTools.h" diff --git a/MathLib/MathTools.h b/MathLib/MathTools.h index ca9ff780a8efeb2d6ec39592ec6fcd4102d33a3b..2eac49edc628f3f9f29b0eb1d4f07edfc2e48b10 100644 --- a/MathLib/MathTools.h +++ b/MathLib/MathTools.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date 2010-01-13 + * \brief Definition of math helper functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MathTools.h - * - * Created on 2010-01-13 by Thomas Fischer */ #ifndef MATHTOOLS_H_ diff --git a/MathLib/Vector3.h b/MathLib/Vector3.h index 4e2472a70c6375ed826d54c9704ebea995e8f453..0d925487dd8150a42c6428be329802ccf8c22331 100644 --- a/MathLib/Vector3.h +++ b/MathLib/Vector3.h @@ -1,15 +1,17 @@ /** + * \file + * \author Lars Bilke + * \date 2009-10-27 + * \brief Definition of the Vector3 class. + * From: http://www.strout.net/info/coding/classlib/intro.html + * with modifications to derive from TemplatePoint + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Vector3.h - * - * Created on 2009-10-27 by Lars Bilke - * From: http://www.strout.net/info/coding/classlib/intro.html - * with modifications to derive from TemplatePoint */ #ifndef VECTOR3_H diff --git a/MathLib/sparse.h b/MathLib/sparse.h index 17ec803a41220bb2150f2ba344ffb3d52ae916e8..3e3423bf5103ab2c8ebf55c6373a47543e378bb9 100644 --- a/MathLib/sparse.h +++ b/MathLib/sparse.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date no date + * \brief Definition of sparse matrix IO functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file sparse.h - * - * Created on xxxx-xx-xx by Thomas Fischer */ #ifndef SPARSE_H diff --git a/MathLib/vector_io.h b/MathLib/vector_io.h index 9bb3373cdf8fbffca1495693b8c0c9cc7e66a8ba..f204e94358f1e4ffc776c99d8e08e646a3a977af 100644 --- a/MathLib/vector_io.h +++ b/MathLib/vector_io.h @@ -1,13 +1,15 @@ /** + * \file + * \author Thomas Fischer + * \date no date + * \brief Definition of vector IO functions. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file vector_io.h - * - * Created on xxxx-xx-xx by Thomas Fischer */ #ifndef VECTOR_IO_H diff --git a/MeshLib/ElementStatus.cpp b/MeshLib/ElementStatus.cpp index 3fc7bf71e66b7940143a60603f87fafc861c20db..1b46559feb9b251130cd83aa747c6b75b1384250 100644 --- a/MeshLib/ElementStatus.cpp +++ b/MeshLib/ElementStatus.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-12-18 + * \brief Implementation of the ElementStatus class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ElementStatus.cpp - * - * Created on 2012-12-18 by Karsten Rink */ #include "ElementStatus.h" diff --git a/MeshLib/ElementStatus.h b/MeshLib/ElementStatus.h index 18c96b7126c123a60f259d661bc24a5d4a3a30ed..9fff2ef52a8393a0c48c3305ba2ab10fcb32c3b0 100644 --- a/MeshLib/ElementStatus.h +++ b/MeshLib/ElementStatus.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-12-18 + * \brief Definition of the ElementStatus class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ElementStatus.h - * - * Created on 2012-12-18 by Karsten Rink */ #ifndef ELEMENTSTATUS_H_ diff --git a/MeshLib/Elements/Cell.cpp b/MeshLib/Elements/Cell.cpp index a1012360e862e0e314bdb129eac7ecc19d3ffdeb..f2962079dd503a7904108e690ff347c23ebd5dca 100644 --- a/MeshLib/Elements/Cell.cpp +++ b/MeshLib/Elements/Cell.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Cell class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Cell.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Cell.h" diff --git a/MeshLib/Elements/Cell.h b/MeshLib/Elements/Cell.h index 1028229816bbfc6db1e951331d0c591a206d83ec..7ca94337646aabdacc11827d53ecd76a8a338732 100644 --- a/MeshLib/Elements/Cell.h +++ b/MeshLib/Elements/Cell.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Cell class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Cell.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef CELL_H_ diff --git a/MeshLib/Elements/Element.cpp b/MeshLib/Elements/Element.cpp index 6a10dc8dd4f3eaf717938d3f078479fb2e71ec6b..c369de2c33293af380bf239664b54b2b1d340ce9 100644 --- a/MeshLib/Elements/Element.cpp +++ b/MeshLib/Elements/Element.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Element class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Element.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "logog/include/logog.hpp" diff --git a/MeshLib/Elements/Element.h b/MeshLib/Elements/Element.h index 1d7249192671a7023d2829ca76ac80454ff6d8b0..c31210925e5506fb19d6a1f2422ffda39f57ba4f 100644 --- a/MeshLib/Elements/Element.h +++ b/MeshLib/Elements/Element.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Element class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Element.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef ELEMENT_H_ diff --git a/MeshLib/Elements/Face.cpp b/MeshLib/Elements/Face.cpp index 5a853a26b9bfe49b5695bf267630adcaaffa2a34..b059500f4864101036ef5f662bee9bd523435542 100644 --- a/MeshLib/Elements/Face.cpp +++ b/MeshLib/Elements/Face.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Face class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Face.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Face.h" diff --git a/MeshLib/Elements/Face.h b/MeshLib/Elements/Face.h index 02d85a06909ae288f0b9fae5077aa02cc5f0aed7..bbf30dff988ef76f485df31d7473209055cc8b26 100644 --- a/MeshLib/Elements/Face.h +++ b/MeshLib/Elements/Face.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Face class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Face.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef FACE_H_ diff --git a/MeshLib/Elements/FemElem.cpp b/MeshLib/Elements/FemElem.cpp index 5fcd121d6aa1dee50ae486ef5133a2fa10513158..a282fc7515091744f260059e6f522ee2e441158d 100644 --- a/MeshLib/Elements/FemElem.cpp +++ b/MeshLib/Elements/FemElem.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-03 + * \brief Implementation of the FemElem class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FemElem.cpp - * - * Created on 2012-05-03 by Karsten Rink */ #include "FemElem.h" diff --git a/MeshLib/Elements/FemElem.h b/MeshLib/Elements/FemElem.h index e870a2d9e27c3f3e9464e4820dd413b2c0132d65..bb3247379acd0195ef88ffaa441dc7a3164a36b0 100644 --- a/MeshLib/Elements/FemElem.h +++ b/MeshLib/Elements/FemElem.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-03 + * \brief Definition of the FemElem class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file FemElem.h - * - * Created on 2012-05-03 by Karsten Rink */ #ifndef FEMELEM_H_ diff --git a/MeshLib/Elements/TemplateEdge.h b/MeshLib/Elements/TemplateEdge.h index 7a9e4c8133e237d1a0c8ec4ec177a8fd8e71f365..c4662ff019c8f6ec4acf23ad54ab4015fdfcf0ae 100644 --- a/MeshLib/Elements/TemplateEdge.h +++ b/MeshLib/Elements/TemplateEdge.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Edge class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Edge.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEEDGE_H_ diff --git a/MeshLib/Elements/TemplateHex.h b/MeshLib/Elements/TemplateHex.h index 2d1ac4bf1f0d5ddab1b98774f6d4218a7ae6fb4c..13f5faafd51393d2423838695970211b48cc6269 100644 --- a/MeshLib/Elements/TemplateHex.h +++ b/MeshLib/Elements/TemplateHex.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplateHex class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateHex.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEHEX_H_ diff --git a/MeshLib/Elements/TemplateHex.tpp b/MeshLib/Elements/TemplateHex.tpp index 618beb367c8b9fb0b69b6658ad9b35b6e20c81a0..3723592c0eb8cefe158f9c002064c510ad19fda3 100644 --- a/MeshLib/Elements/TemplateHex.tpp +++ b/MeshLib/Elements/TemplateHex.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the TemplateHex class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateHex.tpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "logog/include/logog.hpp" diff --git a/MeshLib/Elements/TemplatePrism.h b/MeshLib/Elements/TemplatePrism.h index a440707020e119c51d58858928d6453020902bc2..9bdce749392a062d6b5269aa20e30ad1521dc8f0 100644 --- a/MeshLib/Elements/TemplatePrism.h +++ b/MeshLib/Elements/TemplatePrism.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplatePrism class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePrism.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEPRISM_H_ diff --git a/MeshLib/Elements/TemplatePrism.tpp b/MeshLib/Elements/TemplatePrism.tpp index 6187f980db634464a627b1bb8773db63606ee49b..fd0295e33f36644fdbcec980bde27d86f5c5a6ea 100644 --- a/MeshLib/Elements/TemplatePrism.tpp +++ b/MeshLib/Elements/TemplatePrism.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the TemplatePrism class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePrism.tpp - * - * Created on 2012-05-02 by Karsten Rink */ // Thirdparty diff --git a/MeshLib/Elements/TemplatePyramid.h b/MeshLib/Elements/TemplatePyramid.h index ba65709d5adb66b0e4f0607eca2a951dc975e6e6..76123dda11f3a7c6b625d0de0277a8119a1dfb15 100644 --- a/MeshLib/Elements/TemplatePyramid.h +++ b/MeshLib/Elements/TemplatePyramid.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplatePyramid class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePyramid.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEPYRAMID_H_ diff --git a/MeshLib/Elements/TemplatePyramid.tpp b/MeshLib/Elements/TemplatePyramid.tpp index bf68c30356fc096c205f08cd782b6c2ced81d493..570de5504faff1071f226c046addbae52e10d716 100644 --- a/MeshLib/Elements/TemplatePyramid.tpp +++ b/MeshLib/Elements/TemplatePyramid.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the TemplatePyramid class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplatePyramid.tpp - * - * Created on 2012-05-02 by Karsten Rink */ // Thirdparty diff --git a/MeshLib/Elements/TemplateQuad.h b/MeshLib/Elements/TemplateQuad.h index fab6e1eb4065da91056658a0f9cd64946cf82ba3..6e1e5320a5b778b7b90923f7e66248ed420b46d2 100644 --- a/MeshLib/Elements/TemplateQuad.h +++ b/MeshLib/Elements/TemplateQuad.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplateQuad class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateQuad.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATEQUAD_H_ diff --git a/MeshLib/Elements/TemplateQuad.tpp b/MeshLib/Elements/TemplateQuad.tpp index 8cdff7a4fc9e94a74ebeb9a8a812d645e457fe9c..483ec5755985bdec4d30feb8c4233403c905a96b 100644 --- a/MeshLib/Elements/TemplateQuad.tpp +++ b/MeshLib/Elements/TemplateQuad.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Quad class- + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Quad.tpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Node.h" diff --git a/MeshLib/Elements/TemplateTet.h b/MeshLib/Elements/TemplateTet.h index 170e6bfa192749c492a9d4ef3615e4c1d407112a..27621db61d6adb73a5ef8d2338117928b2abe118 100644 --- a/MeshLib/Elements/TemplateTet.h +++ b/MeshLib/Elements/TemplateTet.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplateTet class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateTet.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATETET_H_ diff --git a/MeshLib/Elements/TemplateTet.tpp b/MeshLib/Elements/TemplateTet.tpp index a10846f4ab5dd2abfda5170da039908e5e3ab233..1851c17bdceaf0fe83e1df3dbe52cc5689872d87 100644 --- a/MeshLib/Elements/TemplateTet.tpp +++ b/MeshLib/Elements/TemplateTet.tpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the TemplateTet class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateTet.tpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "logog/include/logog.hpp" diff --git a/MeshLib/Elements/TemplateTri.h b/MeshLib/Elements/TemplateTri.h index 6e2aea148b35911de1e9269e9c83230dea6509f9..9db105d69dbbab917ae4240689579217fb998e2d 100644 --- a/MeshLib/Elements/TemplateTri.h +++ b/MeshLib/Elements/TemplateTri.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the TemplateTri class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file TemplateTri.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef TEMPLATETRI_H_ diff --git a/MeshLib/Mesh.cpp b/MeshLib/Mesh.cpp index d4edadb50d70dfbb27c82d1f3e3c79361f6c5817..7e844ab4d518736b041bdb7496efc902341c9ed5 100644 --- a/MeshLib/Mesh.cpp +++ b/MeshLib/Mesh.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Mesh class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Mesh.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Mesh.h" diff --git a/MeshLib/Mesh.h b/MeshLib/Mesh.h index 3a609c68422dfb5998ac93c2b9b88b661beb7a51..d7189db0d7203110c7698b80d6fc8d3f905dc4d6 100644 --- a/MeshLib/Mesh.h +++ b/MeshLib/Mesh.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Mesh class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Mesh.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef MESH_H_ diff --git a/MeshLib/MshEnums.cpp b/MeshLib/MshEnums.cpp index 84d42cfaa86d9e6db81fa8eabd1cbeaba724b8e6..813e8f76b5fd86a61dc1c882d2eea036b55d3abf 100644 --- a/MeshLib/MshEnums.cpp +++ b/MeshLib/MshEnums.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of mesh-related enumerations. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MshEnums.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "MshEnums.h" diff --git a/MeshLib/MshEnums.h b/MeshLib/MshEnums.h index f8979276d7c71c49d5533b854d5fdbbf4fc7cf3c..760f78df01423fd0c1fa4d6b2367c8d2c0940fc1 100644 --- a/MeshLib/MshEnums.h +++ b/MeshLib/MshEnums.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of mesh-related Enumerations. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file MshEnums.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef MSHENUMS_H diff --git a/MeshLib/Node.cpp b/MeshLib/Node.cpp index c794b31fe3287f525a43d98e4d8b75f06cfb6d59..30df144f9a79053c46371023759d875ee2949181 100644 --- a/MeshLib/Node.cpp +++ b/MeshLib/Node.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Implementation of the Node class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Node.cpp - * - * Created on 2012-05-02 by Karsten Rink */ #include "Node.h" diff --git a/MeshLib/Node.h b/MeshLib/Node.h index f3af0b4f6dca86986390ec54456ebd44946a6df5..4b6921bfd91d698af164ec7e930b1449b2691840 100644 --- a/MeshLib/Node.h +++ b/MeshLib/Node.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2012-05-02 + * \brief Definition of the Node class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file Node.h - * - * Created on 2012-05-02 by Karsten Rink */ #ifndef NODE_H_ diff --git a/OGS/ProjectData.cpp b/OGS/ProjectData.cpp index 1cbe6b3918f104c4c64568048b4fbb577628b017..2f5bc5f3713f946141d14a0647fa9f42d1e972f5 100644 --- a/OGS/ProjectData.cpp +++ b/OGS/ProjectData.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-08-25 + * \brief Implementation of the project data class. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ProjectData.cpp - * - * Created on 2010-08-25 by Karsten Rink */ #include "ProjectData.h" diff --git a/OGS/ProjectData.h b/OGS/ProjectData.h index 8480f3fa64a25d93a76cf7b43da21c85c4ae28b3..5d4e5436ac481cccc3976d9092f56e7fb9362ea1 100644 --- a/OGS/ProjectData.h +++ b/OGS/ProjectData.h @@ -1,13 +1,15 @@ /** + * \file + * \author Karsten Rink + * \date 2010-08-25 + * \brief + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file ProjectData.h - * - * Created on 2010-08-25 by Karsten Rink */ #ifndef PROJECTDATA_H_ diff --git a/Tests/BaseLib/TestFilePathStringManipulation.cpp b/Tests/BaseLib/TestFilePathStringManipulation.cpp index 5f2ff2a77d8a89e0635b37ba3ec62fcd0dc265ce..7eeb523c7fe3d016c919e444dece5670ce540489 100644 --- a/Tests/BaseLib/TestFilePathStringManipulation.cpp +++ b/Tests/BaseLib/TestFilePathStringManipulation.cpp @@ -1,4 +1,10 @@ /** + * \file + * \author + * \date + * \brief + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or diff --git a/Tests/BaseLib/TestSwap.cpp b/Tests/BaseLib/TestSwap.cpp index eb4be465aff53071cb92c5068499289bf91bbd03..f6a36d732c7530cf1843329cdef8ceef99b7b0a0 100644 --- a/Tests/BaseLib/TestSwap.cpp +++ b/Tests/BaseLib/TestSwap.cpp @@ -1,12 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2010-04-29 + * \brief + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestSwap.cpp - * - * Created on 2010-04-29 by Lars Bilke */ // ** INCLUDES ** diff --git a/Tests/BaseLib/TestSystemTools.cpp b/Tests/BaseLib/TestSystemTools.cpp index 6361ab11122f3e3cadf837444905eccb5b51508c..bf5f923100cfc54c3b7b3001bcb77549f4d57201 100644 --- a/Tests/BaseLib/TestSystemTools.cpp +++ b/Tests/BaseLib/TestSystemTools.cpp @@ -1,12 +1,15 @@ /** + * \file + * \author Norihiro Watanabe + * \date 2012-10-30 + * \brief + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestSystemTools.cpp - * - * Created on 2012-10-30 by Norihiro Watanabe */ // ** INCLUDES ** diff --git a/Tests/testrunner.cpp b/Tests/testrunner.cpp index 0cd437b1bdb6f06ac1f8395d4afc72062e2d5899..b29e40f012e6aa63b05a75914f31e9627088cd61 100644 --- a/Tests/testrunner.cpp +++ b/Tests/testrunner.cpp @@ -1,13 +1,15 @@ /** + * \file + * \author Lars Bilke + * \date 2012-04-29 + * \brief GTest test executables main function. + * + * \copyright * Copyright (c) 2013, OpenGeoSys Community (http://www.opengeosys.org) * Distributed under a Modified BSD License. * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * - * \file testrunner.cpp - * Created on 2012-04-29 by Lars Bilke - * */ // ** INCLUDES **