Update of /cvsroot/boost/boost/boost/xpressive/proto
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv20423

Modified Files:
        extends.hpp 
Log Message:
keep doxygen happy by escaping angle brackets in doxygen comments

Index: extends.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/xpressive/proto/extends.hpp,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- extends.hpp 29 Mar 2007 22:19:39 -0000      1.26
+++ extends.hpp 4 Apr 2007 23:13:56 -0000       1.27
@@ -219,13 +219,13 @@
     ///     struct my_terminal
     ///     {
     ///         BOOST_PROTO_EXTENDS(
-    ///             typename proto::terminal<T>::type
-    ///           , my_terminal<T>
+    ///             typename proto::terminal\<T\>::type
+    ///           , my_terminal\<T\>
     ///           , default_domain
     ///         )
     ///     };
     ///
-    ///     my_terminal<int> _1, _2;
+    ///     my_terminal\<int\> _1, _2;
     ///     _1 + _2; // OK, uses proto::operator+
     ///
     /// Without the second Dummy template parameter, Proto's operator 
@@ -233,7 +233,7 @@
     struct is_proto_expr
     {};
 
-    /// \brief extends<> class template for adding behaviors to a proto 
expression template
+    /// \brief extends\<\> class template for adding behaviors to a proto 
expression template
     ///
     template<typename Expr, typename Derived, typename Domain>
     struct extends


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to