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 Interlock.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* Interlock implementation
|
||||
* \defgroup Interlock Package Interlock
|
||||
* \ingroup HAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef INC_INTERLOCK_H_
|
||||
#define INC_INTERLOCK_H_
|
||||
@@ -144,3 +145,5 @@ extern bool Interlock_isClosed(struct Interlock* self);
|
||||
extern void Interlock_setEXTI(struct Interlock* self, FunctionalState command);
|
||||
|
||||
#endif /* INC_INTERLOCK_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user