Added check for trailing semicolon to rst parser; fixed few documentation build warnings

This commit is contained in:
Andrey Kamaev
2012-05-29 10:57:25 +00:00
parent 05de6302fd
commit 40e8d08e8d
6 changed files with 13 additions and 9 deletions

View File

@@ -260,7 +260,7 @@ BFMatcher
-----------------
.. ocv:class::BFMatcher : public DescriptorMatcher
Brute-force descriptor matcher. For each descriptor in the first set, this matcher finds the closest descriptor in the second set by trying each one. This descriptor matcher supports masking permissible matches of descriptor sets. ::
Brute-force descriptor matcher. For each descriptor in the first set, this matcher finds the closest descriptor in the second set by trying each one. This descriptor matcher supports masking permissible matches of descriptor sets.
BFMatcher::BFMatcher