added Doxygen-based documentation (draft version for now)

This commit is contained in:
Vadim Pisarevsky
2010-05-18 15:41:28 +00:00
parent 3b0243c51d
commit 47c3e79423
5 changed files with 918 additions and 119 deletions

View File

@@ -730,7 +730,7 @@ Returns the number of ticks per second
\cvdefCpp{double getTickFrequency();}
The function returns the number of ticks per second.
That is, the following code computes the executing time in seconds.
That is, the following code computes the execution time in seconds.
\begin{lstlisting}
double t = (double)getTickCount();
// do something ...