From ff7ddb44a555271d81c30164fec9ae145fd777b0 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Thu, 7 May 2015 16:13:55 +0200 Subject: [PATCH] [MeL] Remove doc of absent parameter. --- MeshLib/Elements/HexRule8.h | 1 - MeshLib/Elements/LineRule2.h | 1 - MeshLib/Elements/PrismRule6.h | 1 - MeshLib/Elements/PyramidRule5.h | 1 - MeshLib/Elements/QuadRule4.h | 1 - MeshLib/Elements/TemplateElement.h | 1 - MeshLib/Elements/TetRule4.h | 1 - MeshLib/Elements/TriRule3.h | 1 - 8 files changed, 8 deletions(-) diff --git a/MeshLib/Elements/HexRule8.h b/MeshLib/Elements/HexRule8.h index 6c07d23ddf1..5b5ed204ea0 100644 --- a/MeshLib/Elements/HexRule8.h +++ b/MeshLib/Elements/HexRule8.h @@ -92,7 +92,6 @@ public: /** * Tests if the element is geometrically valid. - * @param check_zero_volume indicates if volume == 0 should be checked */ static ElementErrorCode validate(const Element* e); diff --git a/MeshLib/Elements/LineRule2.h b/MeshLib/Elements/LineRule2.h index 8b5ef8a16cd..010ba489a8b 100644 --- a/MeshLib/Elements/LineRule2.h +++ b/MeshLib/Elements/LineRule2.h @@ -58,7 +58,6 @@ public: /** * Tests if the element is geometrically valid. - * @param check_zero_volume indicates if volume == 0 should be checked */ static ElementErrorCode validate(const Element* e); diff --git a/MeshLib/Elements/PrismRule6.h b/MeshLib/Elements/PrismRule6.h index 56bc44d81ef..ed9185ca6bf 100644 --- a/MeshLib/Elements/PrismRule6.h +++ b/MeshLib/Elements/PrismRule6.h @@ -93,7 +93,6 @@ public: /** * Tests if the element is geometrically valid. - * @param check_zero_volume indicates if volume == 0 should be checked */ static ElementErrorCode validate(const Element* e); diff --git a/MeshLib/Elements/PyramidRule5.h b/MeshLib/Elements/PyramidRule5.h index ff3c6ceb11a..1e6b3071ebb 100644 --- a/MeshLib/Elements/PyramidRule5.h +++ b/MeshLib/Elements/PyramidRule5.h @@ -92,7 +92,6 @@ public: /** * Tests if the element is geometrically valid. - * @param check_zero_volume indicates if volume == 0 should be checked */ static ElementErrorCode validate(const Element* e); diff --git a/MeshLib/Elements/QuadRule4.h b/MeshLib/Elements/QuadRule4.h index 416c93ce584..a9a680871d5 100644 --- a/MeshLib/Elements/QuadRule4.h +++ b/MeshLib/Elements/QuadRule4.h @@ -71,7 +71,6 @@ public: /** * Tests if the element is geometrically valid. - * @param check_zero_volume indicates if volume == 0 should be checked */ static ElementErrorCode validate(const Element* e); diff --git a/MeshLib/Elements/TemplateElement.h b/MeshLib/Elements/TemplateElement.h index e880183fad2..9fe5b5aaf14 100644 --- a/MeshLib/Elements/TemplateElement.h +++ b/MeshLib/Elements/TemplateElement.h @@ -120,7 +120,6 @@ public: /** * Tests if the element is geometrically valid. - * @param check_zero_volume indicates if volume == 0 should be checked */ virtual ElementErrorCode validate() const { diff --git a/MeshLib/Elements/TetRule4.h b/MeshLib/Elements/TetRule4.h index d894a167255..259ec4dd69e 100644 --- a/MeshLib/Elements/TetRule4.h +++ b/MeshLib/Elements/TetRule4.h @@ -87,7 +87,6 @@ public: /** * Tests if the element is geometrically valid. - * @param check_zero_volume indicates if volume == 0 should be checked */ static ElementErrorCode validate(const Element* e); diff --git a/MeshLib/Elements/TriRule3.h b/MeshLib/Elements/TriRule3.h index 654fe494ebc..f90a519209e 100644 --- a/MeshLib/Elements/TriRule3.h +++ b/MeshLib/Elements/TriRule3.h @@ -72,7 +72,6 @@ public: /** * Tests if the element is geometrically valid. - * @param check_zero_volume indicates if volume == 0 should be checked */ static ElementErrorCode validate(const Element* e); -- GitLab