Fixed .rst indentation
authorAlex Leontiev <alozz1991@gmail.com>
Wed, 21 Aug 2013 10:16:37 +0000 (18:16 +0800)
committerAlex Leontiev <alozz1991@gmail.com>
Fri, 30 Aug 2013 13:37:27 +0000 (21:37 +0800)
This caused warnings.

.gitignore
modules/optim/doc/downhill_simplex_method.rst

index 3161cea..1f3a89a 100644 (file)
@@ -7,5 +7,4 @@ tegra/
 .sw[a-z]
 .*.swp
 tags
-build/
 Thumbs.db
index 5661a5c..94d084c 100644 (file)
@@ -140,13 +140,10 @@ are supposed to be set via the setters before the call to this method or the def
 
 .. ocv:function:: double optim::DownhillSolver::minimize(InputOutputArray x)
 
-    :param x: The initial point, that will become a centroid of an initial simplex. After the algorithm will terminate, it will be setted to the
-    point where the algorithm stops, the point of possible minimum.
+    :param x: The initial point, that will become a centroid of an initial simplex. After the algorithm will terminate, it will be setted to the point where the algorithm stops, the point of possible minimum.
 
     :return: The value of a function at the point found.
 
-Explain parameters.
-
 optim::createDownhillSolver
 ------------------------------------