Fix warnings from documentation build

This commit is contained in:
Andrey Kamaev
2013-02-20 15:01:15 +04:00
parent 9498856b22
commit 11bd936f0b
6 changed files with 30 additions and 38 deletions

View File

@@ -4,24 +4,24 @@ Command Line Parser
.. highlight:: cpp
CommandLineParser
--------
-----------------
.. ocv:class:: CommandLineParser
The CommandLineParser class is designed for command line arguments parsing
.. ocv:function:: CommandLineParser::CommandLineParser(int argc, const char * const argv[], const std::string keys)
.. ocv:function:: CommandLineParser::CommandLineParser( int argc, const char* const argv[], const string& keys )
:param argc:
:param argv:
:param keys:
.. ocv:function:: T CommandLineParser::get<T>(const std::string& name, bool space_delete = true)
.. ocv:function:: template<typename T> T CommandLineParser::get<T>(const std::string& name, bool space_delete = true)
:param name:
:param space_delete:
.. ocv:function:: T CommandLineParser::get<T>(int index, bool space_delete = true)
.. ocv:function:: template<typename T> T CommandLineParser::get<T>(int index, bool space_delete = true)
:param index:
:param space_delete:
@@ -33,7 +33,7 @@ The CommandLineParser class is designed for command line arguments parsing
.. ocv:function:: bool CommandLineParser::check()
.. ocv:function:: void CommandLineParser::about(std::string message)
.. ocv:function:: void CommandLineParser::about( const string& message )
:param message: