summaryrefslogtreecommitdiffstats
path: root/src/boost/libs/date_time/xmldoc/table_template.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/boost/libs/date_time/xmldoc/table_template.xml')
-rw-r--r--src/boost/libs/date_time/xmldoc/table_template.xml32
1 files changed, 32 insertions, 0 deletions
diff --git a/src/boost/libs/date_time/xmldoc/table_template.xml b/src/boost/libs/date_time/xmldoc/table_template.xml
new file mode 100644
index 000000000..358619f66
--- /dev/null
+++ b/src/boost/libs/date_time/xmldoc/table_template.xml
@@ -0,0 +1,32 @@
+<!-- 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>