Write brief description for library
Add a brief description of the library on the doxygen front page.
This commit is contained in:
parent
420df40a5b
commit
bd4ddd7621
|
@ -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.
|
||||
|
||||
*/
|
||||
|
||||
|
|
Loading…
Reference in New Issue