Text formatting, docfix
[libcds.git] / cds / container / michael_set.h
index fcfc917c8e227556a5e263ebad98ac4508944da7..03948f6025fedf16ccf87e59c9ae5a3133d60c8e 100644 (file)
@@ -614,7 +614,8 @@ namespace cds { namespace container {
         //@endcond
 
         /// Checks whether the set contains \p key
-        /** 
+        /**
+
             The function searches the item with key equal to \p key
             and returns \p true if the key is found, and \p false otherwise.