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

@@ -277,7 +277,7 @@ Returns a text string formatted using the ``printf``\ -like expression.
:param fmt: ``printf`` -compatible formatting specifiers.
The function acts like ``sprintf`` but forms and returns an STL string. It can be used to form an error message in the
:ocv:func:`Exception` constructor.
:ocv:class:`Exception` constructor.