The beginning of doxygenation:
As a first step, added an @file description for each file.
This commit is contained in:
@@ -36,6 +36,8 @@
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/** @file crc.c Calculate CRCs */
|
||||
|
||||
#if defined(CRC_USE_TABLE)
|
||||
/* note: table is created using unit test below */
|
||||
static const uint8_t HeaderCRC[256] = {
|
||||
|
||||
Reference in New Issue
Block a user