More doxygen documentation
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@419 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -17,11 +17,12 @@
|
||||
// (c) 2015 Micro-Key bv
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
/// @defgroup {group_name} {group_description}
|
||||
/// Description
|
||||
|
||||
/// @file gpio.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* GPIO implementation
|
||||
* \defgroup GPIO Package GPIO
|
||||
* \ingroup Platform
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef INC_GPIO_H_
|
||||
#define INC_GPIO_H_
|
||||
@@ -118,3 +119,5 @@ extern ErrorStatus GPIO_setValue(struct Gpio* self, bool value);
|
||||
extern ErrorStatus GPIO_getValue(struct Gpio* self, bool* value);
|
||||
|
||||
#endif /* INC_GPIO_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user