mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
Fix cv::CommandLineParser::check() documentation
This commit is contained in:
parent
32d71cf85f
commit
4d80419f29
@ -909,7 +909,7 @@ public:
|
|||||||
|
|
||||||
/** @brief Check for parsing errors
|
/** @brief Check for parsing errors
|
||||||
|
|
||||||
Returns true if error occurred while accessing the parameters (bad conversion, missing arguments,
|
Returns false if error occurred while accessing the parameters (bad conversion, missing arguments,
|
||||||
etc.). Call @ref printErrors to print error messages list.
|
etc.). Call @ref printErrors to print error messages list.
|
||||||
*/
|
*/
|
||||||
bool check() const;
|
bool check() const;
|
||||||
|
Loading…
Reference in New Issue
Block a user