blob: 83f9c7fb25b070e003cb6066872ba71f943c2040 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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_ */
|