Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_34_1/libs/date_time/xmldoc/table_template.xml @ 29

Last change on this file since 29 was 29, checked in by landauf, 16 years ago

updated boost from 1_33_1 to 1_34_1

File size: 983 bytes
Line 
1<!-- Copyright (c) 2004-2005 CrystalClear Software, Inc.
2     Subject to the Boost Software License, Version 1.0.
3     (See accompanying file LICENSE-1.0 or  http://www.boost.org/LICENSE-1.0)
4-->
5
6<!-- this file is here simply to make the creation of new tables easier and uniform in their layout -->
7
8  <para>
9    <informaltable frame="all">
10      <tgroup cols="2">
11        <thead>
12          <row>
13            <entry valign="top" morerows="1">Syntax</entry>
14            <entry>Description</entry>
15          </row>
16          <row>
17              <entry>Example</entry>
18          </row>
19        </thead>
20        <tbody>
21          <row>
22            <entry valign="top" morerows="1"><screen>time_zone_ptr zone()</screen></entry>
23            <entry>Returns associated time_zone object via a time_zone_ptr</entry>
24          </row>
25          <row>
26            <entry><screen>the example...</screen></entry>
27          </row>
28
29        </tbody>
30      </tgroup>
31    </informaltable>
32  </para>
Note: See TracBrowser for help on using the repository browser.