[rtems commit] doxygen: Added I2C Driver to Device Drivers

Sebastian Huber sebh at rtems.org
Thu Apr 4 06:27:36 UTC 2019


Module:    rtems
Branch:    master
Commit:    7cb1c2b0fd2c59611088a3dc9b18d6c890e4f5ed
Changeset: http://git.rtems.org/rtems/commit/?id=7cb1c2b0fd2c59611088a3dc9b18d6c890e4f5ed

Author:    Andreas Dachsberger <andreas.dachsberger at embedded-brains.de>
Date:      Tue Apr  2 13:39:02 2019 +0200

doxygen: Added I2C Driver to Device Drivers

Update #3706.

---

 cpukit/include/dev/i2c/i2c.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/cpukit/include/dev/i2c/i2c.h b/cpukit/include/dev/i2c/i2c.h
index 5f6caf6..ac2c369 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.
  *
  * @{



More information about the vc mailing list