From 66eda72f668e9ab0740a0bd4432af4f4566915c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Sp=C3=B6rk?= Date: Thu, 7 Jan 2016 08:19:06 +0100 Subject: [PATCH] fixed a doxygen issue --- modules/ml/include/opencv2/ml.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ml/include/opencv2/ml.hpp b/modules/ml/include/opencv2/ml.hpp index cfd95a524..4f99bf4b3 100644 --- a/modules/ml/include/opencv2/ml.hpp +++ b/modules/ml/include/opencv2/ml.hpp @@ -725,7 +725,7 @@ public: * Use SVM::save to serialize and store an SVM to disk. * Load the SVM from this file again, by calling this function with the path to the file. * - * @param fs Filename + * @param filepath path to serialized svm */ CV_WRAP static Ptr load(const String& filepath); };