date_time/xmldoc/table_template.xml
2008-02-27 18:51:14 +00:00

33 lines
991 B
XML

<!-- Copyright (c) 2004-2005 CrystalClear Software, Inc.
Subject to the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or http://www.boost.org/LICENSE_1_0.txt)
-->
<!-- 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>