Doxygen tutorials: some fixes in RST-docs

This commit is contained in:
Maksim Shabunin
2014-11-27 13:23:24 +03:00
parent 03e213ccae
commit 220f671655
45 changed files with 92 additions and 87 deletions

View File

@@ -38,7 +38,7 @@ This tutorial code's is shown lines below.
void readme();
/** @function main */
/* @function main */
int main( int argc, char** argv )
{
if( argc != 3 )
@@ -75,7 +75,7 @@ This tutorial code's is shown lines below.
return 0;
}
/** @function readme */
/* @function readme */
void readme()
{ std::cout << " Usage: ./SURF_detector <img1> <img2>" << std::endl; }