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 spiDevice.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* SpiDevice implementation
|
||||
* \defgroup SpiDevice Package SpiDevice
|
||||
* \ingroup Platform
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef PLATFORM_INC_SPIDEVICE_H_
|
||||
#define PLATFORM_INC_SPIDEVICE_H_
|
||||
@@ -79,3 +80,5 @@ extern ErrorStatus SpiDevice_construct(struct SpiDevice* self, struct Spi* spi,
|
||||
extern ErrorStatus SpiDevice_write (const struct SpiDevice* self, const char* buffer, int length);
|
||||
|
||||
#endif /* PLATFORM_INC_SPIDEVICE_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user