From bd4ddd76211ca184e9947b57d6bc3a51e2f8147a Mon Sep 17 00:00:00 2001 From: Laurence Withers Date: Fri, 8 Jan 2010 19:25:58 +0000 Subject: [PATCH] Write brief description for library Add a brief description of the library on the doxygen front page. --- src/docs/MainPage.dox | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/docs/MainPage.dox b/src/docs/MainPage.dox index 29af7e0..7df3bc0 100644 --- a/src/docs/MainPage.dox +++ b/src/docs/MainPage.dox @@ -1,11 +1,16 @@ /* libiso8601/src/docs/MainPage.dox * - * (c)2007, Laurence Withers, . + * (c)2007-2010, Laurence Withers, . * 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. */