More doxygen documentation
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@421 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 MenuElements.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* MenuElements implementation
|
||||
* \defgroup MenuElements Package MenuElements
|
||||
* \ingroup hsb-mrts
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef MENUELEMENTS_H_
|
||||
#define MENUELEMENTS_H_
|
||||
@@ -82,3 +83,5 @@ extern ErrorStatus MenuElements_addKeyAction_DIGITREMOVE (struct MenuPage* self,
|
||||
extern ErrorStatus MenuElements_addKeyAction_DIGITINSERTCONFIRM (struct MenuPage* self, char key, Keypad_KeyState keyState, MenuCoreFunctionCall actionPointer);
|
||||
|
||||
#endif /* MENUELEMENTS_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user