Docfix
authorkhizmax <libcds.dev@gmail.com>
Wed, 10 Aug 2016 19:12:42 +0000 (22:12 +0300)
committerkhizmax <libcds.dev@gmail.com>
Wed, 10 Aug 2016 19:12:42 +0000 (22:12 +0300)
cds/container/michael_map.h

index 3bd11d39ae310d16cd8a5681f18454b53d81ffb4..38bce26dba7c98b5921f47918a265b3949508ec3 100644 (file)
@@ -25,7 +25,7 @@
     SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
     CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
     OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.     
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 */
 
 #ifndef CDSLIB_CONTAINER_MICHAEL_MAP_H
@@ -325,7 +325,7 @@ namespace cds { namespace container {
             };
             \endcode
 
-            Note, the iterator object returned by \p end(), \p cend() member functions points to \p nullptr and should not be dereferenced.
+            @note The iterator object returned by \p end(), \p cend() member functions points to \p nullptr and should not be dereferenced.
         */
         typedef iterator_type< false >    iterator;