1 
2 /* Copyright (c) 2002-2004 CrystalClear Software, Inc.
3  * Use, modification and distribution is subject to the
4  * Boost Software License, Version 1.0. (See accompanying
5  * file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
6  * Author: Jeff Garland
7  * $Date$
8  */
9 
10 
11 //File doesn't have a current purpose except to generate docs
12 //and keep it changeable without recompiles
13 
14 /** @defgroup time_basics Time Basics
15 
16 **/
17 
18 /** @defgroup time_format Time Formatting
19 
20 **/
21 
22 
23 
24 /*! @example local_utc_conversion.cpp
25   Demonstrate utc to local and local to utc calculations including dst.
26 */
27 /*! @example time_periods.cpp Demonstrate some simple uses of time periods.
28 */
29 /*! @example print_hours.cpp Demonstrate time iteration, clock retrieval, and simple calculation.
30  */
31 /*! @example time_math.cpp Various types of calculations with times and time durations.
32  */
33 
34 
35 
36