Boost logo

Boost-Commit :

From: hartmut.kaiser_at_[hidden]
Date: 2008-07-29 14:22:22


Author: hkaiser
Date: 2008-07-29 14:22:21 EDT (Tue, 29 Jul 2008)
New Revision: 47867
URL: http://svn.boost.org/trac/boost/changeset/47867

Log:
Wave: Some documentation fixes.
Text files modified:
   branches/release/libs/wave/ChangeLog | 8 ++++++--
   branches/release/libs/wave/doc/class_reference_ctxpolicy.html | 2 +-
   branches/release/libs/wave/index.html | 11 +++++------
   3 files changed, 12 insertions(+), 9 deletions(-)

Modified: branches/release/libs/wave/ChangeLog
==============================================================================
--- branches/release/libs/wave/ChangeLog (original)
+++ branches/release/libs/wave/ChangeLog 2008-07-29 14:22:21 EDT (Tue, 29 Jul 2008)
@@ -24,8 +24,11 @@
 
 CHANGELOG
 
-Boost V1.36
-- Wave Version 2.0
+Boost V1.36.0
+- Wave Version 2.0 is a new major release introducing some breaking API changes,
+ preventing it to be used with Boost versions earlier than V1.36.0. The API
+ and hook interface have been streamlined for more consistency.
+
 - Added an additional template parameter to the context object, allowing to
   specify any possibly derived type. This change propagates to the preprocessing
   hooks, which now get passed the most derived context type as its first
@@ -47,6 +50,7 @@
   preprocessing two consecutive tokens.
 - Adjusted Spirit header includes to point to conform to the new directory
   structure, removed support for Spirit versions earlier than V1.7.
+- Started to migrate to new multi_pass iterators from Spirit V2.0.
   
 Boost V1.35.0
 - Wave Version 1.3

Modified: branches/release/libs/wave/doc/class_reference_ctxpolicy.html
==============================================================================
--- branches/release/libs/wave/doc/class_reference_ctxpolicy.html (original)
+++ branches/release/libs/wave/doc/class_reference_ctxpolicy.html 2008-07-29 14:22:21 EDT (Tue, 29 Jul 2008)
@@ -11,7 +11,7 @@
   <tr>
     <td width="21"> <h1></h1></td>
     <td width="885"> <font face="Verdana, Arial, Helvetica, sans-serif"><b><font size="6">The
- Context Policy (new, upcoming interface) </font></b></font></td>
+ Context Policy (new, current interface) </font></b></font></td>
     <td width="96"></td>
   </tr>
 </table>

Modified: branches/release/libs/wave/index.html
==============================================================================
--- branches/release/libs/wave/index.html (original)
+++ branches/release/libs/wave/index.html 2008-07-29 14:22:21 EDT (Tue, 29 Jul 2008)
@@ -1,7 +1,7 @@
 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
 <html>
 <head>
-<title>Wave V1.2</title>
+<title>Wave V2.0</title>
 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
 <link href="doc/theme/style.css" rel="stylesheet" type="text/css">
 </head>
@@ -9,8 +9,7 @@
 <table width="100%" border="0" cellspacing="2" background="doc/theme/bkd2.gif">
   <tr>
     <td width="21"> <h1></h1></td>
- <td width="885"> <font face="Verdana, Arial, Helvetica, sans-serif"><b><font size="6">Wave
- V1.3</font></b></font></td>
+ <td width="885"> <font face="Verdana, Arial, Helvetica, sans-serif"><b><font size="6">Wave V2.0</font></b></font></td>
     <td width="96"></td>
   </tr>
 </table>
@@ -42,11 +41,11 @@
   </tr>
   <tr>
     <td class="toc_cells_L1"><a href="doc/class_reference_ctxpolicy.html">The Context
- Policy (new, upcoming interface) </a></td>
+ Policy (new, current interface) </a></td>
   </tr>
   <tr>
- <td class="toc_cells_L1"><a href="doc/class_ref_ctxpolicy_depr.html">The Context
- Policy (current, but depreciated interface) </a></td>
+ <td class="toc_cells_L1" style="height: 27px"><a href="doc/class_ref_ctxpolicy_depr.html">The Context
+ Policy (depreciated interface) </a></td>
   </tr>
   <tr>
     <td class="toc_cells_L1"><a href="doc/class_reference_lexer.html">The Lexer Iterator Interface


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