fix docs
[libcds.git] / cds / os / win / thread.h
index 0098bd8af122afe3c071224a20ac64ad685cef5b..2185d7aaa2036230409c7e77e3445e78f760f0f7 100644 (file)
@@ -29,11 +29,13 @@ namespace cds { namespace OS {
         }
     }    // namespace Win32
 
+    //@cond
     using Win32::ThreadId;
     CDS_CONSTEXPR const ThreadId c_NullThreadId = 0;
 
     using Win32::getCurrentThreadId;
     using Win32::isThreadAlive;
+    //@endcond
 
 }} // namespace cds::OS