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

@@ -28,7 +28,7 @@ You can download the code from :download:`here <../../../../samples/cpp/tutorial
using namespace cv;
using namespace std;
/**
/*
* @function cvcloud_load
* @brief load bunny.ply
*/
@@ -50,7 +50,7 @@ You can download the code from :download:`here <../../../../samples/cpp/tutorial
return cloud;
}
/**
/*
* @function main
*/
int main(int argn, char **argv)