fix docs
[libcds.git] / cds / os / posix / thread.h
index d8220dcfcfa6dd0beda534c2c4d8780f27766058..5b8ddf925e6ed1a04ef4ca75869160d09cc0155d 100644 (file)
@@ -29,11 +29,13 @@ namespace cds { namespace OS {
         }
     }    // namespace posix
 
+    //@cond
     using posix::ThreadId;
     constexpr const ThreadId c_NullThreadId = 0;
 
     using posix::getCurrentThreadId;
     using posix::isThreadAlive;
+    //@endcond
 
 }} // namespace cds::OS