Doxygen tutorials: some fixes in RST-docs
This commit is contained in:
@@ -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; }
|
||||
|
||||
|
Reference in New Issue
Block a user