From 9d920d1e6dae3101de8df90ba2cae5f2b6efd9a0 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <github@naumov.de> Date: Tue, 10 Sep 2019 19:09:53 +0200 Subject: [PATCH] Remove explicit file name if doxygen's \file cmd. If only file name is specified it causes a warning about the name not to be specific enough if there is another file with the same name, e.g.: the name `IdealGasLaw.h' supplied as the second argument in the \file statement matches the following input files: ogs/MaterialLib/Fluid/Density/IdealGasLaw.h ogs/MaterialLib/MPL/Properties/IdealGasLaw.h Please use a more specific name by including a (larger) part of the path! From now on only \file w/o a name or a full path will be allowed. find -type f | xargs sed -i 's%\(\\file\).*%\1%' --- Applications/DataExplorer/Base/LastSavedFileDirectory.h | 2 +- Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp | 2 +- Applications/DataExplorer/DataView/AddLayerToMeshDialog.h | 2 +- .../DataExplorer/DataView/CreateStructuredGridDialog.cpp | 2 +- Applications/DataExplorer/DataView/CreateStructuredGridDialog.h | 2 +- .../DataExplorer/DataView/DataExplorerSettingsDialog.cpp | 2 +- Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h | 2 +- Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp | 2 +- Applications/DataExplorer/DataView/MeshAnalysisDialog.h | 2 +- Applications/DataExplorer/DataView/SaveMeshDialog.cpp | 2 +- Applications/DataExplorer/DataView/SaveMeshDialog.h | 2 +- Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp | 2 +- Applications/DataExplorer/DataView/SurfaceExtractionDialog.h | 2 +- Applications/FileIO/XmlIO/Qt/XmlNumInterface.cpp | 2 +- Applications/FileIO/XmlIO/Qt/XmlNumInterface.h | 2 +- Applications/Utils/GeoTools/MoveGeometry.cpp | 2 +- Applications/Utils/GeoTools/TriangulatePolyline.cpp | 2 +- Applications/Utils/MeshEdit/NodeReordering.cpp | 2 +- Applications/Utils/MeshEdit/moveMeshNodes.cpp | 2 +- .../ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp | 2 +- .../ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h | 2 +- .../Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp | 2 +- Applications/Utils/OGSFileConverter/FileListDialog.cpp | 2 +- Applications/Utils/OGSFileConverter/FileListDialog.h | 2 +- Applications/Utils/OGSFileConverter/OGSFileConverter.cpp | 2 +- Applications/Utils/OGSFileConverter/OGSFileConverter.h | 2 +- GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp | 2 +- GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h | 2 +- GeoLib/MinimalBoundingSphere.cpp | 2 +- GeoLib/MinimalBoundingSphere.h | 2 +- MaterialLib/Fluid/ConstantFluidProperty.h | 2 +- MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp | 2 +- MaterialLib/Fluid/Density/CreateFluidDensityModel.h | 2 +- MaterialLib/Fluid/Density/IdealGasLaw.h | 2 +- MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h | 2 +- MaterialLib/Fluid/Density/LiquidDensity.h | 2 +- MaterialLib/Fluid/Density/WaterDensityIAPWSIF97Region1.h | 2 +- MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp | 2 +- MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h | 2 +- MaterialLib/Fluid/FluidProperties/FluidProperties.h | 2 +- .../FluidPropertiesWithDensityDependentModels.cpp | 2 +- .../FluidProperties/FluidPropertiesWithDensityDependentModels.h | 2 +- .../FluidProperties/PrimaryVariableDependentFluidProperties.h | 2 +- MaterialLib/Fluid/FluidProperty.h | 2 +- .../GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp | 2 +- .../Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h | 2 +- MaterialLib/Fluid/PropertyVariableType.h | 2 +- .../CreateSpecificFluidHeatCapacityModel.cpp | 2 +- .../SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h | 2 +- .../ThermalConductivity/CreateFluidThermalConductivityModel.cpp | 2 +- .../ThermalConductivity/CreateFluidThermalConductivityModel.h | 2 +- MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp | 2 +- MaterialLib/Fluid/Viscosity/CreateViscosityModel.h | 2 +- MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h | 2 +- MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h | 2 +- MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h | 2 +- MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.cpp | 2 +- MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.h | 2 +- MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp | 2 +- MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h | 2 +- .../PorousMedium/Permeability/createPermeabilityModel.cpp | 2 +- MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h | 2 +- MaterialLib/PorousMedium/Porosity/Porosity.h | 2 +- MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp | 2 +- MaterialLib/PorousMedium/Porosity/createPorosityModel.h | 2 +- MaterialLib/PorousMedium/Storage/ConstantStorage.h | 2 +- MaterialLib/PorousMedium/Storage/Storage.h | 2 +- MaterialLib/PorousMedium/Storage/createStorageModel.cpp | 2 +- MaterialLib/PorousMedium/Storage/createStorageModel.h | 2 +- .../CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h | 2 +- .../CapillaryPressure/CapillaryPressureSaturation.h | 2 +- .../CapillaryPressure/CapillaryPressureSaturationCurve.h | 2 +- .../CapillaryPressure/CreateCapillaryPressureModel.cpp | 2 +- .../CapillaryPressure/CreateCapillaryPressureModel.h | 2 +- .../VanGenuchtenCapillaryPressureSaturation.cpp | 2 +- .../CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h | 2 +- .../RelativePermeability/CreateRelativePermeabilityModel.cpp | 2 +- .../RelativePermeability/CreateRelativePermeabilityModel.h | 2 +- .../RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp | 2 +- .../RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h | 2 +- .../RelativePermeability/NonWettingPhaseVanGenuchten.cpp | 2 +- .../RelativePermeability/NonWettingPhaseVanGenuchten.h | 2 +- .../RelativePermeability/RelativePermeability.h | 2 +- .../RelativePermeability/RelativePermeabilityCurve.h | 2 +- .../RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp | 2 +- .../RelativePermeability/WettingPhaseBrooksCoreyOilGas.h | 2 +- .../RelativePermeability/WettingPhaseVanGenuchten.cpp | 2 +- .../RelativePermeability/WettingPhaseVanGenuchten.h | 2 +- MaterialLib/SolidModels/CreateConstitutiveRelation.cpp | 2 +- MaterialLib/SolidModels/CreateConstitutiveRelation.h | 2 +- MaterialLib/SolidModels/CreateCreepBGRa.cpp | 2 +- MaterialLib/SolidModels/CreateCreepBGRa.h | 2 +- MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.cpp | 2 +- MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.h | 2 +- MaterialLib/SolidModels/CreepBGRa.cpp | 2 +- MaterialLib/SolidModels/CreepBGRa.h | 2 +- MathLib/Curve/CreatePiecewiseLinearCurve-impl.h | 2 +- MathLib/Curve/CreatePiecewiseLinearCurve.h | 2 +- MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp | 2 +- MathLib/Curve/PiecewiseLinearMonotonicCurve.h | 2 +- MathLib/LinAlg/FinalizeVectorAssembly.h | 2 +- MathLib/LinAlg/PETSc/PETScLinearSolver.cpp | 2 +- MathLib/LinAlg/PETSc/PETScLinearSolver.h | 2 +- MathLib/LinAlg/PETSc/PETScMatrix.cpp | 2 +- MathLib/LinAlg/PETSc/PETScMatrix.h | 2 +- MathLib/LinAlg/PETSc/PETScMatrixOption.h | 2 +- MathLib/LinAlg/PETSc/PETScTools.cpp | 2 +- MathLib/LinAlg/PETSc/PETScTools.h | 2 +- MathLib/LinAlg/PETSc/PETScVector.cpp | 2 +- MathLib/LinAlg/PETSc/PETScVector.h | 2 +- MeshLib/ElementStatus.cpp | 2 +- MeshLib/ElementStatus.h | 2 +- MeshLib/Elements/ElementErrorCode.h | 2 +- MeshLib/Elements/Elements.h | 2 +- MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp | 2 +- MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h | 2 +- MeshLib/IO/VtkIO/VtuInterface-impl.h | 2 +- MeshLib/MeshEditing/AddLayerToMesh.cpp | 2 +- MeshLib/MeshEditing/AddLayerToMesh.h | 2 +- MeshLib/MeshEditing/DuplicateMeshComponents.cpp | 2 +- MeshLib/MeshEditing/DuplicateMeshComponents.h | 2 +- MeshLib/MeshEditing/MeshRevision.cpp | 2 +- MeshLib/MeshEditing/MeshRevision.h | 2 +- MeshLib/MeshEditing/projectMeshOntoPlane.h | 2 +- MeshLib/MeshGenerators/LayeredMeshGenerator.cpp | 2 +- MeshLib/MeshGenerators/LayeredMeshGenerator.h | 2 +- MeshLib/MeshGenerators/LayeredVolume.cpp | 2 +- MeshLib/MeshGenerators/LayeredVolume.h | 2 +- MeshLib/MeshGenerators/MeshLayerMapper.cpp | 2 +- MeshLib/MeshGenerators/MeshLayerMapper.h | 2 +- MeshLib/MeshQuality/AngleSkewMetric.cpp | 2 +- MeshLib/MeshQuality/AngleSkewMetric.h | 2 +- MeshLib/MeshQuality/EdgeRatioMetric.cpp | 2 +- MeshLib/MeshQuality/EdgeRatioMetric.h | 2 +- MeshLib/MeshQuality/ElementQualityInterface.h | 2 +- MeshLib/MeshQuality/ElementQualityMetric.cpp | 2 +- MeshLib/MeshQuality/ElementQualityMetric.h | 2 +- MeshLib/MeshQuality/ElementSizeMetric.cpp | 2 +- MeshLib/MeshQuality/ElementSizeMetric.h | 2 +- MeshLib/MeshQuality/MeshValidation.cpp | 2 +- MeshLib/MeshQuality/MeshValidation.h | 2 +- MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp | 2 +- MeshLib/MeshQuality/RadiusEdgeRatioMetric.h | 2 +- MeshLib/MeshQuality/SizeDifferenceMetric.cpp | 2 +- MeshLib/MeshQuality/SizeDifferenceMetric.h | 2 +- MeshLib/MeshSurfaceExtraction.cpp | 2 +- MeshLib/MeshSurfaceExtraction.h | 2 +- MeshLib/NodePartitionedMesh.h | 2 +- NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp | 2 +- NumLib/ODESolver/TimeDiscretization.cpp | 2 +- .../TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp | 2 +- .../TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h | 2 +- NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp | 2 +- NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h | 2 +- NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp | 2 +- NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h | 2 +- NumLib/TimeStepping/CreateTimeStepper.cpp | 2 +- NumLib/TimeStepping/CreateTimeStepper.h | 2 +- ProcessLib/CoupledSolutionsForStaggeredScheme.cpp | 2 +- ProcessLib/CoupledSolutionsForStaggeredScheme.h | 2 +- ProcessLib/HT/HTLocalAssemblerInterface.h | 2 +- ProcessLib/HT/MonolithicHTFEM.h | 2 +- ProcessLib/HT/StaggeredHTFEM-impl.h | 2 +- ProcessLib/HT/StaggeredHTFEM.h | 2 +- ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h | 2 +- ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.cpp | 2 +- ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.h | 2 +- ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp | 2 +- ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h | 2 +- ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h | 2 +- ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.cpp | 2 +- ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.h | 2 +- ProcessLib/LiquidFlow/LiquidFlowProcess.cpp | 2 +- ProcessLib/LiquidFlow/LiquidFlowProcess.h | 2 +- ProcessLib/PhaseField/PhaseFieldFEM-impl.h | 2 +- ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h | 2 +- .../ThermoMechanicalPhaseFieldFEM-impl.h | 2 +- ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h | 2 +- Tests/FileIO/TestBoostGmlInterface.cpp | 2 +- Tests/FileIO/TestCsvReader.cpp | 2 +- Tests/FileIO/TestGmlInterface.h | 2 +- Tests/FileIO/TestTetGenInterface.cpp | 2 +- Tests/FileIO_Qt/TestQtGmlInterface.cpp | 2 +- Tests/GeoLib/TestBoundingSphere.cpp | 2 +- Tests/GeoLib/TestPointsOnAPlane.cpp | 2 +- Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp | 2 +- Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp | 2 +- Tests/MaterialLib/TestFluidDensity.cpp | 2 +- Tests/MaterialLib/TestFluidProperties.cpp | 2 +- Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp | 2 +- Tests/MaterialLib/TestFluidThermalConductivityModel.cpp | 2 +- Tests/MaterialLib/TestFluidViscosity.cpp | 2 +- Tests/MaterialLib/TestPorousMediumStorage.cpp | 2 +- Tests/MaterialLib/TestRelativePermeabilityModel.cpp | 2 +- Tests/MathLib/TestDividedByPlane.cpp | 2 +- Tests/MathLib/TestPiecewiseLinearCurve.cpp | 2 +- Tests/NumLib/FeTestData/TestFeHEX20.h | 2 +- Tests/NumLib/FeTestData/TestFePRISM15.h | 2 +- Tests/NumLib/FeTestData/TestFePYRA13.h | 2 +- Tests/NumLib/FeTestData/TestFeQUAD8.h | 2 +- Tests/NumLib/FeTestData/TestFeQUAD9.h | 2 +- Tests/NumLib/FeTestData/TestFeTET10.h | 2 +- Tests/NumLib/FeTestData/TestFeTRI6.h | 2 +- Tests/NumLib/TestGradShapeFunction.cpp | 2 +- Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp | 2 +- 205 files changed, 205 insertions(+), 205 deletions(-) diff --git a/Applications/DataExplorer/Base/LastSavedFileDirectory.h b/Applications/DataExplorer/Base/LastSavedFileDirectory.h index 11e92ff4be0..6a4accab924 100644 --- a/Applications/DataExplorer/Base/LastSavedFileDirectory.h +++ b/Applications/DataExplorer/Base/LastSavedFileDirectory.h @@ -1,5 +1,5 @@ /** - * \file LastSavedFileDirectory.h + * \file * \author Karsten Rink * \date 2014-02-04 * \brief Manages the last directory used for saving a file diff --git a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp index be6b84f8899..4400eb09311 100644 --- a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.cpp @@ -1,5 +1,5 @@ /** - * \file AddLayerToMeshDialog.cpp + * \file * \author Karsten Rink * \date 2016-01-18 * \brief Implementation of the AddLayerToMeshDialog class. diff --git a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h index e6052c7fd5b..8ba29116fd0 100644 --- a/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h +++ b/Applications/DataExplorer/DataView/AddLayerToMeshDialog.h @@ -1,5 +1,5 @@ /** - * \file AddLayerToMeshDialog.h + * \file * \author Karsten Rink * \date 2016-01-18 * \brief Definition of the AddLayerToMeshDialog class. diff --git a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp index eb0eb93d83c..ad3acf6a8f3 100644 --- a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp +++ b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.cpp @@ -1,5 +1,5 @@ /** - * \file CreateStructuredGridDialog.cpp + * \file * \author Karsten Rink * \date 2016-02-04 * \brief Implementation of the CreateStructuredGridDialog class. diff --git a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h index 5d17ca84f9f..36db5227ddd 100644 --- a/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h +++ b/Applications/DataExplorer/DataView/CreateStructuredGridDialog.h @@ -1,5 +1,5 @@ /** - * \file CreateStructuredGridDialog.h + * \file * \author Karsten Rink * \date 2016-02-04 * \brief Definition of the CreateStructuredGridDialog class. diff --git a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp index 00c126d6a99..c955ed97bfa 100644 --- a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp +++ b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.cpp @@ -1,5 +1,5 @@ /** - * \file DataExplorerSettingsDialog.cpp + * \file * \author Karsten Rink * \date 2014-02-05 * \brief Implementation of the DataExplorerSettingsDialog class. diff --git a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h index bf0a1ff6151..ac5afc96d56 100644 --- a/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h +++ b/Applications/DataExplorer/DataView/DataExplorerSettingsDialog.h @@ -1,5 +1,5 @@ /** - * \file DataExplorerSettingsDialog.h + * \file * \author Karsten Rink * \date 2014-02-05 * \brief Definition of the DataExplorerSettingsDialog class. diff --git a/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp b/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp index 394588a096b..6c0a9f2ff67 100644 --- a/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp +++ b/Applications/DataExplorer/DataView/MeshAnalysisDialog.cpp @@ -1,5 +1,5 @@ /** - * \file MeshAnalysisDialog.cpp + * \file * \author Karsten Rink * \date 2014-02-24 * \brief Implementation of the MeshAnalysisDialog class. diff --git a/Applications/DataExplorer/DataView/MeshAnalysisDialog.h b/Applications/DataExplorer/DataView/MeshAnalysisDialog.h index adfc8ab0e50..d3c74dc5c88 100644 --- a/Applications/DataExplorer/DataView/MeshAnalysisDialog.h +++ b/Applications/DataExplorer/DataView/MeshAnalysisDialog.h @@ -1,5 +1,5 @@ /** - * \file MeshAnalysisDialog.h + * \file * \author Karsten Rink * \date 2014-02-24 * \brief Definition of the MeshAnalysisDialog class. diff --git a/Applications/DataExplorer/DataView/SaveMeshDialog.cpp b/Applications/DataExplorer/DataView/SaveMeshDialog.cpp index a49a58268e6..982f6f678ee 100644 --- a/Applications/DataExplorer/DataView/SaveMeshDialog.cpp +++ b/Applications/DataExplorer/DataView/SaveMeshDialog.cpp @@ -1,5 +1,5 @@ /** - * \file SaveMeshDialog.cpp + * \file * \author Karsten Rink * \date 2014-10-27 * \brief Implementation of the SaveMeshDialog class. diff --git a/Applications/DataExplorer/DataView/SaveMeshDialog.h b/Applications/DataExplorer/DataView/SaveMeshDialog.h index 54d3d494811..f450c18d29d 100644 --- a/Applications/DataExplorer/DataView/SaveMeshDialog.h +++ b/Applications/DataExplorer/DataView/SaveMeshDialog.h @@ -1,5 +1,5 @@ /** - * \file SaveMeshDialog.h + * \file * \author Karsten Rink * \date 2014-10-27 * \brief Definition of the SaveMeshDialog class. diff --git a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp index 18930bb76c6..c1a99e4c4a9 100644 --- a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp +++ b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.cpp @@ -1,5 +1,5 @@ /** - * \file SurfaceExtractionDialog.cpp + * \file * \author Karsten Rink * \date 2015-01-29 * \brief Implementation of the SaveMeshDialog class. diff --git a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h index beea7116aac..279586eb65b 100644 --- a/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h +++ b/Applications/DataExplorer/DataView/SurfaceExtractionDialog.h @@ -1,5 +1,5 @@ /** - * \file SurfaceExtractionDialog.h + * \file * \author Karsten Rink * \date 2015-01-29 * \brief Definition of the SurfaceExtractionDialog class. diff --git a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.cpp b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.cpp index 41d7db90505..328b4e084f0 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.cpp +++ b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.cpp @@ -1,5 +1,5 @@ /** - * \file XmlNumInterface.cpp + * \file * \author Karsten Rink * \date 2014-08-05 * \brief Implementation of the XmlNumInterface class. diff --git a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h index 2d4538ce40e..453b9f9134d 100644 --- a/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h +++ b/Applications/FileIO/XmlIO/Qt/XmlNumInterface.h @@ -1,5 +1,5 @@ /** - * \file XmlNumInterface.h + * \file * \author Karsten Rink * \date 2014-08-05 * \brief Definition of the XmlNumInterface class. diff --git a/Applications/Utils/GeoTools/MoveGeometry.cpp b/Applications/Utils/GeoTools/MoveGeometry.cpp index 2a1b3813b8e..8a8da38f732 100644 --- a/Applications/Utils/GeoTools/MoveGeometry.cpp +++ b/Applications/Utils/GeoTools/MoveGeometry.cpp @@ -1,5 +1,5 @@ /** - * \file MoveGeometry.cpp + * \file * \author Karsten Rink * \date 2015-08-04 * \brief A small tool to translate geometries. diff --git a/Applications/Utils/GeoTools/TriangulatePolyline.cpp b/Applications/Utils/GeoTools/TriangulatePolyline.cpp index 4cbeb341a39..9e27f2255e7 100644 --- a/Applications/Utils/GeoTools/TriangulatePolyline.cpp +++ b/Applications/Utils/GeoTools/TriangulatePolyline.cpp @@ -1,5 +1,5 @@ /** - * \file TriangulatePolyline.cpp + * \file * \author Karsten Rink * \date 2015-02-02 * \brief Utility for triangulating polylines. diff --git a/Applications/Utils/MeshEdit/NodeReordering.cpp b/Applications/Utils/MeshEdit/NodeReordering.cpp index 9042ac59c69..e80a497c959 100644 --- a/Applications/Utils/MeshEdit/NodeReordering.cpp +++ b/Applications/Utils/MeshEdit/NodeReordering.cpp @@ -1,5 +1,5 @@ /** - * \file NodeReordering.cpp + * \file * 2013/13/06 KR Initial implementation * * @copyright diff --git a/Applications/Utils/MeshEdit/moveMeshNodes.cpp b/Applications/Utils/MeshEdit/moveMeshNodes.cpp index 4b6f531a1b3..84c18acecff 100644 --- a/Applications/Utils/MeshEdit/moveMeshNodes.cpp +++ b/Applications/Utils/MeshEdit/moveMeshNodes.cpp @@ -1,5 +1,5 @@ /** - * \file moveMeshNodes.cpp + * \file * 2012/03/07 KR Initial implementation * * \copyright diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp index c695db59a95..07a5600ab18 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.cpp @@ -1,5 +1,5 @@ /*! - \file NodeWiseMeshPartitioner.cpp + \file \date 2016.05 \brief Define the members of class NodeWiseMeshPartitioner diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h index 653821f5cbf..32036dc1be7 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h +++ b/Applications/Utils/ModelPreparation/PartitionMesh/NodeWiseMeshPartitioner.h @@ -1,5 +1,5 @@ /*! - \file NodeWiseMeshPartitioner.h + \file \date 2016.05 \brief Declare a class to perform node wise mesh partitioning diff --git a/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp b/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp index a492768148f..296d24ec0dc 100644 --- a/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp +++ b/Applications/Utils/ModelPreparation/PartitionMesh/PartitionMesh.cpp @@ -1,5 +1,5 @@ /*! - \file PartitionMesh.cpp + \file \date 2016.05 \brief A tool for mesh partitioning. diff --git a/Applications/Utils/OGSFileConverter/FileListDialog.cpp b/Applications/Utils/OGSFileConverter/FileListDialog.cpp index 9539bae662a..40a0240b585 100644 --- a/Applications/Utils/OGSFileConverter/FileListDialog.cpp +++ b/Applications/Utils/OGSFileConverter/FileListDialog.cpp @@ -1,5 +1,5 @@ /** - * \file FileListDialog.cpp + * \file * \author Karsten Rink * \date 2012-04-04 * \brief Implementation of FileListDialog class. diff --git a/Applications/Utils/OGSFileConverter/FileListDialog.h b/Applications/Utils/OGSFileConverter/FileListDialog.h index 2e0f31af93c..d71c9117b4a 100644 --- a/Applications/Utils/OGSFileConverter/FileListDialog.h +++ b/Applications/Utils/OGSFileConverter/FileListDialog.h @@ -1,5 +1,5 @@ /** - * \file FileListDialog.h + * \file * \author Karsten Rink * \date 2012-04-04 * \brief Definition of FileListDialog class. diff --git a/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp b/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp index 68b67eb7efd..cc9c48bf14b 100644 --- a/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp +++ b/Applications/Utils/OGSFileConverter/OGSFileConverter.cpp @@ -1,5 +1,5 @@ /** - * \file OGSFileConverter.cpp + * \file * \author Karsten Rink * \date 2012-04-04 * \brief Implementation of OGSFileConverter class. diff --git a/Applications/Utils/OGSFileConverter/OGSFileConverter.h b/Applications/Utils/OGSFileConverter/OGSFileConverter.h index 33fb685176d..53f59638729 100644 --- a/Applications/Utils/OGSFileConverter/OGSFileConverter.h +++ b/Applications/Utils/OGSFileConverter/OGSFileConverter.h @@ -1,5 +1,5 @@ /** - * \file OGSFileConverter.h + * \file * \author Karsten Rink * \date 2012-04-04 * \brief Definition of OGSFileConverter class. diff --git a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp index 69156abdc70..3bf1e3f3c90 100644 --- a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp +++ b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.cpp @@ -1,5 +1,5 @@ /** - * \file BoostXmlGmlInterface.cpp + * \file * \author Karsten Rink * \date 2014-01-31 * \brief Implementation of the BoostXmlGmlInterface class. diff --git a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h index a1e012f441f..feeebfeb25c 100644 --- a/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h +++ b/GeoLib/IO/XmlIO/Boost/BoostXmlGmlInterface.h @@ -1,5 +1,5 @@ /** - * \file BoostXmlGmlInterface.h + * \file * \author Karsten Rink * \date 2014-01-31 * \brief Definition of the BoostXmlGmlInterface class. diff --git a/GeoLib/MinimalBoundingSphere.cpp b/GeoLib/MinimalBoundingSphere.cpp index c0da60b6e16..255f92a36e9 100644 --- a/GeoLib/MinimalBoundingSphere.cpp +++ b/GeoLib/MinimalBoundingSphere.cpp @@ -1,5 +1,5 @@ /** - * \file MinimalBoundingSphere.cpp + * \file * \author Karsten Rink * \date 2014-07-11 * \brief Calculation of a minimum bounding sphere for a vector of points. diff --git a/GeoLib/MinimalBoundingSphere.h b/GeoLib/MinimalBoundingSphere.h index 5cccf2b4685..fc97050c8f0 100644 --- a/GeoLib/MinimalBoundingSphere.h +++ b/GeoLib/MinimalBoundingSphere.h @@ -1,5 +1,5 @@ /** - * \file MinimalBoundingSphere.h + * \file * \author Karsten Rink * \date 2014-07-11 * \brief Calculation of a minimum bounding sphere for a vector of points diff --git a/MaterialLib/Fluid/ConstantFluidProperty.h b/MaterialLib/Fluid/ConstantFluidProperty.h index 5ba7bfe52c2..178df3a3612 100644 --- a/MaterialLib/Fluid/ConstantFluidProperty.h +++ b/MaterialLib/Fluid/ConstantFluidProperty.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: ConstantFluidProperty.h + * \file * * Created on August 15, 2016, 12:11 PM */ diff --git a/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp b/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp index 7cec562ac27..921d6a8429b 100644 --- a/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp +++ b/MaterialLib/Fluid/Density/CreateFluidDensityModel.cpp @@ -1,5 +1,5 @@ /*! - \file CreateFluidDensityModel.cpp + \file \brief create an instance of a fluid density class. \copyright diff --git a/MaterialLib/Fluid/Density/CreateFluidDensityModel.h b/MaterialLib/Fluid/Density/CreateFluidDensityModel.h index 4c37d9c37dd..59e891e6bf4 100644 --- a/MaterialLib/Fluid/Density/CreateFluidDensityModel.h +++ b/MaterialLib/Fluid/Density/CreateFluidDensityModel.h @@ -1,5 +1,5 @@ /*! - \file CreateFluidDensityModel.h + \file \brief create an instance of a fluid density class. \copyright diff --git a/MaterialLib/Fluid/Density/IdealGasLaw.h b/MaterialLib/Fluid/Density/IdealGasLaw.h index 507aac7e6bd..d223d97d30c 100644 --- a/MaterialLib/Fluid/Density/IdealGasLaw.h +++ b/MaterialLib/Fluid/Density/IdealGasLaw.h @@ -1,5 +1,5 @@ /*! - \file IdealGasLaw.h + \file \brief Declaration of class IdealGasLow for fluid density by the ideal gas law depending on one variable linearly. diff --git a/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h b/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h index b92bfa40a2b..6bc4979c00a 100644 --- a/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h +++ b/MaterialLib/Fluid/Density/LinearTemperatureDependentDensity.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: LinearTemperatureDependentDensity.h + * \file * \author: wenqing * * Created on August 10, 2016, 11:34 AM diff --git a/MaterialLib/Fluid/Density/LiquidDensity.h b/MaterialLib/Fluid/Density/LiquidDensity.h index 7b8395f33a4..d9fb8986151 100644 --- a/MaterialLib/Fluid/Density/LiquidDensity.h +++ b/MaterialLib/Fluid/Density/LiquidDensity.h @@ -6,7 +6,7 @@ * http://www.opengeosys.org/project/license * * \author wenqing - * \file LiquidDensity.h + * \file * * Created on August 4, 2016, 10:15 AM */ diff --git a/MaterialLib/Fluid/Density/WaterDensityIAPWSIF97Region1.h b/MaterialLib/Fluid/Density/WaterDensityIAPWSIF97Region1.h index badae46d99f..af080ff07ff 100644 --- a/MaterialLib/Fluid/Density/WaterDensityIAPWSIF97Region1.h +++ b/MaterialLib/Fluid/Density/WaterDensityIAPWSIF97Region1.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WaterDensityIAPWSIF97Region1.h + * \file * * Created on December 8, 2016, 4:19 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp index 8a364d28a49..714b52842d2 100644 --- a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp +++ b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFluidProperties.cpp + * \file * * Created on December 13, 2016, 3:32 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h index 4ffc5026d47..f9dd7b4a65c 100644 --- a/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/CreateFluidProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFluidProperties.h + * \file * * Created on December 13, 2016, 3:32 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/FluidProperties.h b/MaterialLib/Fluid/FluidProperties/FluidProperties.h index 87c03eaac6f..bfb55a3c64a 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/FluidProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file FluidProperties.h + * \file * * Created on November 29, 2016, 2:23 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp index 2a0a8167b67..0b0e6c230c2 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp +++ b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file FluidPropertiesWithDensityDependentModels.cpp + * \file * * Created on November 29, 2016, 3:19 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h index cf11057e72d..1063beec94c 100644 --- a/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h +++ b/MaterialLib/Fluid/FluidProperties/FluidPropertiesWithDensityDependentModels.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file FluidPropertiesWithDensityDependentModels.h + * \file * * Created on November 29, 2016, 4:18 PM */ diff --git a/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h b/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h index 48873035080..d3b96935fc9 100644 --- a/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h +++ b/MaterialLib/Fluid/FluidProperties/PrimaryVariableDependentFluidProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PrimaryVariableDependentFluidProperties.h + * \file * * Created on November 29, 2016, 3:19 PM */ diff --git a/MaterialLib/Fluid/FluidProperty.h b/MaterialLib/Fluid/FluidProperty.h index e56c4d45252..6eedd656fe2 100644 --- a/MaterialLib/Fluid/FluidProperty.h +++ b/MaterialLib/Fluid/FluidProperty.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: FluidProperty.h + * \file * * Created on August 12, 2016, 3:34 PM */ diff --git a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp index 756350c58d3..bf70560a737 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file DimensionLessGibbsFreeEnergyRegion1.cpp + * \file * * Created on December 8, 2016, 12:31 PM */ diff --git a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h index 9dd50f20feb..9f83a2572de 100644 --- a/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h +++ b/MaterialLib/Fluid/GibbsFreeEnergy/DimensionLessGibbsFreeEnergyRegion1.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file DimensionLessGibbsFreeEnergyRegion1.h + * \file * * Created on December 8, 2016, 12:31 PM */ diff --git a/MaterialLib/Fluid/PropertyVariableType.h b/MaterialLib/Fluid/PropertyVariableType.h index 28d430c71f7..9df3da7a945 100644 --- a/MaterialLib/Fluid/PropertyVariableType.h +++ b/MaterialLib/Fluid/PropertyVariableType.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PropertyVariableType.h + * \file * * Created on November 29, 2016, 2:28 PM */ diff --git a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp index 18f901d8526..19f1619ce30 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateSpecificFluidHeatCapacityModel.cpp + * \file * */ diff --git a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h index b037290f986..55b90bd338c 100644 --- a/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h +++ b/MaterialLib/Fluid/SpecificHeatCapacity/CreateSpecificFluidHeatCapacityModel.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateSpecificFluidHeatCapacityModel.h + * \file * */ diff --git a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp index 8b1a64b87c9..7dd7ce77104 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFluidThermalConductivityModel.cpp + * \file * */ diff --git a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h index 742248ba3c4..50444a038bc 100644 --- a/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h +++ b/MaterialLib/Fluid/ThermalConductivity/CreateFluidThermalConductivityModel.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFluidThermalConductivityModel.h + * \file * */ diff --git a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp index 36f56e451d2..8213f970c02 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateViscosityModel.cpp + * \file * */ diff --git a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h index 878f524ae36..ae4904e3a5a 100644 --- a/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h +++ b/MaterialLib/Fluid/Viscosity/CreateViscosityModel.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateViscosityModel.h + * \file * */ diff --git a/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h b/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h index 7481c2acecc..59475ef3202 100644 --- a/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h +++ b/MaterialLib/Fluid/Viscosity/LinearPressureDependentViscosity.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LinearPressureDependentViscosity.h + * \file */ #pragma once diff --git a/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h b/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h index 1ee3564dcba..d0168b78ace 100644 --- a/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h +++ b/MaterialLib/Fluid/Viscosity/TemperatureDependentViscosity.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: TemperatureDependentViscosity.h + * \file * * Created on August 10, 2016, 10:45 AM */ diff --git a/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h b/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h index 3aa1c6c8621..4768d2bdf17 100644 --- a/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h +++ b/MaterialLib/Fluid/Viscosity/VogelsLiquidDynamicViscosity.h @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file VogelsLiquidDynamicViscosity.h + * \file * */ diff --git a/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.cpp b/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.cpp index 21bd160a2d0..dd432694c6e 100644 --- a/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.cpp +++ b/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WaterViscosityIAPWS.cpp + * \file * * Created on December 1, 2016, 1:41 PM */ diff --git a/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.h b/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.h index 80e7175fa79..98f63ae6c33 100644 --- a/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.h +++ b/MaterialLib/Fluid/Viscosity/WaterViscosityIAPWS.h @@ -9,7 +9,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WaterViscosityIAPWS.h + * \file * * Created on December 1, 2016, 1:41 PM */ diff --git a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp index d330cd104a0..442c65ca285 100644 --- a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp +++ b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WaterVaporProperties.cpp + * \file * */ diff --git a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h index a43baa58492..50a6b220239 100644 --- a/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h +++ b/MaterialLib/Fluid/WaterVaporProperties/WaterVaporProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: WaterVaporProperties.h + * \file */ #pragma once diff --git a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp index 557c21d90a8..c12d5fff13b 100644 --- a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp +++ b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file createPermeabilityModel.cpp + * \file * * Created on August 17, 2016, 2:36 PM */ diff --git a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h index 727029b051b..617d5d91ccb 100644 --- a/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h +++ b/MaterialLib/PorousMedium/Permeability/createPermeabilityModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file createPermeabilityModel.h + * \file * * Created on August 17, 2016, 2:36 PM */ diff --git a/MaterialLib/PorousMedium/Porosity/Porosity.h b/MaterialLib/PorousMedium/Porosity/Porosity.h index e836f3b8031..1b08ad443d0 100644 --- a/MaterialLib/PorousMedium/Porosity/Porosity.h +++ b/MaterialLib/PorousMedium/Porosity/Porosity.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: Porosity.h + * \file * * Created on August 16, 2016, 12:53 PM */ diff --git a/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp b/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp index 97817932bbe..dde62339f4f 100644 --- a/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp +++ b/MaterialLib/PorousMedium/Porosity/createPorosityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: createPorosityModel.cpp + * \file * * Created on August 16, 2016, 1:16 PM */ diff --git a/MaterialLib/PorousMedium/Porosity/createPorosityModel.h b/MaterialLib/PorousMedium/Porosity/createPorosityModel.h index fc0bfbbfe0b..5aa1f203ea3 100644 --- a/MaterialLib/PorousMedium/Porosity/createPorosityModel.h +++ b/MaterialLib/PorousMedium/Porosity/createPorosityModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: createPorosityModel.h + * \file * * Created on August 16, 2016, 1:16 PM */ diff --git a/MaterialLib/PorousMedium/Storage/ConstantStorage.h b/MaterialLib/PorousMedium/Storage/ConstantStorage.h index b1dd4a89da1..9630b517ff1 100644 --- a/MaterialLib/PorousMedium/Storage/ConstantStorage.h +++ b/MaterialLib/PorousMedium/Storage/ConstantStorage.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file ConstantStorage.h + * \file * * Created on August 16, 2016, 1:03 PM */ diff --git a/MaterialLib/PorousMedium/Storage/Storage.h b/MaterialLib/PorousMedium/Storage/Storage.h index 67ab489b15e..d2f67aaf86c 100644 --- a/MaterialLib/PorousMedium/Storage/Storage.h +++ b/MaterialLib/PorousMedium/Storage/Storage.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: Storage.h + * \file * * Created on August 16, 2016, 12:53 PM */ diff --git a/MaterialLib/PorousMedium/Storage/createStorageModel.cpp b/MaterialLib/PorousMedium/Storage/createStorageModel.cpp index 6cdaa9ed3d1..0f49c84abe3 100644 --- a/MaterialLib/PorousMedium/Storage/createStorageModel.cpp +++ b/MaterialLib/PorousMedium/Storage/createStorageModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: createStorageModel.cpp + * \file * * Created on August 16, 2016, 1:16 PM */ diff --git a/MaterialLib/PorousMedium/Storage/createStorageModel.h b/MaterialLib/PorousMedium/Storage/createStorageModel.h index 827f96c6999..240d463e16a 100644 --- a/MaterialLib/PorousMedium/Storage/createStorageModel.h +++ b/MaterialLib/PorousMedium/Storage/createStorageModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: createStorageModel.h + * \file * * Created on August 16, 2016, 1:16 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h index 63e2d4ef552..ec3b81ea0ae 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/BrooksCoreyCapillaryPressureSaturation.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file BrooksCoreyCapillaryPressureSaturation.h + * \file * * Created on November 1, 2016, 9:45 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h index 1c3037c7254..68bbc0e7f05 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturation.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: CapillaryPressureSaturation.h + * \file * */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h index 88f7e9455ab..d8c3b633a72 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CapillaryPressureSaturationCurve.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CapillaryPressureSaturationCurve.h + * \file * * Created on November 3, 2016, 9:50 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp index 88b2ed18049..78a17fc5d16 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateCapillaryPressureModel.cpp + * \file * * Created on November 1, 2016, 10:06 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h index a69597503bc..4ccda0a7869 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/CreateCapillaryPressureModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateCapillaryPressureModel.h + * \file * * Created on November 1, 2016, 10:06 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp index e337aaf1f54..7056511ca27 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file VanGenuchtenCapillaryPressureSaturation.cpp + * \file * * Created on October 28, 2016, 6:05 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h index a4310c96b0a..9d9832b066a 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/CapillaryPressure/VanGenuchtenCapillaryPressureSaturation.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file VanGenuchtenCapillaryPressureSaturation.h + * \file * * Created on October 28, 2016, 6:05 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp index 4aff51cf35b..398bb4a958a 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateRelativePermeabilityModel.cpp + * \file * * Created on November 2, 2016, 11:43 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h index 8cef856c1b6..fba7a6eeed8 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/CreateRelativePermeabilityModel.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateRelativePermeabilityModel.h + * \file * * Created on November 2, 2016, 11:43 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp index 1f713447f74..f0e6b25614c 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file NonWettingPhaseBrooksCoreyOilGas.cpp + * \file * * Created on November 2, 2016, 10:47 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h index 3b495bbec78..2e43222a855 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseBrooksCoreyOilGas.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file NonWettingPhaseBrooksCoreyOilGas.h + * \file * * Created on November 2, 2016, 10:47 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp index d14cd7aebab..c752c21c58b 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file NonWettingPhaseVanGenuchten.cpp + * \file * * Created on November 2, 2016, 11:24 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h index 87420a4c10f..aae98423229 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/NonWettingPhaseVanGenuchten.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file NonWettingPhaseVanGenuchten.h + * \file * * Created on November 2, 2016, 11:24 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h index 7ba94a9810d..f1c84096390 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeability.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file: RelativePermeability.h + * \file * */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h index 7edb0e8017e..3ab80d01c06 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/RelativePermeabilityCurve.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file RelativePermeabilityCurve.h + * \file * * Created on November 2, 2016, 1:41 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp index be11d692285..ad6f8122ae8 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WettingPhaseBrooksCoreyOilGas.cpp + * \file * * Created on November 1, 2016, 3:37 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h index 4fb7003dee3..b1598e80de0 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseBrooksCoreyOilGas.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WettingPhaseBrooksCoreyOilGas.h + * \file * * Created on November 1, 2016, 3:37 PM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp index aafcb00532b..81996205650 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WettingPhaseVanGenuchten.cpp + * \file * * Created on November 2, 2016, 11:24 AM */ diff --git a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h index ee47217360a..ce0f10e9c4f 100644 --- a/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h +++ b/MaterialLib/PorousMedium/UnsaturatedProperty/RelativePermeability/WettingPhaseVanGenuchten.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file WettingPhaseVanGenuchten.h + * \file * * Created on November 2, 2016, 11:24 AM */ diff --git a/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp b/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp index be94fe171f7..7c872e79181 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp +++ b/MaterialLib/SolidModels/CreateConstitutiveRelation.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateConstitutiveRelation.cpp + * \file * Created on July 10, 2018, 12:09 PM */ diff --git a/MaterialLib/SolidModels/CreateConstitutiveRelation.h b/MaterialLib/SolidModels/CreateConstitutiveRelation.h index 3ae14adae74..c502285b6f8 100644 --- a/MaterialLib/SolidModels/CreateConstitutiveRelation.h +++ b/MaterialLib/SolidModels/CreateConstitutiveRelation.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateConstitutiveRelation.h + * \file * Created on July 10, 2018, 12:09 PM */ diff --git a/MaterialLib/SolidModels/CreateCreepBGRa.cpp b/MaterialLib/SolidModels/CreateCreepBGRa.cpp index a5083ce3ff8..35fb1d56815 100644 --- a/MaterialLib/SolidModels/CreateCreepBGRa.cpp +++ b/MaterialLib/SolidModels/CreateCreepBGRa.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateCreepBGRa.cpp + * \file * Created on July 11, 2018, 2:26 PM */ diff --git a/MaterialLib/SolidModels/CreateCreepBGRa.h b/MaterialLib/SolidModels/CreateCreepBGRa.h index aa7f77d00a1..ad37373c957 100644 --- a/MaterialLib/SolidModels/CreateCreepBGRa.h +++ b/MaterialLib/SolidModels/CreateCreepBGRa.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateCreepBGRa.h + * \file * Created on July 11, 2018, 2:26 PM */ diff --git a/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.cpp b/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.cpp index 1efb9cdba84..eaeb78607ad 100644 --- a/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.cpp +++ b/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateNewtonRaphsonSolverParameters.cpp + * \file * Created on July 10, 2018, 11:32 AM */ diff --git a/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.h b/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.h index b65e615f8df..3db0dedd07d 100644 --- a/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.h +++ b/MaterialLib/SolidModels/CreateNewtonRaphsonSolverParameters.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateNewtonRaphsonSolverParameters.h + * \file * Created on July 10, 2018, 11:32 AM */ diff --git a/MaterialLib/SolidModels/CreepBGRa.cpp b/MaterialLib/SolidModels/CreepBGRa.cpp index 9671153de1e..46ca8ca412f 100644 --- a/MaterialLib/SolidModels/CreepBGRa.cpp +++ b/MaterialLib/SolidModels/CreepBGRa.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreepBGRa.cpp + * \file * Created on July 6, 2018, 9:53 AM */ diff --git a/MaterialLib/SolidModels/CreepBGRa.h b/MaterialLib/SolidModels/CreepBGRa.h index d8c02d0f5ef..dcccf669daa 100644 --- a/MaterialLib/SolidModels/CreepBGRa.h +++ b/MaterialLib/SolidModels/CreepBGRa.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreepBGRa.h + * \file * Created on July 6, 2018, 9:53 AM */ diff --git a/MathLib/Curve/CreatePiecewiseLinearCurve-impl.h b/MathLib/Curve/CreatePiecewiseLinearCurve-impl.h index 8213360c91d..a35097b559a 100644 --- a/MathLib/Curve/CreatePiecewiseLinearCurve-impl.h +++ b/MathLib/Curve/CreatePiecewiseLinearCurve-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreatePiecewiseLinearCurve-impl.h + * \file * * Created on November 11, 2016, 10:49 AM */ diff --git a/MathLib/Curve/CreatePiecewiseLinearCurve.h b/MathLib/Curve/CreatePiecewiseLinearCurve.h index 49a0dda042f..781c77705df 100644 --- a/MathLib/Curve/CreatePiecewiseLinearCurve.h +++ b/MathLib/Curve/CreatePiecewiseLinearCurve.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreatePiecewiseLinearCurve.h + * \file * * Created on November 11, 2016, 10:49 AM */ diff --git a/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp b/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp index d669e6e4911..f9367df2041 100644 --- a/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp +++ b/MathLib/Curve/PiecewiseLinearMonotonicCurve.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PiecewiseLinearMonotonicCurve.cpp + * \file * * Created on November 11, 2016, 10:49 AM */ diff --git a/MathLib/Curve/PiecewiseLinearMonotonicCurve.h b/MathLib/Curve/PiecewiseLinearMonotonicCurve.h index 2b2d76a0e6f..65c13fb1c51 100644 --- a/MathLib/Curve/PiecewiseLinearMonotonicCurve.h +++ b/MathLib/Curve/PiecewiseLinearMonotonicCurve.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PiecewiseLinearMonotonicCurve.h + * \file * * Created on November 11, 2016, 10:49 AM */ diff --git a/MathLib/LinAlg/FinalizeVectorAssembly.h b/MathLib/LinAlg/FinalizeVectorAssembly.h index eb47de7741f..7772256d124 100644 --- a/MathLib/LinAlg/FinalizeVectorAssembly.h +++ b/MathLib/LinAlg/FinalizeVectorAssembly.h @@ -1,5 +1,5 @@ /** - * \file FinalizeVectorAssembly.h + * \file * \author Wenqing Wang * \date Oct, 2013 * diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp index fcce9e402bb..593b472a87a 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.cpp @@ -1,5 +1,5 @@ /*! - \file PETScLinearSolver.cpp + \file \brief Definition of class PETScLinearSolver, which defines a solver object based on PETSc routines. diff --git a/MathLib/LinAlg/PETSc/PETScLinearSolver.h b/MathLib/LinAlg/PETSc/PETScLinearSolver.h index 10aba46b39d..48ac6e95e3f 100644 --- a/MathLib/LinAlg/PETSc/PETScLinearSolver.h +++ b/MathLib/LinAlg/PETSc/PETScLinearSolver.h @@ -1,5 +1,5 @@ /*! - \file PETScLinearSolver.h + \file \brief Declaration of class PETScLinearSolver, which defines a solver object based on PETSc routines. diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.cpp b/MathLib/LinAlg/PETSc/PETScMatrix.cpp index 410f69c140e..c24b9864fb2 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.cpp +++ b/MathLib/LinAlg/PETSc/PETScMatrix.cpp @@ -1,5 +1,5 @@ /*! - \file PETScMatrix.cpp + \file \brief Definition of member functions of class PETScMatrix, which provides an interface to PETSc matrix routines. diff --git a/MathLib/LinAlg/PETSc/PETScMatrix.h b/MathLib/LinAlg/PETSc/PETScMatrix.h index 92191db2e2a..3f70c248ba8 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrix.h +++ b/MathLib/LinAlg/PETSc/PETScMatrix.h @@ -1,5 +1,5 @@ /*! - \file PETScMatrix.h + \file \brief Declaration of class PETScMatrix, which provides an interface to PETSc matrix routines. diff --git a/MathLib/LinAlg/PETSc/PETScMatrixOption.h b/MathLib/LinAlg/PETSc/PETScMatrixOption.h index a188c2a0e26..3f5f653d478 100644 --- a/MathLib/LinAlg/PETSc/PETScMatrixOption.h +++ b/MathLib/LinAlg/PETSc/PETScMatrixOption.h @@ -1,5 +1,5 @@ /*! - \file PETScMatrixOption.h + \file \brief Define data for the configuration of PETSc matrix and linear solver. \author Wenqing Wang diff --git a/MathLib/LinAlg/PETSc/PETScTools.cpp b/MathLib/LinAlg/PETSc/PETScTools.cpp index 67c145fdeb6..54a342356d6 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.cpp +++ b/MathLib/LinAlg/PETSc/PETScTools.cpp @@ -1,5 +1,5 @@ /*! - \file PETScTools.cpp + \file \brief Definition of a function related to PETSc solver interface to assign the Dirichlet boundary conditions. diff --git a/MathLib/LinAlg/PETSc/PETScTools.h b/MathLib/LinAlg/PETSc/PETScTools.h index 2bdd138092a..569d831e526 100644 --- a/MathLib/LinAlg/PETSc/PETScTools.h +++ b/MathLib/LinAlg/PETSc/PETScTools.h @@ -1,5 +1,5 @@ /*! - \file PETScTools.h + \file \brief Declaration of a function related to PETSc solver interface to assign the Dirichlet boundary conditions. diff --git a/MathLib/LinAlg/PETSc/PETScVector.cpp b/MathLib/LinAlg/PETSc/PETScVector.cpp index 01273257665..23de689e954 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.cpp +++ b/MathLib/LinAlg/PETSc/PETScVector.cpp @@ -1,5 +1,5 @@ /** - * \file PETScVector.cpp + * \file * \brief Definition of member functions of class PETScVector, * which provides an interface to PETSc vector routines. * diff --git a/MathLib/LinAlg/PETSc/PETScVector.h b/MathLib/LinAlg/PETSc/PETScVector.h index f21604f2985..3d16f1e22f8 100644 --- a/MathLib/LinAlg/PETSc/PETScVector.h +++ b/MathLib/LinAlg/PETSc/PETScVector.h @@ -1,5 +1,5 @@ /** - * \file PETScVector.h + * \file * \brief Declaration of class PETScVector, which provides an interface to * PETSc vector routines. * diff --git a/MeshLib/ElementStatus.cpp b/MeshLib/ElementStatus.cpp index effdd6a0eed..0e3599ce8cc 100644 --- a/MeshLib/ElementStatus.cpp +++ b/MeshLib/ElementStatus.cpp @@ -1,5 +1,5 @@ /** - * \file ElementStatus.cpp + * \file * \author Karsten Rink * \date 2012-12-18 * \brief Implementation of the ElementStatus class. diff --git a/MeshLib/ElementStatus.h b/MeshLib/ElementStatus.h index d03007cd6a2..4049bc225af 100644 --- a/MeshLib/ElementStatus.h +++ b/MeshLib/ElementStatus.h @@ -1,5 +1,5 @@ /** - * \file ElementStatus.h + * \file * \author Karsten Rink * \date 2012-12-18 * \brief Definition of the ElementStatus class. diff --git a/MeshLib/Elements/ElementErrorCode.h b/MeshLib/Elements/ElementErrorCode.h index d3839ceebe2..d4f1e2ce9fe 100644 --- a/MeshLib/Elements/ElementErrorCode.h +++ b/MeshLib/Elements/ElementErrorCode.h @@ -1,5 +1,5 @@ /** - * \file ElementErrorCode.h + * \file * \author Karsten Rink * \date 2014-02-21 * \brief Definition of ElementErrorCodes. diff --git a/MeshLib/Elements/Elements.h b/MeshLib/Elements/Elements.h index 48e3654b703..da1aa506bc7 100644 --- a/MeshLib/Elements/Elements.h +++ b/MeshLib/Elements/Elements.h @@ -1,5 +1,5 @@ /* - * \file Elements.h + * \file * \brief Cumulative include for all available mesh element types. * * \copyright diff --git a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp index 4142db9918c..ae8061c2791 100644 --- a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp +++ b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.cpp @@ -1,5 +1,5 @@ /*! - \file NodePartitionedMeshReader.cpp + \file \author Wenqing Wang \date 2014.08 \brief Define members of class NodePartitionedMeshReader to read node-wise diff --git a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h index 4c1591b4e6d..3f0af1ee716 100644 --- a/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h +++ b/MeshLib/IO/MPI_IO/NodePartitionedMeshReader.h @@ -1,5 +1,5 @@ /*! - \file NodePartitionedMeshReader.h + \file \author Wenqing Wang \date 2014.08 \brief Declare a class to read node-wise partitioned mesh with MPI functions. diff --git a/MeshLib/IO/VtkIO/VtuInterface-impl.h b/MeshLib/IO/VtkIO/VtuInterface-impl.h index 17b498dabf4..3b4e2b078d8 100644 --- a/MeshLib/IO/VtkIO/VtuInterface-impl.h +++ b/MeshLib/IO/VtkIO/VtuInterface-impl.h @@ -1,5 +1,5 @@ /** - * \file VtuInterface-impl.h + * \file * \author Lars Bilke * \date 2014-09-25 * \brief Implementation of the VtuInterface class. diff --git a/MeshLib/MeshEditing/AddLayerToMesh.cpp b/MeshLib/MeshEditing/AddLayerToMesh.cpp index c36313f8767..bbe92f36ad5 100644 --- a/MeshLib/MeshEditing/AddLayerToMesh.cpp +++ b/MeshLib/MeshEditing/AddLayerToMesh.cpp @@ -1,5 +1,5 @@ /** - * \file AddLayerToMesh.cpp + * \file * \date 2016-01-18 * \brief Implementation of AddLayerToMesh class. * diff --git a/MeshLib/MeshEditing/AddLayerToMesh.h b/MeshLib/MeshEditing/AddLayerToMesh.h index 715f19e4e5d..857aa648e11 100644 --- a/MeshLib/MeshEditing/AddLayerToMesh.h +++ b/MeshLib/MeshEditing/AddLayerToMesh.h @@ -1,5 +1,5 @@ /** - * \file AddLayerToMesh.h + * \file * \author Karsten Rink * \date 2016-01-18 * \brief Definition of AddLayerToMesh class diff --git a/MeshLib/MeshEditing/DuplicateMeshComponents.cpp b/MeshLib/MeshEditing/DuplicateMeshComponents.cpp index 6039697280f..1d660c1eaf6 100644 --- a/MeshLib/MeshEditing/DuplicateMeshComponents.cpp +++ b/MeshLib/MeshEditing/DuplicateMeshComponents.cpp @@ -1,5 +1,5 @@ /** - * \file DuplicateMeshComponents.cpp + * \file * \author Karsten Rink * \date 2014-03-25 * \brief Implementation of Duplicate functions. diff --git a/MeshLib/MeshEditing/DuplicateMeshComponents.h b/MeshLib/MeshEditing/DuplicateMeshComponents.h index 31fb4811524..0c15ff864ba 100644 --- a/MeshLib/MeshEditing/DuplicateMeshComponents.h +++ b/MeshLib/MeshEditing/DuplicateMeshComponents.h @@ -1,5 +1,5 @@ /** - * \file DuplicateMeshComponents.h + * \file * \author Karsten Rink * \date 2014-03-25 * \brief Definition of Duplicate functions diff --git a/MeshLib/MeshEditing/MeshRevision.cpp b/MeshLib/MeshEditing/MeshRevision.cpp index 6adaa3e3d74..33f9e3ba489 100644 --- a/MeshLib/MeshEditing/MeshRevision.cpp +++ b/MeshLib/MeshEditing/MeshRevision.cpp @@ -1,5 +1,5 @@ /** - * \file MeshRevision.cpp + * \file * \author Karsten Rink * \date 2014-02-14 * \brief Implementation of the MeshRevision class. diff --git a/MeshLib/MeshEditing/MeshRevision.h b/MeshLib/MeshEditing/MeshRevision.h index 95db540e334..31fcf451b9f 100644 --- a/MeshLib/MeshEditing/MeshRevision.h +++ b/MeshLib/MeshEditing/MeshRevision.h @@ -1,5 +1,5 @@ /** - * \file MeshRevision.h + * \file * \author Karsten Rink * \date 2014-02-14 * \brief Definition of the MeshRevision class. diff --git a/MeshLib/MeshEditing/projectMeshOntoPlane.h b/MeshLib/MeshEditing/projectMeshOntoPlane.h index 33004d47524..fbbb8d10033 100644 --- a/MeshLib/MeshEditing/projectMeshOntoPlane.h +++ b/MeshLib/MeshEditing/projectMeshOntoPlane.h @@ -1,5 +1,5 @@ /** - * \file projectMeshOntoPlane.h + * \file * \author Karsten Rink * \date 2015-04-10 * \brief Definition of the projectMeshOntoPlane diff --git a/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp b/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp index dbca74b4f1b..557758967f6 100644 --- a/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp +++ b/MeshLib/MeshGenerators/LayeredMeshGenerator.cpp @@ -1,5 +1,5 @@ /** - * \file LayeredMeshGenerator.cpp + * \file * \author Karsten Rink * \date 2014-09-18 * \brief Implementation of the SubsurfaceMapper class. diff --git a/MeshLib/MeshGenerators/LayeredMeshGenerator.h b/MeshLib/MeshGenerators/LayeredMeshGenerator.h index 8f6079f4560..8adad9d8601 100644 --- a/MeshLib/MeshGenerators/LayeredMeshGenerator.h +++ b/MeshLib/MeshGenerators/LayeredMeshGenerator.h @@ -1,5 +1,5 @@ /** - * \file LayeredMeshGenerator.h + * \file * \author Karsten Rink * \date 2014-09-18 * \brief Definition of the SubsurfaceMapper class diff --git a/MeshLib/MeshGenerators/LayeredVolume.cpp b/MeshLib/MeshGenerators/LayeredVolume.cpp index 633d49b1c01..ab0a361a488 100644 --- a/MeshLib/MeshGenerators/LayeredVolume.cpp +++ b/MeshLib/MeshGenerators/LayeredVolume.cpp @@ -1,5 +1,5 @@ /** - * \file LayeredVolume.cpp + * \file * \author Karsten Rink * \date 2014-04-11 * \brief Implementation of the LayeredVolume class. diff --git a/MeshLib/MeshGenerators/LayeredVolume.h b/MeshLib/MeshGenerators/LayeredVolume.h index aa3fdf1b013..6488bcf15b2 100644 --- a/MeshLib/MeshGenerators/LayeredVolume.h +++ b/MeshLib/MeshGenerators/LayeredVolume.h @@ -1,5 +1,5 @@ /** - * \file LayeredVolume.h + * \file * \author Karsten Rink * \date 2014-04-11 * \brief Definition of the LayeredVolume class diff --git a/MeshLib/MeshGenerators/MeshLayerMapper.cpp b/MeshLib/MeshGenerators/MeshLayerMapper.cpp index fa132c35b6e..8bd245815da 100644 --- a/MeshLib/MeshGenerators/MeshLayerMapper.cpp +++ b/MeshLib/MeshGenerators/MeshLayerMapper.cpp @@ -1,5 +1,5 @@ /** - * \file MeshLayerMapper.cpp + * \file * \author Karsten Rink * \date 2010-11-01 * \brief Implementation of the MeshLayerMapper class. diff --git a/MeshLib/MeshGenerators/MeshLayerMapper.h b/MeshLib/MeshGenerators/MeshLayerMapper.h index 4e378db4fd8..773fc871be1 100644 --- a/MeshLib/MeshGenerators/MeshLayerMapper.h +++ b/MeshLib/MeshGenerators/MeshLayerMapper.h @@ -1,5 +1,5 @@ /** - * \file MeshLayerMapper.h + * \file * \author Karsten Rink * \date 2010-11-01 * \brief Definition of the MeshLayerMapper class. diff --git a/MeshLib/MeshQuality/AngleSkewMetric.cpp b/MeshLib/MeshQuality/AngleSkewMetric.cpp index 172ece57219..067d31bf4d6 100644 --- a/MeshLib/MeshQuality/AngleSkewMetric.cpp +++ b/MeshLib/MeshQuality/AngleSkewMetric.cpp @@ -1,5 +1,5 @@ /** - * \file AngleSkewMetric.cpp + * \file * \author Thomas Fischer * \date 2011-03-17 * \brief Implementation of the AngleSkewMetric class. diff --git a/MeshLib/MeshQuality/AngleSkewMetric.h b/MeshLib/MeshQuality/AngleSkewMetric.h index 4fe5b43d7f1..f16a278506c 100644 --- a/MeshLib/MeshQuality/AngleSkewMetric.h +++ b/MeshLib/MeshQuality/AngleSkewMetric.h @@ -1,5 +1,5 @@ /** - * \file AngleSkewMetric.h + * \file * \author Thomas Fischer * \date 2011-03-17 * \brief Definition of the AngleSkewMetric class. diff --git a/MeshLib/MeshQuality/EdgeRatioMetric.cpp b/MeshLib/MeshQuality/EdgeRatioMetric.cpp index d1d63de5b6c..886a9704b1c 100644 --- a/MeshLib/MeshQuality/EdgeRatioMetric.cpp +++ b/MeshLib/MeshQuality/EdgeRatioMetric.cpp @@ -1,5 +1,5 @@ /** - * \file EdgeRatioMetric.cpp + * \file * \author Thomas Fischer * \date 2011-03-03 * \brief Implementation of the EdgeRatioMetric class. diff --git a/MeshLib/MeshQuality/EdgeRatioMetric.h b/MeshLib/MeshQuality/EdgeRatioMetric.h index 84dbfb08ed4..1f149fd7d97 100644 --- a/MeshLib/MeshQuality/EdgeRatioMetric.h +++ b/MeshLib/MeshQuality/EdgeRatioMetric.h @@ -1,5 +1,5 @@ /** - * \file EdgeRatioMetric.h + * \file * \author Thomas Fischer * \date 2011-03-03 * \brief Definition of the AreaMetric class. diff --git a/MeshLib/MeshQuality/ElementQualityInterface.h b/MeshLib/MeshQuality/ElementQualityInterface.h index 8ea1ecdd375..5af68d0511f 100644 --- a/MeshLib/MeshQuality/ElementQualityInterface.h +++ b/MeshLib/MeshQuality/ElementQualityInterface.h @@ -1,5 +1,5 @@ /** - * \file ElementQualityInterface.h + * \file * \author Karsten Rink * \date 2015-03-24 * \brief Definition of the ElementQualityInterface class. diff --git a/MeshLib/MeshQuality/ElementQualityMetric.cpp b/MeshLib/MeshQuality/ElementQualityMetric.cpp index f827acaaa52..92082ed9f4f 100644 --- a/MeshLib/MeshQuality/ElementQualityMetric.cpp +++ b/MeshLib/MeshQuality/ElementQualityMetric.cpp @@ -1,5 +1,5 @@ /** - * \file ElementQualityMetric.cpp + * \file * \author Thomas Fischer * \date 2010-12-08 * \brief Implementation of the ElementQualityMetricBase class. diff --git a/MeshLib/MeshQuality/ElementQualityMetric.h b/MeshLib/MeshQuality/ElementQualityMetric.h index de83ac683d8..9efc32540ad 100644 --- a/MeshLib/MeshQuality/ElementQualityMetric.h +++ b/MeshLib/MeshQuality/ElementQualityMetric.h @@ -1,5 +1,5 @@ /** - * \file ElementQualityMetric.h + * \file * \author Thomas Fischer * \date 2010-12-08 * \brief Definition of the ElementQualityMetricBase class. diff --git a/MeshLib/MeshQuality/ElementSizeMetric.cpp b/MeshLib/MeshQuality/ElementSizeMetric.cpp index dae6f3eb730..b06bf0dbf1b 100644 --- a/MeshLib/MeshQuality/ElementSizeMetric.cpp +++ b/MeshLib/MeshQuality/ElementSizeMetric.cpp @@ -1,5 +1,5 @@ /** - * \file ElementSizeMetric.cpp + * \file * \author Karsten Rink * \date 2011-03-17 * \brief Implementation of the ElementSizeMetric class. diff --git a/MeshLib/MeshQuality/ElementSizeMetric.h b/MeshLib/MeshQuality/ElementSizeMetric.h index 2277f41d12b..10527b82b90 100644 --- a/MeshLib/MeshQuality/ElementSizeMetric.h +++ b/MeshLib/MeshQuality/ElementSizeMetric.h @@ -1,5 +1,5 @@ /** - * \file ElementSizeMetric.h + * \file * \author Karsten Rink * \date 2011-03-17 * \brief Implementation of the AreaMetric class. diff --git a/MeshLib/MeshQuality/MeshValidation.cpp b/MeshLib/MeshQuality/MeshValidation.cpp index 1e8260fd63a..23bdaba2c5e 100644 --- a/MeshLib/MeshQuality/MeshValidation.cpp +++ b/MeshLib/MeshQuality/MeshValidation.cpp @@ -1,5 +1,5 @@ /** - * \file MeshValidation.cpp + * \file * \author Karsten Rink * \date 2013-04-04 * \brief Implementation of the MeshValidation class. diff --git a/MeshLib/MeshQuality/MeshValidation.h b/MeshLib/MeshQuality/MeshValidation.h index 9a0717d7fda..9cf067d3875 100644 --- a/MeshLib/MeshQuality/MeshValidation.h +++ b/MeshLib/MeshQuality/MeshValidation.h @@ -1,5 +1,5 @@ /** - * \file MeshValidation.h + * \file * \author Karsten Rink * \date 2013-04-04 * \brief Definition of the MeshValidation class diff --git a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp index c6c796ab0d3..77f798a796a 100644 --- a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp +++ b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.cpp @@ -1,5 +1,5 @@ /** - * \file RadiusEdgeRatioMetric.cpp + * \file * \author Karsten Rink * \date 2014-09-02 * \brief Implementation of the RadiusEdgeRadioMetric class. diff --git a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h index 8a91a84273b..584886f663c 100644 --- a/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h +++ b/MeshLib/MeshQuality/RadiusEdgeRatioMetric.h @@ -1,5 +1,5 @@ /** - * \file RadiusEdgeRatioMetric.h + * \file * \author Karsten Rink * \date 2014-09-02 * \brief Definition of the RadiusEdgeRatioMetric class. diff --git a/MeshLib/MeshQuality/SizeDifferenceMetric.cpp b/MeshLib/MeshQuality/SizeDifferenceMetric.cpp index 2f4950c73f8..6c98540f11a 100644 --- a/MeshLib/MeshQuality/SizeDifferenceMetric.cpp +++ b/MeshLib/MeshQuality/SizeDifferenceMetric.cpp @@ -1,5 +1,5 @@ /** - * \file SizeDifferenceMetric.cpp + * \file * \author Karsten Rink * \date 2015-03-24 * \brief Implementation of the SizeDifferenceMetric class. diff --git a/MeshLib/MeshQuality/SizeDifferenceMetric.h b/MeshLib/MeshQuality/SizeDifferenceMetric.h index f6af7c9a7b5..83cc3994a68 100644 --- a/MeshLib/MeshQuality/SizeDifferenceMetric.h +++ b/MeshLib/MeshQuality/SizeDifferenceMetric.h @@ -1,5 +1,5 @@ /** - * \file SizeDifferenceMetric.h + * \file * \author Karsten Rink * \date 2015-03-24 * \brief Definition of the SizeDifferenceMetric class. diff --git a/MeshLib/MeshSurfaceExtraction.cpp b/MeshLib/MeshSurfaceExtraction.cpp index efb18203dc6..b2c5bae5c56 100644 --- a/MeshLib/MeshSurfaceExtraction.cpp +++ b/MeshLib/MeshSurfaceExtraction.cpp @@ -1,5 +1,5 @@ /** - * \file MeshSurfaceExtraction.cpp + * \file * \author Karsten Rink * \date 2013-04-04 * \brief Implementation of the MeshSurfaceExtraction class. diff --git a/MeshLib/MeshSurfaceExtraction.h b/MeshLib/MeshSurfaceExtraction.h index 9011108deed..717ef211f3f 100644 --- a/MeshLib/MeshSurfaceExtraction.h +++ b/MeshLib/MeshSurfaceExtraction.h @@ -1,5 +1,5 @@ /** - * \file MeshSurfaceExtraction.h + * \file * \author Karsten Rink * \date 2013-04-04 * \brief Definition of the MeshSurfaceExtraction class diff --git a/MeshLib/NodePartitionedMesh.h b/MeshLib/NodePartitionedMesh.h index e09fdce3f35..4e4ab688138 100644 --- a/MeshLib/NodePartitionedMesh.h +++ b/MeshLib/NodePartitionedMesh.h @@ -1,5 +1,5 @@ /*! - \file NodePartitionedMesh.h + \file \author Wenqing Wang \date 2014.06 \brief Definition of mesh class for partitioned mesh (by node) for parallel diff --git a/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp b/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp index a21c0a6f318..139569dd48b 100644 --- a/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp +++ b/NumLib/Fem/ShapeFunction/ShapeStaticConsts.cpp @@ -1,5 +1,5 @@ /** - * \file ShapeStaticConsts.cpp + * \file * * \copyright * Copyright (c) 2012-2019, OpenGeoSys Community (http://www.opengeosys.org) diff --git a/NumLib/ODESolver/TimeDiscretization.cpp b/NumLib/ODESolver/TimeDiscretization.cpp index 4c576709f66..e104c957d71 100644 --- a/NumLib/ODESolver/TimeDiscretization.cpp +++ b/NumLib/ODESolver/TimeDiscretization.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TimeDiscretization.cpp + * \file * Created on March 31, 2017, 10:30 AM */ diff --git a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp index 337a0b59cd0..f021e9816be 100644 --- a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateEvolutionaryPIDcontroller.cpp + * \file * Created on June 26, 2017, 4:43 PM */ diff --git a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h index 9912f29740c..da87297185b 100644 --- a/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h +++ b/NumLib/TimeStepping/Algorithms/CreateEvolutionaryPIDcontroller.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateEvolutionaryPIDcontroller.h + * \file * Created on June 26, 2017, 4:43 PM */ diff --git a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp index e4d22c44ae2..43ca27e3c9a 100644 --- a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp +++ b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFixedTimeStepping.cpp + * \file * Created on June 26, 2017, 5:03 PM */ diff --git a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h index 49c07157db4..b8df257811d 100644 --- a/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h +++ b/NumLib/TimeStepping/Algorithms/CreateFixedTimeStepping.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateFixedTimeStepping.h + * \file * Created on June 26, 2017, 5:02 PM */ diff --git a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp index 21e54d04033..4a8d96aa806 100644 --- a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp +++ b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file EvolutionaryPIDcontroller.cpp + * \file * Created on March 31, 2017, 4:13 PM */ diff --git a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h index 76a9a1c89d7..fe8827f3a81 100644 --- a/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h +++ b/NumLib/TimeStepping/Algorithms/EvolutionaryPIDcontroller.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file EvolutionaryPIDcontroller.h + * \file * Created on March 31, 2017, 4:13 PM */ diff --git a/NumLib/TimeStepping/CreateTimeStepper.cpp b/NumLib/TimeStepping/CreateTimeStepper.cpp index e9528def7dc..cdd61933395 100644 --- a/NumLib/TimeStepping/CreateTimeStepper.cpp +++ b/NumLib/TimeStepping/CreateTimeStepper.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateTimeStepper.cpp + * \file * Created on May 2, 2017, 12:18 PM */ diff --git a/NumLib/TimeStepping/CreateTimeStepper.h b/NumLib/TimeStepping/CreateTimeStepper.h index 82c5f8da8a1..4b8b6cfec33 100644 --- a/NumLib/TimeStepping/CreateTimeStepper.h +++ b/NumLib/TimeStepping/CreateTimeStepper.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateTimeStepper.h + * \file * Created on May 2, 2017, 12:18 PM */ diff --git a/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp b/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp index 366ebfc7cd1..e424c32a4fe 100644 --- a/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp +++ b/ProcessLib/CoupledSolutionsForStaggeredScheme.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CoupledSolutionsForStaggeredScheme.cpp + * \file * * Created on November 7, 2016, 12:14 PM */ diff --git a/ProcessLib/CoupledSolutionsForStaggeredScheme.h b/ProcessLib/CoupledSolutionsForStaggeredScheme.h index 3f6db1a17a1..9f80e1d3c3e 100644 --- a/ProcessLib/CoupledSolutionsForStaggeredScheme.h +++ b/ProcessLib/CoupledSolutionsForStaggeredScheme.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CoupledSolutionsForStaggeredScheme.h + * \file * * Created on November 7, 2016, 12:14 PM */ diff --git a/ProcessLib/HT/HTLocalAssemblerInterface.h b/ProcessLib/HT/HTLocalAssemblerInterface.h index 75ec7e33a37..54b4569465b 100644 --- a/ProcessLib/HT/HTLocalAssemblerInterface.h +++ b/ProcessLib/HT/HTLocalAssemblerInterface.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file HTLocalAssemblerInterface.h + * \file * Created on October 11, 2017, 1:35 PM */ diff --git a/ProcessLib/HT/MonolithicHTFEM.h b/ProcessLib/HT/MonolithicHTFEM.h index 73dfbc0f4a2..e42a3860f8f 100644 --- a/ProcessLib/HT/MonolithicHTFEM.h +++ b/ProcessLib/HT/MonolithicHTFEM.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file MonolithicHTFEM.h + * \file * Created on October 11, 2017, 2:33 PM */ diff --git a/ProcessLib/HT/StaggeredHTFEM-impl.h b/ProcessLib/HT/StaggeredHTFEM-impl.h index 1caf535f550..405adf3a86f 100644 --- a/ProcessLib/HT/StaggeredHTFEM-impl.h +++ b/ProcessLib/HT/StaggeredHTFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file StaggeredHTFEM-impl.h + * \file * Created on October 13, 2017, 3:52 PM */ diff --git a/ProcessLib/HT/StaggeredHTFEM.h b/ProcessLib/HT/StaggeredHTFEM.h index 6c9d02e4605..e97f11f093a 100644 --- a/ProcessLib/HT/StaggeredHTFEM.h +++ b/ProcessLib/HT/StaggeredHTFEM.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file StaggeredHTFEM.h + * \file * Created on October 11, 2017, 1:42 PM */ diff --git a/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h b/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h index 0e0873995f7..51526cf943c 100644 --- a/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h +++ b/ProcessLib/HydroMechanics/HydroMechanicsFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file HydroMechanicsFEM-impl.h + * \file * Created on November 29, 2017, 2:03 PM */ diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.cpp b/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.cpp index f14f3e341b7..1994d3be6bd 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.cpp +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateLiquidFlowMaterialProperties.cpp + * \file * * Created on December 14, 2016, 1:20 PM */ diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.h b/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.h index 86199632a82..31ca0cc4d5a 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.h +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowMaterialProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateLiquidFlowMaterialProperties.h + * \file * * Created on December 14, 2016, 1:20 PM */ diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp index 6e1d55e36a4..7435ef5d6bd 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateLiquidFlowProcess.cpp + * \file * * Created on August 19, 2016, 1:30 PM */ diff --git a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h index e4575df5fb2..c9790249674 100644 --- a/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h +++ b/ProcessLib/LiquidFlow/CreateLiquidFlowProcess.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file CreateLiquidFlowProcess.h + * \file * * Created on August 19, 2016, 1:30 PM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h index 9f5d935b29c..98fc0f20817 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h +++ b/ProcessLib/LiquidFlow/LiquidFlowLocalAssembler.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowLocalAssembler.h + * \file * * Created on August 19, 2016, 2:28 PM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.cpp b/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.cpp index 5cb3dd5f9ff..96ba20f47bb 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.cpp +++ b/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowMaterialProperties.cpp + * \file * * Created on August 18, 2016, 11:49 AM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.h b/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.h index 0bee25d7716..eed677ae87e 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.h +++ b/ProcessLib/LiquidFlow/LiquidFlowMaterialProperties.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowMaterialProperties.h + * \file * * Created on August 18, 2016, 11:03 AM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp b/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp index 64be0d697ea..c313700f210 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp +++ b/ProcessLib/LiquidFlow/LiquidFlowProcess.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowProcess.cpp + * \file * * Created on August 19, 2016, 1:38 PM */ diff --git a/ProcessLib/LiquidFlow/LiquidFlowProcess.h b/ProcessLib/LiquidFlow/LiquidFlowProcess.h index f639b5d27ba..24e977dbba1 100644 --- a/ProcessLib/LiquidFlow/LiquidFlowProcess.h +++ b/ProcessLib/LiquidFlow/LiquidFlowProcess.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file LiquidFlowProcess.h + * \file * * Created on August 19, 2016, 1:38 PM */ diff --git a/ProcessLib/PhaseField/PhaseFieldFEM-impl.h b/ProcessLib/PhaseField/PhaseFieldFEM-impl.h index 82f5c2b91aa..87294708f28 100644 --- a/ProcessLib/PhaseField/PhaseFieldFEM-impl.h +++ b/ProcessLib/PhaseField/PhaseFieldFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file PhaseFieldFEM-impl.h + * \file * Created on January 8, 2018, 3:00 PM */ #pragma once diff --git a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h index 5656d8d1538..2dd53443384 100644 --- a/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h +++ b/ProcessLib/RichardsMechanics/RichardsMechanicsFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file RichardsMechanicsFEM-impl.h + * \file * Created on November 29, 2017, 2:03 PM */ diff --git a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h index e1551a278e8..9efd97a247f 100644 --- a/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h +++ b/ProcessLib/ThermoMechanicalPhaseField/ThermoMechanicalPhaseFieldFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file ThermoMechanicalPhaseFieldFEM-impl.h + * \file * Created on January 8, 2018, 3:00 PM */ #pragma once diff --git a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h index 9e472c3a692..9a44e5bd48f 100644 --- a/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h +++ b/ProcessLib/ThermoMechanics/ThermoMechanicsFEM-impl.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file ThermoMechanicsFEM-impl.h + * \file * * Created on July 2, 2019, 2:12 PM * diff --git a/Tests/FileIO/TestBoostGmlInterface.cpp b/Tests/FileIO/TestBoostGmlInterface.cpp index e2fc5457416..dbf30882208 100644 --- a/Tests/FileIO/TestBoostGmlInterface.cpp +++ b/Tests/FileIO/TestBoostGmlInterface.cpp @@ -1,5 +1,5 @@ /** - * \file TestBoostGmlInterface.cpp + * \file * \author Karsten Rink * \date 2016-02-16 * diff --git a/Tests/FileIO/TestCsvReader.cpp b/Tests/FileIO/TestCsvReader.cpp index 166497a69d5..95dc3c90921 100644 --- a/Tests/FileIO/TestCsvReader.cpp +++ b/Tests/FileIO/TestCsvReader.cpp @@ -1,5 +1,5 @@ /** - * \file TestCsvReader.cpp + * \file * \author Karsten Rink * \date 2015-04-09 * diff --git a/Tests/FileIO/TestGmlInterface.h b/Tests/FileIO/TestGmlInterface.h index 29f4387ec77..273d26f1cce 100644 --- a/Tests/FileIO/TestGmlInterface.h +++ b/Tests/FileIO/TestGmlInterface.h @@ -1,5 +1,5 @@ /** - * \file TestGmlInterface.h + * \file * \author Karsten Rink * \date 2016-02-21 * diff --git a/Tests/FileIO/TestTetGenInterface.cpp b/Tests/FileIO/TestTetGenInterface.cpp index 2388a58085d..875849fc1eb 100644 --- a/Tests/FileIO/TestTetGenInterface.cpp +++ b/Tests/FileIO/TestTetGenInterface.cpp @@ -1,5 +1,5 @@ /** - * \file TestTetGenInterface.cpp + * \file * \author Karsten Rink * \date 2016-02-19 * diff --git a/Tests/FileIO_Qt/TestQtGmlInterface.cpp b/Tests/FileIO_Qt/TestQtGmlInterface.cpp index 29fd4484335..d2ecf9588a8 100644 --- a/Tests/FileIO_Qt/TestQtGmlInterface.cpp +++ b/Tests/FileIO_Qt/TestQtGmlInterface.cpp @@ -1,5 +1,5 @@ /** - * \file TestQtGmlInterface.cpp + * \file * \author Karsten Rink * \date 2013-03-20 * diff --git a/Tests/GeoLib/TestBoundingSphere.cpp b/Tests/GeoLib/TestBoundingSphere.cpp index cc09d2c865b..99a08745675 100644 --- a/Tests/GeoLib/TestBoundingSphere.cpp +++ b/Tests/GeoLib/TestBoundingSphere.cpp @@ -1,5 +1,5 @@ /** - * \file TestBoundingSphere.cpp + * \file * \author Karsten Rink * \date 2014-08-29 * diff --git a/Tests/GeoLib/TestPointsOnAPlane.cpp b/Tests/GeoLib/TestPointsOnAPlane.cpp index 29ff2430adf..7facd11959c 100644 --- a/Tests/GeoLib/TestPointsOnAPlane.cpp +++ b/Tests/GeoLib/TestPointsOnAPlane.cpp @@ -1,5 +1,5 @@ /** - * \file TestPointsOnAPlane.cpp + * \file * \author Karsten Rink * \date 2014-02-26 * diff --git a/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp b/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp index 94d93cc0554..32d4dc72251 100644 --- a/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp +++ b/Tests/MaterialLib/TestCapillaryPressureSaturationModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestCapillaryPressureSaturationModel.cpp + * \file * * Created on November 1, 2016, 11:06 AM */ diff --git a/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp b/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp index 1f1490ab837..88fe104637b 100644 --- a/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp +++ b/Tests/MaterialLib/TestDimensionLessGibbsFreeEnergy.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestDimensionLessGibbsFreeEnergy.cpp + * \file * * Created on December 9, 2016, 12:31 PM */ diff --git a/Tests/MaterialLib/TestFluidDensity.cpp b/Tests/MaterialLib/TestFluidDensity.cpp index 279a1b93481..36ae64c5580 100644 --- a/Tests/MaterialLib/TestFluidDensity.cpp +++ b/Tests/MaterialLib/TestFluidDensity.cpp @@ -1,5 +1,5 @@ /*! - \file TestFluidDensity.cpp + \file \brief Test classes for fluid density models. \author Wenqing Wang diff --git a/Tests/MaterialLib/TestFluidProperties.cpp b/Tests/MaterialLib/TestFluidProperties.cpp index ce458140ee0..faadee7250f 100644 --- a/Tests/MaterialLib/TestFluidProperties.cpp +++ b/Tests/MaterialLib/TestFluidProperties.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFluidProperties.cpp + * \file * */ diff --git a/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp b/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp index 908ff565fba..002a6de0d94 100644 --- a/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp +++ b/Tests/MaterialLib/TestFluidSpecificHeatCapacityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFluidSpecificHeatCapacityModel.cpp + * \file * */ diff --git a/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp b/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp index 8ea3a77be51..101f313d8a2 100644 --- a/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp +++ b/Tests/MaterialLib/TestFluidThermalConductivityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFluidThermalConductivityModel.cpp + * \file * */ diff --git a/Tests/MaterialLib/TestFluidViscosity.cpp b/Tests/MaterialLib/TestFluidViscosity.cpp index a5a39f97cd4..93609fa68bd 100644 --- a/Tests/MaterialLib/TestFluidViscosity.cpp +++ b/Tests/MaterialLib/TestFluidViscosity.cpp @@ -7,7 +7,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFluidViscosity.cpp + * \file * */ diff --git a/Tests/MaterialLib/TestPorousMediumStorage.cpp b/Tests/MaterialLib/TestPorousMediumStorage.cpp index 61ed7b9c99c..29bdda8b84f 100644 --- a/Tests/MaterialLib/TestPorousMediumStorage.cpp +++ b/Tests/MaterialLib/TestPorousMediumStorage.cpp @@ -1,5 +1,5 @@ /*! - \file TestPorousMediumStorage.cpp + \file \brief Test the classes for storage models. \copyright diff --git a/Tests/MaterialLib/TestRelativePermeabilityModel.cpp b/Tests/MaterialLib/TestRelativePermeabilityModel.cpp index df05d51a27a..3587b9c1bce 100644 --- a/Tests/MaterialLib/TestRelativePermeabilityModel.cpp +++ b/Tests/MaterialLib/TestRelativePermeabilityModel.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestRelativePermeabilityModel.cpp + * \file * * Created on November 2, 2016, 3:09 PM */ diff --git a/Tests/MathLib/TestDividedByPlane.cpp b/Tests/MathLib/TestDividedByPlane.cpp index 479a0fa9f81..33f85375988 100644 --- a/Tests/MathLib/TestDividedByPlane.cpp +++ b/Tests/MathLib/TestDividedByPlane.cpp @@ -1,5 +1,5 @@ /** - * \file TestDividedByPlane.cpp + * \file * \author Karsten Rink * \date 2014-02-26 * diff --git a/Tests/MathLib/TestPiecewiseLinearCurve.cpp b/Tests/MathLib/TestPiecewiseLinearCurve.cpp index 04accb5ffcf..50c4f0336b2 100644 --- a/Tests/MathLib/TestPiecewiseLinearCurve.cpp +++ b/Tests/MathLib/TestPiecewiseLinearCurve.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestPiecewiseLinearCurve.cpp + * \file * * Created on November 11, 2016, 10:58 AM */ diff --git a/Tests/NumLib/FeTestData/TestFeHEX20.h b/Tests/NumLib/FeTestData/TestFeHEX20.h index 23d5d791d97..325fad471bd 100644 --- a/Tests/NumLib/FeTestData/TestFeHEX20.h +++ b/Tests/NumLib/FeTestData/TestFeHEX20.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeHEX20.h + * \file * Created on July 13, 2017, 2:40 PM */ diff --git a/Tests/NumLib/FeTestData/TestFePRISM15.h b/Tests/NumLib/FeTestData/TestFePRISM15.h index a9f68e09127..17f27908985 100644 --- a/Tests/NumLib/FeTestData/TestFePRISM15.h +++ b/Tests/NumLib/FeTestData/TestFePRISM15.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFePRISM15.h + * \file * Created on July 13, 2017, 2:56 PM */ diff --git a/Tests/NumLib/FeTestData/TestFePYRA13.h b/Tests/NumLib/FeTestData/TestFePYRA13.h index 789c4c171c7..d85ae6a49d4 100644 --- a/Tests/NumLib/FeTestData/TestFePYRA13.h +++ b/Tests/NumLib/FeTestData/TestFePYRA13.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFePYRA13.h + * \file * Created on July 13, 2017, 2:57 PM */ diff --git a/Tests/NumLib/FeTestData/TestFeQUAD8.h b/Tests/NumLib/FeTestData/TestFeQUAD8.h index 3833def5131..92dfe3a6cfb 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD8.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD8.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeQUAD8.h + * \file * Created on July 13, 2017, 3:00 PM */ diff --git a/Tests/NumLib/FeTestData/TestFeQUAD9.h b/Tests/NumLib/FeTestData/TestFeQUAD9.h index e1737ee7bd3..c3b426b7626 100644 --- a/Tests/NumLib/FeTestData/TestFeQUAD9.h +++ b/Tests/NumLib/FeTestData/TestFeQUAD9.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeQuad9.h + * \file * Created on July 13, 2017, 2:52 PM */ diff --git a/Tests/NumLib/FeTestData/TestFeTET10.h b/Tests/NumLib/FeTestData/TestFeTET10.h index e6f50c56ea0..9c0658fadb6 100644 --- a/Tests/NumLib/FeTestData/TestFeTET10.h +++ b/Tests/NumLib/FeTestData/TestFeTET10.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeTET10.h + * \file * Created on July 13, 2017, 2:57 PM */ diff --git a/Tests/NumLib/FeTestData/TestFeTRI6.h b/Tests/NumLib/FeTestData/TestFeTRI6.h index edff402f176..855c704e9ac 100644 --- a/Tests/NumLib/FeTestData/TestFeTRI6.h +++ b/Tests/NumLib/FeTestData/TestFeTRI6.h @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestFeTRI6.h + * \file * Created on July 13, 2017, 2:58 PM */ diff --git a/Tests/NumLib/TestGradShapeFunction.cpp b/Tests/NumLib/TestGradShapeFunction.cpp index d05d1dbb4e7..5f46f17c942 100644 --- a/Tests/NumLib/TestGradShapeFunction.cpp +++ b/Tests/NumLib/TestGradShapeFunction.cpp @@ -8,7 +8,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestGradShapeFunction.cpp + * \file * Created on July 14, 2017, 10:08 AM */ diff --git a/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp b/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp index debb22fd220..7b5fe00e975 100644 --- a/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp +++ b/Tests/NumLib/TestTimeSteppingEvolutionaryPIDcontroller.cpp @@ -5,7 +5,7 @@ * See accompanying file LICENSE.txt or * http://www.opengeosys.org/project/license * - * \file TestTimeSteppingEvolutionaryPIDcontroller.cpp + * \file * Created on April 5, 2017, 12:09 PM */ -- GitLab