More doxygen documentation
git-svn-id: https://svn.vbchaos.nl/svn/hsb/trunk@416 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 crc32.h
|
||||
/// @ingroup {group_name}
|
||||
/**
|
||||
* CRC32 implementation
|
||||
* \defgroup CRC32 Package CRC32
|
||||
* \ingroup HAL
|
||||
* @{
|
||||
*/
|
||||
|
||||
#ifndef INC_CRC32_H_
|
||||
#define INC_CRC32_H_
|
||||
@@ -66,3 +67,5 @@
|
||||
*/
|
||||
extern uint32_t crc32_calculate(uint32_t crc, const void* buffer, size_t size);
|
||||
#endif /* INC_CRC32_H_ */
|
||||
|
||||
/** @} */
|
||||
|
||||
Reference in New Issue
Block a user