The beginning of doxygenation:

As a first step, added an @file description for each file.
This commit is contained in:
tbrennan3
2010-02-14 05:41:45 +00:00
parent cc20f225b9
commit a911eea98f
53 changed files with 115 additions and 2 deletions
+1 -1
View File
@@ -50,7 +50,7 @@
/* include the device object */
#include "device.h"
/* This is an example server application using the BACnet Stack */
/** @file server/main.c Example server application using the BACnet Stack */
/* buffers used for receiving */
static uint8_t Rx_Buf[MAX_MPDU] = { 0 };