mirror of
https://github.com/boostorg/date_time.git
synced 2026-02-22 03:12:24 +00:00
52 lines
1.6 KiB
XML
52 lines
1.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!DOCTYPE library PUBLIC "-//Boost//DTD BoostBook XML V1.0//EN"
|
|
"../../../tools/boostbook/dtd/boostbook.dtd">
|
|
|
|
<library name="Date Time" dirname="date_time"
|
|
xmlns:xi="http://www.w3.org/2001/XInclude" id="date_time"
|
|
last-revision="$Date$">
|
|
<libraryinfo>
|
|
<author>
|
|
<firstname>Jeff</firstname>
|
|
<surname>Garland</surname>
|
|
</author>
|
|
|
|
<copyright>
|
|
<year>2001</year>
|
|
<year>2002</year>
|
|
<year>2003</year>
|
|
<year>2004</year>
|
|
<holder>CrystalClear Software, Inc</holder>
|
|
</copyright>
|
|
|
|
<legalnotice>
|
|
<para>Use, modification and distribution is subject to the Boost
|
|
Software License, Version 1.0. (See accompanying file
|
|
<filename>LICENSE_1_0.txt</filename> or copy at <ulink
|
|
url="http://www.boost.org/LICENSE_1_0.txt">http://www.boost.org/LICENSE_1_0.txt</ulink>)</para>
|
|
</legalnotice>
|
|
|
|
<librarypurpose>A set of facilities to ease programming with dates and times.
|
|
</librarypurpose>
|
|
<librarycategory name="category:misc"/>
|
|
</libraryinfo>
|
|
|
|
<title>Boost.Date_Time</title>
|
|
<section id="date_time.intro">
|
|
<bridgehead renderas="sect3">Introduction</bridgehead>
|
|
|
|
<para>
|
|
A set of date-time libraries based on generic programming concepts.
|
|
</para>
|
|
</section>
|
|
<xi:include href="conceptual.xml"/>
|
|
<xi:include href="gregorian.xml"/>
|
|
<xi:include href="posix_time.xml"/>
|
|
<xi:include href="details.xml"/>
|
|
<xi:include href="examples.xml"/>
|
|
<!--<xi:include href="date_time.doxygen.boostbook"/> -->
|
|
<xi:include href="doxy.xml"/>
|
|
<!-- add more sections here -->
|
|
|
|
</library>
|