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

@@ -17,11 +17,12 @@
// (c) 2017 Micro-Key bv
// -----------------------------------------------------------------------------
/// @defgroup {group_name} {group_description}
/// Description
/// @file Logger.h
/// @ingroup {group_name}
/**
* Logger implementation
* \defgroup Logger Package Logger
* \ingroup HAL
* @{
*/
#ifndef _LOGGER_H_
#define _LOGGER_H_
@@ -141,3 +142,5 @@ void Logger_logISR(struct Logger* self, const char* fileName, const char* functi
void Logger_log(struct Logger* self, const char* fileName, const char* functionName, int lineNumber, LogType logType, const char* format, ...) __attribute__((format(printf, 6, 7)));
#endif
/** @} */