Files
date_time/xmldoc/table_template.xml
2005-05-28 18:56:21 +00:00

33 lines
983 B
XML

<!-- Copyright (c) 2004-2005 CrystalClear Software, Inc.
Subject to the Boost Software License, Version 1.0.
(See accompanying file LICENSE-1.0 or http://www.boost.org/LICENSE-1.0)
-->
<!-- this file is here simply to make the creation of new tables easier and uniform in their layout -->
<para>
<informaltable frame="all">
<tgroup cols="2">
<thead>
<row>
<entry valign="top" morerows="1">Syntax</entry>
<entry>Description</entry>
</row>
<row>
<entry>Example</entry>
</row>
</thead>
<tbody>
<row>
<entry valign="top" morerows="1"><screen>time_zone_ptr zone()</screen></entry>
<entry>Returns associated time_zone object via a time_zone_ptr</entry>
</row>
<row>
<entry><screen>the example...</screen></entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>