From: khizmax Date: Wed, 10 Aug 2016 19:12:42 +0000 (+0300) Subject: Docfix X-Git-Tag: v2.2.0~141 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=53513f0041ebf8fcb327581a916cf7c5b82900ad;p=libcds.git Docfix --- 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;