More doxygen documentation
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@416 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 DACDevice.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* DACDevice implementation
|
||||
* \defgroup DACDevice Package DACDevice
|
||||
* \ingroup HAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef INC_DACDEVICE_H_
|
||||
#define INC_DACDEVICE_H_
|
||||
@@ -127,3 +128,5 @@ extern ErrorStatus DACDevice_write(const struct DACDevice* self, uint32_t voltag
|
||||
extern uint32_t DACDevice_getCurrentValue(const struct DACDevice* self);
|
||||
|
||||
#endif /* INC_DACDEVICE_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user