From 53513f0041ebf8fcb327581a916cf7c5b82900ad Mon Sep 17 00:00:00 2001 From: khizmax Date: Wed, 10 Aug 2016 22:12:42 +0300 Subject: [PATCH] Docfix --- cds/container/michael_map.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cds/container/michael_map.h b/cds/container/michael_map.h index 3bd11d39..38bce26d 100644 --- a/cds/container/michael_map.h +++ b/cds/container/michael_map.h @@ -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; -- 2.34.1