From 5954ecf7c1a776670335d6102b20be24532e20db Mon Sep 17 00:00:00 2001 From: Greg Borenstein Date: Mon, 7 Apr 2014 16:47:43 -0400 Subject: [PATCH] cleanup doc formatting --- src/gab/opencv/OpenCV.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/gab/opencv/OpenCV.java b/src/gab/opencv/OpenCV.java index 2e98e0b..69f9717 100644 --- a/src/gab/opencv/OpenCV.java +++ b/src/gab/opencv/OpenCV.java @@ -450,7 +450,9 @@ private void addLibraryPath(String path) throws Exception { * To pass your own cascade file, provide an absolute path and a second * argument of true, thusly: * + *
 	 * opencv.loadCascade("/path/to/my/custom/cascade.xml", true)
+	 * 
* * (NB: ant build scripts copy the data folder outside of the * jar so that this will work.)