doxygen: define groups for drivers

Change-Id: Ibf6b6d8586086de5b288fee1e3b4fb1101716fe1
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-10-26 06:18:44 -04:00
commit 75482aae8a
8 changed files with 86 additions and 2 deletions

View file

@ -18,7 +18,12 @@
#ifndef __GPIO_H__
#define __GPIO_H__
/**
* @brief GPIO Interface
* @defgroup gpio_interface GPIO Interface
* @ingroup io_interfaces
* @{
*/
#ifdef __cplusplus
extern "C" {
#endif
@ -273,4 +278,8 @@ static inline int gpio_resume(struct device *port)
}
#endif
/**
* @}
*/
#endif /* __GPIO_H__ */