Update the documentation dates

This commit is contained in:
Bradlee Speice
2012-07-18 13:54:26 -04:00
parent c84ab79aa2
commit c5484ed61d
10 changed files with 18 additions and 18 deletions

View File

@ -265,14 +265,14 @@ If you have any questions, comments, concerns, email <%s>\n", LIBCVAUTOMATION_VE
/** \file cva-match.c
* \brief The cva-input program to demonstrate Libcvautomation's XTest functionality
* \author Bradlee Speice <bspeice@uncc.edu>
* \date 7/11/2012
* \date 7/18/2012
*/
/* The biggest purpose of documenting this code is to trick doxygen into making a man page for it. */
/** \page cva-match
*
* \author Bradlee Speice <bspeice@uncc.edu>
* \date 7/11/2012
* \date 7/18/2012
* \section usage Usage:
* This program uses OpenCV in order to recognize an image within an image. The return code is how many matches were found - return 0 for no matches, 1 for one match, etc.
*