The beginning of doxygenation, for the Linux port:
As a first step, added an @file description for each file.
This commit is contained in:
@@ -40,6 +40,8 @@
|
||||
#include "ethernet.h"
|
||||
#include "bacint.h"
|
||||
|
||||
/** @file linux/ethernet.c Provides Linux-specific functions for BACnet/Ethernet. */
|
||||
|
||||
/* commonly used comparison address for ethernet */
|
||||
uint8_t Ethernet_Broadcast[MAX_MAC_LEN] =
|
||||
{ 0xFF, 0xFF, 0xFF, 0xFF, 0xFF, 0xFF };
|
||||
|
||||
Reference in New Issue
Block a user