Write brief description for library

Add a brief description of the library on the doxygen front page.
This commit is contained in:
Laurence Withers 2010-01-08 19:25:58 +00:00
parent 420df40a5b
commit bd4ddd7621
1 changed files with 7 additions and 2 deletions

View File

@ -1,11 +1,16 @@
/* libiso8601/src/docs/MainPage.dox
*
* (c)2007, Laurence Withers, <l@lwithers.me.uk>.
* (c)2007-2010, Laurence Withers, <l@lwithers.me.uk>.
* Released under the GNU GPLv3. See file COPYING or
* http://www.gnu.org/copyleft/gpl.html for details.
*/
/*! \mainpage
/*! \mainpage Library for manipulating ISO8601-format dates and times
\c libiso8601 is a library containing conversion routines for ISO8601-format
dates and times and a set of associated date/time manipulation routines. It has
support for leap seconds and nanosecond accuracy and is intended for use in
e.g. physical science applications.
*/