More doxygen documentation
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@418 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
* -----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
/**
|
||||
* Observer implementation
|
||||
* \defgroup Observer Package Observer
|
||||
* \ingroup HAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef _OBSERVER_H_
|
||||
#define _OBSERVER_H_
|
||||
|
||||
@@ -37,3 +44,5 @@
|
||||
typedef ErrorStatus (*Observer)(const void* const data);
|
||||
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user