Unverified Commit cf1ba0c4 authored by Alexander Alekhin's avatar Alexander Alekhin Committed by GitHub

Merge pull request #10719 from alisentas:master

Fix cv::CommandLineParser::check() documentation
parents 32d71cf8 4d80419f
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment