1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-30 15:53:03 +04:00

warning fix

This commit is contained in:
Abhishek Gola
2026-07-29 21:18:11 +05:30
parent 34c478016d
commit 3ef693c48a
+1 -1
View File
@@ -272,7 +272,7 @@ CV__DNN_INLINE_NS_BEGIN
* %LayerInfo during Net::finalizeNet().
*
* Each operation type registers a `static Ptr<LayerInfo> create(const LayerParams&)` factory
* via @ref CV_DNN_REGISTER_OP_CLASS_STATIC.
* via @ref CV_DNN_REGISTER_OP_CLASS.
*/
class CV_EXPORTS_W LayerInfo
{