qthighway/xqservice/src/xqserviceipcmarshal.h
changeset 24 9d760f716ca8
parent 1 2b40d63a9c3d
--- a/qthighway/xqservice/src/xqserviceipcmarshal.h	Wed Aug 18 10:38:12 2010 +0300
+++ b/qthighway/xqservice/src/xqserviceipcmarshal.h	Thu Sep 02 21:20:48 2010 +0300
@@ -30,12 +30,19 @@
 #include <qatomic.h>
 #include <quuid.h>
 
+/// @cond
+/*!
+    Excluded from documentation.
+*/
+
 template <typename T>
 struct QMetaTypeRegister
 {
     static int registerType() { return 1; }
 };
 
+/// @endcond
+
 #ifdef Q_CC_GNU
 # define _QATOMIC_ONCE() do {} while(0)
 #else