Sorry about the missing header; adding it in here.

Some comment tweaks for Doxygen.
This commit is contained in:
tbrennan3
2010-04-17 15:39:20 +00:00
parent fac19dff98
commit 8dd671d5a1
5 changed files with 123 additions and 11 deletions
+3 -3
View File
@@ -51,11 +51,11 @@
/* include the device object */
#include "device.h"
/** @file server/main.c Example server application using the BACnet Stack */
/** @file server/main.c Example server application using the BACnet Stack. */
/* (Doxygen note: The next two lines pull all the following Javadoc
* into the ServerDemo module.) */
/** @ingroup ServerDemo */
/** @addtogroup ServerDemo */
/*@{*/
/** Buffer used for receiving */
@@ -184,4 +184,4 @@ int main(
}
}
/*@}*/ /* End group ServerDemo */
/* @} */ /* End group ServerDemo */
+2 -4
View File
@@ -27,7 +27,7 @@
#define SERVER_H_
/** @file server/server.h Header for example server (ie, BACnet Device)
* using the BACnet Stack */
* using the BACnet Stack. */
/** @defgroup Demos Demos of Servers and Clients
* Most of the folders under the /demo folder contain demonstration (ie, sample)
@@ -37,14 +37,12 @@
* described in the various BIBBs and Object Framework modules.
*/
/** @defgroup ServerDemo Demo of a BACnet Server (Device)
/** @defgroup ServerDemo Demo of a BACnet Server (Device).
* @ingroup Demos
* This is a basic demonstration of a simple BACnet Device consisting of
* the services and properties shown in its EPICS
* (see file demo/server/epics_vts3.tpi)
*/
/** @file server/epics_vts3.tpi EPICS file for the example server
* that can be loaded into VTS3 */
#endif /* SERVER_H_ */