$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r49727 - branches/release/libs/date_time/xmldoc
From: andrey.semashev_at_[hidden]
Date: 2008-11-13 14:35:04
Author: andysem
Date: 2008-11-13 14:35:04 EST (Thu, 13 Nov 2008)
New Revision: 49727
URL: http://svn.boost.org/trac/boost/changeset/49727
Log:
Fixed missing <entry> tag.
Text files modified: 
   branches/release/libs/date_time/xmldoc/date_period.xml |     4 +++-                                    
   branches/release/libs/date_time/xmldoc/time_period.xml |     2 ++                                      
   2 files changed, 5 insertions(+), 1 deletions(-)
Modified: branches/release/libs/date_time/xmldoc/date_period.xml
==============================================================================
--- branches/release/libs/date_time/xmldoc/date_period.xml	(original)
+++ branches/release/libs/date_time/xmldoc/date_period.xml	2008-11-13 14:35:04 EST (Thu, 13 Nov 2008)
@@ -116,11 +116,13 @@
             <entry>Add duration to both begin and end.</entry>
           </row>
           <row>
+	    <entry>
               <screen>
 date_period dp(date(2005,Jan,2), days(2));
 dp.expand(days(1)); 
 // dp == 2005-Jan-01 to 2005-Jan-04
-             </screen>
+              </screen>
+            </entry>
           </row>
 
         </tbody>
Modified: branches/release/libs/date_time/xmldoc/time_period.xml
==============================================================================
--- branches/release/libs/date_time/xmldoc/time_period.xml	(original)
+++ branches/release/libs/date_time/xmldoc/time_period.xml	2008-11-13 14:35:04 EST (Thu, 13 Nov 2008)
@@ -126,11 +126,13 @@
             <entry>Add duration to both begin and end.</entry>
           </row>
           <row>
+	    <entry>
               <screen>
 time_period tp(ptime(date(2005,Jan,1),hours(1)), hours(2));
 tp.expand(minutes(5)); 
 // tp == 2005-Jan-01 00:55:00 to 2005-Jan-01 03:05:00
              </screen>
+	    </entry>
           </row>
 
         </tbody>