]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/boost/vmd/assert_is_list.hpp
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / boost / boost / vmd / assert_is_list.hpp
index 6c1b5eaa06824da5cfaeae2d99fd18e5b66d5634..09314995ef8b6c4b7d8cb3e269944736bd5ba45c 100644 (file)
@@ -34,6 +34,8 @@
     
     sequence = a possible Boost PP list.
 
+  @code
+  
     returns  = Normally the macro returns nothing. 
     
                If the sequence is a Boost PP list, nothing is 
@@ -48,6 +50,8 @@
                without producing output if the parameter is not a 
                Boost PP list.
               
+  @endcode
+  
 */
 
 /** \def BOOST_VMD_ASSERT_IS_LIST_D(d,sequence)
     to check or not check by defining the macro 
     BOOST_VMD_ASSERT_DATA to 1 or 0 respectively.
     
-    d        = The next available BOOST_PP_WHILE iteration. 
+    d        = The next available BOOST_PP_WHILE iteration. <br/>
     sequence = a possible Boost PP list.
 
+  @code
+  
     returns  = Normally the macro returns nothing. 
     
                If the sequence is a Boost PP list, nothing is 
@@ -79,6 +85,8 @@
                without producing output if the parameter is not a 
                Boost PP list.
               
+  @endcode
+  
 */
 
 #if !BOOST_VMD_ASSERT_DATA