Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r60671 - trunk/libs/proto/doc
From: eric_at_[hidden]
Date: 2010-03-16 20:43:15


Author: eric_niebler
Date: 2010-03-16 20:43:14 EDT (Tue, 16 Mar 2010)
New Revision: 60671
URL: http://svn.boost.org/trac/boost/changeset/60671

Log:
add assert_matches/assert_matches_not to function list
Text files modified:
   trunk/libs/proto/doc/propdocs.sh | 2 +-
   trunk/libs/proto/doc/reference.xml | 10 ++++++++++
   2 files changed, 11 insertions(+), 1 deletions(-)

Modified: trunk/libs/proto/doc/propdocs.sh
==============================================================================
--- trunk/libs/proto/doc/propdocs.sh (original)
+++ trunk/libs/proto/doc/propdocs.sh 2010-03-16 20:43:14 EDT (Tue, 16 Mar 2010)
@@ -1,3 +1,3 @@
 #!/bin/sh
 
-rsync --delete --rsh=ssh --recursive html/* eric_niebler,boost-sandbox_at_[hidden]:/home/groups/b/bo/boost-sandbox/htdocs/libs/proto/doc/html
+rsync --delete --rsh=ssh --recursive -p html/* eric_niebler,boost-sandbox_at_[hidden]:/home/groups/b/bo/boost-sandbox/htdocs/libs/proto/doc/html

Modified: trunk/libs/proto/doc/reference.xml
==============================================================================
--- trunk/libs/proto/doc/reference.xml (original)
+++ trunk/libs/proto/doc/reference.xml 2010-03-16 20:43:14 EDT (Tue, 16 Mar 2010)
@@ -938,6 +938,16 @@
       </listitem>
       <listitem>
         <computeroutput>
+ <functionname alt="boost::proto::assert_matches">proto::assert_matches()</functionname>
+ </computeroutput>
+ </listitem>
+ <listitem>
+ <computeroutput>
+ <functionname alt="boost::proto::assert_matches_not">proto::assert_matches_not()</functionname>
+ </computeroutput>
+ </listitem>
+ <listitem>
+ <computeroutput>
           <functionname alt="boost::proto::child">proto::child()</functionname>
         </computeroutput>
       </listitem>


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