21 lines
695 B
Plaintext
21 lines
695 B
Plaintext
/* libiso8601/src/docs/MainPage.dox
|
|
*
|
|
* (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 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.
|
|
|
|
*/
|
|
|
|
/* options for text editors
|
|
kate: replace-trailing-space-save true; space-indent true; tab-width 4;
|
|
vim: expandtab:ts=4:sw=4:syntax=doxygen
|
|
*/
|