Skip to content
Snippets Groups Projects
Commit ff7ddb44 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[MeL] Remove doc of absent parameter.

parent 65e52ab9
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
......@@ -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);
......
......@@ -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);
......
......@@ -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);
......
......@@ -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);
......
......@@ -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
{
......
......@@ -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);
......
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment