From 6367ea6a920df80eaf4e1c37346da03539748dae Mon Sep 17 00:00:00 2001
From: Dmitri Naumov <dmitri.naumov@ufz.de>
Date: Wed, 12 Jul 2023 16:46:11 +0200
Subject: [PATCH] [doc] Drop empty \brief, \date, and \author lines

---
 Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h        | 1 -
 Applications/Utils/MeshEdit/MoveMesh.cpp                       | 1 -
 .../CapillaryPressureSaturation/SaturationBrooksCorey.cpp      | 1 -
 .../CapillaryPressureSaturation/SaturationBrooksCorey.h        | 1 -
 .../CapillaryPressureSaturation/SaturationExponential.cpp      | 1 -
 .../CapillaryPressureSaturation/SaturationExponential.h        | 1 -
 .../CapillaryPressureSaturation/SaturationLiakopoulos.cpp      | 1 -
 .../CapillaryPressureSaturation/SaturationLiakopoulos.h        | 1 -
 MaterialLib/MPL/Properties/ClausiusClapeyron.cpp               | 1 -
 MaterialLib/MPL/Properties/IdealGasLaw.cpp                     | 1 -
 MaterialLib/MPL/Properties/IdealGasLaw.h                       | 1 -
 MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp        | 1 -
 MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h          | 1 -
 MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h   | 1 -
 .../MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp | 1 -
 .../MPL/Properties/RelativePermeability/RelPermBrooksCorey.h   | 1 -
 .../RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp | 1 -
 .../RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h   | 1 -
 .../MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp | 1 -
 .../MPL/Properties/RelativePermeability/RelPermLiakopoulos.h   | 1 -
 MaterialLib/MPL/Properties/SaturationDependentSwelling.h       | 1 -
 MathLib/Integration/GaussLegendreTri.cpp                       | 1 -
 MathLib/Integration/GaussLegendreTri.h                         | 1 -
 MathLib/LinAlg/Lis/LisCheck.h                                  | 1 -
 NumLib/Fem/Integration/IntegrationGaussLegendreTri.h           | 1 -
 NumLib/Fem/ShapeFunction/ShapeTri3-impl.h                      | 1 -
 NumLib/Fem/ShapeFunction/ShapeTri3.h                           | 1 -
 Tests/BaseLib/TestFilePathStringManipulation.cpp               | 3 ---
 Tests/GeoLib/TestSimplePolygonTree.cpp                         | 1 -
 Tests/MaterialLib/TestMPL.cpp                                  | 1 -
 Tests/TestTools.h                                              | 1 -
 31 files changed, 33 deletions(-)

