mirror of
https://github.com/opencv/opencv.git
synced 2025-08-06 14:36:36 +08:00
Merge pull request #10719 from alisentas:master
Fix cv::CommandLineParser::check() documentation
This commit is contained in:
commit
cf1ba0c4e1
@ -909,7 +909,7 @@ public:
|
||||
|
||||
/** @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.
|
||||
*/
|
||||
bool check() const;
|
||||
|
Loading…
Reference in New Issue
Block a user