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.txt or http://www.boost.org/LICENSE_1_0.txt) 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> 33