diff --git a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h
index 8ed0acb55e5..65a9a23aa75 100644
--- a/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h
+++ b/Applications/DataExplorer/VtkVis/VtkAppendArrayFilter.h
@@ -22,7 +22,6 @@
 #include <vector>
 
 /**
- * \brief
  */
 class VtkAppendArrayFilter : public vtkUnstructuredGridAlgorithm, public VtkAlgorithmProperties
 {
diff --git a/Applications/Utils/MeshEdit/MoveMesh.cpp b/Applications/Utils/MeshEdit/MoveMesh.cpp
index 2f1af2d3328..d18ad4c2d86 100644
--- a/Applications/Utils/MeshEdit/MoveMesh.cpp
+++ b/Applications/Utils/MeshEdit/MoveMesh.cpp
@@ -1,7 +1,6 @@
 /**
  * \file
  * \date Jan 17, 2014
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp
index 65e027a44b4..2984143ef70 100644
--- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp
+++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h
index 5b5a97a79a3..e74cb983b51 100644
--- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h
+++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationBrooksCorey.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp
index 954ffe7b8a7..a15b684e55f 100644
--- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp
+++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h
index d9719bdd2ce..acdc7b76da2 100644
--- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h
+++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationExponential.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp
index 74e797d28bc..55a202dd5e8 100644
--- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp
+++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h
index 0ac04dcb15a..31b3f45331c 100644
--- a/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h
+++ b/MaterialLib/MPL/Properties/CapillaryPressureSaturation/SaturationLiakopoulos.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp b/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp
index 2d92f116bf1..86af9b286d5 100644
--- a/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp
+++ b/MaterialLib/MPL/Properties/ClausiusClapeyron.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   Dec 07, 2020
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/IdealGasLaw.cpp b/MaterialLib/MPL/Properties/IdealGasLaw.cpp
index 105f6101f94..b6c64147247 100644
--- a/MaterialLib/MPL/Properties/IdealGasLaw.cpp
+++ b/MaterialLib/MPL/Properties/IdealGasLaw.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/IdealGasLaw.h b/MaterialLib/MPL/Properties/IdealGasLaw.h
index 036ce791644..06c763a7752 100644
--- a/MaterialLib/MPL/Properties/IdealGasLaw.h
+++ b/MaterialLib/MPL/Properties/IdealGasLaw.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp
index ddff5756aab..0303507e671 100644
--- a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp
+++ b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   Jan, 2021
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h
index e6ac6b9166c..29bbbae6830 100644
--- a/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h
+++ b/MaterialLib/MPL/Properties/IdealGasLawBinaryMixture.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   Jan, 2021
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h b/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h
index 54220d01953..0840ac54cd4 100644
--- a/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h
+++ b/MaterialLib/MPL/Properties/PermeabilityOrthotropicPowerLaw.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp
index fa1fe39508d..bbc01eee2e3 100644
--- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp
+++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   02.07.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h
index 930998c2250..529c5b8c832 100644
--- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h
+++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCorey.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp
index 57ec2685ec0..fa8fe2d56b4 100644
--- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp
+++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   02.07.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h
index f138fff8e56..18d6ab9859a 100644
--- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h
+++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermBrooksCoreyNonwettingPhase.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp
index 9f8549348b8..1dee34c3def 100644
--- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp
+++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.cpp
@@ -1,7 +1,6 @@
 /**
  * \file
  * \author Norbert Grunwald
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h
index 5f100fa802b..a1da1228245 100644
--- a/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h
+++ b/MaterialLib/MPL/Properties/RelativePermeability/RelPermLiakopoulos.h
@@ -1,7 +1,6 @@
 /**
  * \file
  * \author Norbert Grunwald
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MaterialLib/MPL/Properties/SaturationDependentSwelling.h b/MaterialLib/MPL/Properties/SaturationDependentSwelling.h
index e372d9f84a9..0e1dc29f12b 100644
--- a/MaterialLib/MPL/Properties/SaturationDependentSwelling.h
+++ b/MaterialLib/MPL/Properties/SaturationDependentSwelling.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   27.06.2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MathLib/Integration/GaussLegendreTri.cpp b/MathLib/Integration/GaussLegendreTri.cpp
index b4d170b1fb6..f983089bd19 100644
--- a/MathLib/Integration/GaussLegendreTri.cpp
+++ b/MathLib/Integration/GaussLegendreTri.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norihiro Watanabe
  * \date   2013-08-13
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MathLib/Integration/GaussLegendreTri.h b/MathLib/Integration/GaussLegendreTri.h
index 5bc4ca837f2..719134940b3 100644
--- a/MathLib/Integration/GaussLegendreTri.h
+++ b/MathLib/Integration/GaussLegendreTri.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norihiro Watanabe
  * \date   2013-08-13
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/MathLib/LinAlg/Lis/LisCheck.h b/MathLib/LinAlg/Lis/LisCheck.h
index 150bbc1e6fd..530fc0e6852 100644
--- a/MathLib/LinAlg/Lis/LisCheck.h
+++ b/MathLib/LinAlg/Lis/LisCheck.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norihiro Watanabe
  * \date   2013-04-16
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h b/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h
index 76c6604f369..a3c583279ba 100644
--- a/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h
+++ b/NumLib/Fem/Integration/IntegrationGaussLegendreTri.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norihiro Watanabe
  * \date   2013-08-13
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h b/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h
index e5f26e655f4..3b8344acf00 100644
--- a/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h
+++ b/NumLib/Fem/ShapeFunction/ShapeTri3-impl.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norihiro Watanabe
  * \date   2013-08-13
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/NumLib/Fem/ShapeFunction/ShapeTri3.h b/NumLib/Fem/ShapeFunction/ShapeTri3.h
index ee68863448a..98d33a3d2f7 100644
--- a/NumLib/Fem/ShapeFunction/ShapeTri3.h
+++ b/NumLib/Fem/ShapeFunction/ShapeTri3.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norihiro Watanabe
  * \date   2013-08-13
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/Tests/BaseLib/TestFilePathStringManipulation.cpp b/Tests/BaseLib/TestFilePathStringManipulation.cpp
index e3fe2d62012..71cf1e492e4 100644
--- a/Tests/BaseLib/TestFilePathStringManipulation.cpp
+++ b/Tests/BaseLib/TestFilePathStringManipulation.cpp
@@ -1,8 +1,5 @@
 /**
  * \file
- * \author
- * \date
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/Tests/GeoLib/TestSimplePolygonTree.cpp b/Tests/GeoLib/TestSimplePolygonTree.cpp
index 9d04d6a6437..589309367bc 100644
--- a/Tests/GeoLib/TestSimplePolygonTree.cpp
+++ b/Tests/GeoLib/TestSimplePolygonTree.cpp
@@ -1,6 +1,5 @@
 /**
  * \file
- * \author
  * \date Apr 02, 2014
  * \brief Test functionality of class SimplePolygonTree.
  *
diff --git a/Tests/MaterialLib/TestMPL.cpp b/Tests/MaterialLib/TestMPL.cpp
index d74857a5093..025dfccc2f9 100644
--- a/Tests/MaterialLib/TestMPL.cpp
+++ b/Tests/MaterialLib/TestMPL.cpp
@@ -2,7 +2,6 @@
  * \file
  * \author Norbert Grunwald
  * \date   Oct 22, 2018
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
diff --git a/Tests/TestTools.h b/Tests/TestTools.h
index ac8f8c06c35..56920e6630d 100644
--- a/Tests/TestTools.h
+++ b/Tests/TestTools.h
@@ -2,7 +2,6 @@
  * \file
  * \author Norihiro Watanabe
  * \date   2013-04-16
- * \brief
  *
  * \copyright
  * Copyright (c) 2012-2023, OpenGeoSys Community (http://www.opengeosys.org)
-- 
GitLab