summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/include/dev/i2c/i2c.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/include/dev/i2c/i2c.h b/cpukit/include/dev/i2c/i2c.h
index 5f6caf699e..ac2c369785 100644
--- a/cpukit/include/dev/i2c/i2c.h
+++ b/cpukit/include/dev/i2c/i2c.h
@@ -48,6 +48,8 @@ typedef struct i2c_rdwr_ioctl_data i2c_rdwr_ioctl_data;
/**
* @defgroup I2C Inter-Integrated Circuit (I2C) Driver
*
+ * @ingroup RTEMSDeviceDrivers
+ *
* @brief Inter-Integrated Circuit (I2C) bus and device driver support.
*
* @{