More doxygen documentation

git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@419 05563f52-14a8-4384-a975-3d1654cca0fa
This commit is contained in:
dvl
2018-01-11 14:56:48 +00:00
parent 33bbbf4827
commit 20885c64e8
12 changed files with 96 additions and 62 deletions

View File

@@ -17,11 +17,12 @@
// (c) 2015 Micro-Key bv
// -----------------------------------------------------------------------------
/// @defgroup {group_name} {group_description}
/// Description
/// @file InternalFlash.h
/// @ingroup {group_name}
/**
* InternalFlash implementation
* \defgroup InternalFlash Package InternalFlash
* \ingroup Platform
* @{
*/
#ifndef INC_INTERNALFLASH_H_
#define INC_INTERNALFLASH_H_
@@ -142,3 +143,5 @@ extern ErrorStatus InternalFlash_read(const struct InternalFlash* self, uint32_t
extern ErrorStatus InternalFlash_erasePage(const struct InternalFlash* self, unsigned int page);
#endif /* INC_INTERNALFLASH_H_ */
/** @} */