More doxygen documentation

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@418 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
dvl
2018-01-11 14:20:29 +00:00
parent 1bbfa1c7f3
commit 33bbbf4827
15 changed files with 122 additions and 66 deletions

View File

@@ -16,6 +16,13 @@
* -----------------------------------------------------------------------------
*/
/**
* Observable implementation
* \defgroup Observable Package Observable
* \ingroup HAL
* @{
*/
#ifndef _OBSERVABLE_H_
#define _OBSERVABLE_H_
@@ -125,3 +132,5 @@ void Observable_deleteObservers(struct Observable* self);
int Observable_nrOfObservers(struct Observable* self);
#endif
/** @} */