summaryrefslogtreecommitdiffstats
path: root/dbus/dbus-transport-debug.c
diff options
context:
space:
mode:
Diffstat (limited to 'dbus/dbus-transport-debug.c')
-rw-r--r--dbus/dbus-transport-debug.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/dbus/dbus-transport-debug.c b/dbus/dbus-transport-debug.c
index 7e925642..7a2250a2 100644
--- a/dbus/dbus-transport-debug.c
+++ b/dbus/dbus-transport-debug.c
@@ -30,6 +30,16 @@
#ifdef DBUS_BUILD_TESTS
+/**
+ * @defgroup DBusTransportDebug DBusTransportDebug
+ * @ingroup DBusInternals
+ * @brief In-process debug transport used in unit tests.
+ *
+ * Types and functions related to DBusTransportDebug.
+ * This is used for unit testing.
+ *
+ * @{
+ */
#define DEFAULT_INTERVAL 10
@@ -304,4 +314,6 @@ _dbus_transport_debug_client_new (const char *server_name,
return (DBusTransport *)debug_transport;
}
+/** @} */
+
#endif /* DBUS_BUILD_TESTS */