diff options
Diffstat (limited to 'doc/resource/MTS_IO_DoxygenMain.h')
-rwxr-xr-x | doc/resource/MTS_IO_DoxygenMain.h | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/doc/resource/MTS_IO_DoxygenMain.h b/doc/resource/MTS_IO_DoxygenMain.h new file mode 100755 index 0000000..83f9c7f --- /dev/null +++ b/doc/resource/MTS_IO_DoxygenMain.h @@ -0,0 +1,28 @@ +/*! + \file MTS_IO_DoxygenMain.h + \brief Header for MTS IO Library Code Documentation. + \date 2012-12-13 + \author Sean Godinez + + Details. + */ + +#ifndef MTS_IO_DOXYGENMAIN_H_ +#define MTS_IO_DOXYGENMAIN_H_ + + +/** @mainpage Welcome to the Multi-Tech Systems MTS IO Library Documentation Site +* +* @authors MTS Software Developers +* +* @section intro Introduction +* @todo Provide an introduction describing the MTS IO library, +* build configuration, and unit testing. +* +* @todo Document MTS IO Libraries +* +* <hr> +* Website: <A HREF="http://www.multitech.com"> Multi-Tech Systems </A> +*/ + +#endif /* MTR_DOXYGENMAIN_H_ */ |