More doxygen documentation
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@418 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 storm700.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* Storm700 implementation
|
||||
* \defgroup Storm700 Package Storm700
|
||||
* \ingroup HAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef INC_STORM700_H_
|
||||
#define INC_STORM700_H_
|
||||
@@ -108,3 +109,5 @@ extern void Storm700_destruct(struct Storm700* self);
|
||||
extern ErrorStatus Storm700_readKey(const struct Storm700* self, char* key, Keypad_KeyState* keyState);
|
||||
|
||||
#endif /* INC_STORM700_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user