Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r49726 - trunk/libs/date_time/xmldoc
From: andrey.semashev_at_[hidden]
Date: 2008-11-13 14:34:33


Author: andysem
Date: 2008-11-13 14:34:32 EST (Thu, 13 Nov 2008)
New Revision: 49726
URL: http://svn.boost.org/trac/boost/changeset/49726

Log:
Fixed missing <entry> tag.

Text files modified:
   trunk/libs/date_time/xmldoc/date_period.xml | 4 +++-
   trunk/libs/date_time/xmldoc/time_period.xml | 2 ++
   2 files changed, 5 insertions(+), 1 deletions(-)

Modified: trunk/libs/date_time/xmldoc/date_period.xml
==============================================================================
--- trunk/libs/date_time/xmldoc/date_period.xml (original)
+++ trunk/libs/date_time/xmldoc/date_period.xml 2008-11-13 14:34:32 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: trunk/libs/date_time/xmldoc/time_period.xml
==============================================================================
--- trunk/libs/date_time/xmldoc/time_period.xml (original)
+++ trunk/libs/date_time/xmldoc/time_period.xml 2008-11-13 14:34:32 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>


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk