More doxygen documentation

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@421 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
dvl
2018-01-11 15:38:56 +00:00
parent 90f6da3dbe
commit e3a3273e81
20 changed files with 159 additions and 101 deletions

View File

@@ -17,11 +17,12 @@
// (c) 2015 Micro-Key bv
// -----------------------------------------------------------------------------
/// @defgroup {group_name} {group_description}
/// Description
/// @file repairMenu.h
/// @ingroup {group_name}
/**
* repairMenu implementation
* \defgroup repairMenu Package repairMenu
* \ingroup hsb-mrts
* @{
*/
#ifndef INC_REPAIRMENU_H_
#define INC_REPAIRMENU_H_
@@ -178,3 +179,5 @@ extern void repairMenu_menuStateHandle(struct MenuCore* menuCore);
extern void repairMenu_createMenuEntries(struct MenuCore* menuCore);
#endif /* INC_REPAIRMENU_H_ */
/** @} */