From ace679f9febc02780c482dcdfec312c89e8569a5 Mon Sep 17 00:00:00 2001 From: khizmax Date: Tue, 22 Dec 2015 17:24:31 +0300 Subject: [PATCH] Docfix --- cds/container/michael_set_rcu.h | 1 + tools/make_distrib.pl | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/cds/container/michael_set_rcu.h b/cds/container/michael_set_rcu.h index 7ce9395c..a2a3180d 100644 --- a/cds/container/michael_set_rcu.h +++ b/cds/container/michael_set_rcu.h @@ -653,6 +653,7 @@ namespace cds { namespace container { { return contains( key, pred ); } + //@endcond /// Finds the key \p key and return the item found /** \anchor cds_nonintrusive_MichaelHashSet_rcu_get diff --git a/tools/make_distrib.pl b/tools/make_distrib.pl index 5ce0ad47..5b04056d 100644 --- a/tools/make_distrib.pl +++ b/tools/make_distrib.pl @@ -126,7 +126,7 @@ sub processFile( $ ) Version: $Version (C) Copyright Maxim Khizhinsky (libcds.dev\@gmail.com) 2006-$year - Distributed under the BSD license (see accompanying file license.txt) + Distributed under the BSD license (see accompanying file LICENSE) Source code repo: http://github.com/khizmax/libcds/ Download: http://sourceforge.net/projects/libcds/files/ -- 2.34.1