From 714b3137acff7e70b3d21397cab5ea04135fd68f Mon Sep 17 00:00:00 2001 From: berak Date: Fri, 12 Sep 2014 11:47:16 +0200 Subject: [PATCH] fix asterisk warning --- modules/xobjdetect/doc/integral_channel_features.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/xobjdetect/doc/integral_channel_features.rst b/modules/xobjdetect/doc/integral_channel_features.rst index d681b7981..41865c17e 100644 --- a/modules/xobjdetect/doc/integral_channel_features.rst +++ b/modules/xobjdetect/doc/integral_channel_features.rst @@ -183,7 +183,7 @@ Train detector. .. ocv:function:: void ICFDetector::train(const String& pos_path, const String& bg_path, ICFDetectorParams params = ICFDetectorParams()) - :param pos_path: path to folder with images of objects (wildcards like /my/path/*.png are allowed) + :param pos_path: path to folder with images of objects (wildcards like ``/my/path/*.png`` are allowed) :param bg_path: path to folder with background images :param params: parameters for detector training