table_template.xml 991 B

1234567891011121314151617181920212223242526272829303132
  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. <!-- this file is here simply to make the creation of new tables easier and uniform in their layout -->
  6. <para>
  7. <informaltable frame="all">
  8. <tgroup cols="2">
  9. <thead>
  10. <row>
  11. <entry valign="top" morerows="1">Syntax</entry>
  12. <entry>Description</entry>
  13. </row>
  14. <row>
  15. <entry>Example</entry>
  16. </row>
  17. </thead>
  18. <tbody>
  19. <row>
  20. <entry valign="top" morerows="1"><screen>time_zone_ptr zone()</screen></entry>
  21. <entry>Returns associated time_zone object via a time_zone_ptr</entry>
  22. </row>
  23. <row>
  24. <entry><screen>the example...</screen></entry>
  25. </row>
  26. </tbody>
  27. </tgroup>
  28. </informaltable>
  29. </para>